log

age author description
Sat, 09 Jul 2011 11:48:52 +0300 Matti Hamalainen Possibly fix a bug in argument handling.
Thu, 01 Jul 2010 11:09:43 +0300 Matti Hamalainen Add section about known bugs. rel-1_95
Fri, 28 May 2010 15:24:04 +0300 Matti Hamalainen Warning cleanup.
Thu, 27 May 2010 22:48:37 +0300 Matti Hamalainen More cleanups.
Thu, 27 May 2010 20:16:08 +0300 Matti Hamalainen Cleanups.
Wed, 26 May 2010 01:22:51 +0300 Matti Hamalainen Various code cleanups, cosmetics, warning fixes.
Wed, 26 May 2010 00:42:25 +0300 Matti Hamalainen Make Final Isi hack more easily configurable.
Mon, 24 May 2010 14:24:04 +0300 Matti Hamalainen Use #if 0 instead of commenting out.
Mon, 24 May 2010 11:48:48 +0300 Matti Hamalainen Hack Final Isi to "work", kind of. Requires a nasty hack in pwplib to actually run (without it, it quits abruptly .. not yet sure why.)
Mon, 24 May 2010 08:48:18 +0300 Matti Hamalainen Remove usage of malloc.h; Other misc cleanups.
Mon, 24 May 2010 08:46:57 +0300 Matti Hamalainen Use ranlib when building pwplib.a.
Mon, 24 May 2010 05:51:08 +0300 Matti Hamalainen Better quote.
Mon, 24 May 2010 05:48:57 +0300 Matti Hamalainen Add 'hg-tar' target for making a tarball from the Mercurial repository.
Mon, 24 May 2010 05:45:28 +0300 Matti Hamalainen Improve the zip packaging a bit.
Mon, 24 May 2010 05:44:00 +0300 Matti Hamalainen "Hidden" targets for win32 binary zip generation.
Mon, 24 May 2010 05:43:44 +0300 Matti Hamalainen Documentation clarifications.
Mon, 24 May 2010 05:07:33 +0300 Matti Hamalainen Add a small delay in SDL audio pseudo-loopflush function to avoid tightlooping in prod main loops (explained better in the added comment.)
Mon, 24 May 2010 03:49:06 +0300 Matti Hamalainen Bump version.
Mon, 24 May 2010 03:48:17 +0300 Matti Hamalainen Add some more documentation.
Mon, 24 May 2010 02:55:17 +0300 Matti Hamalainen Cosmetics.
Mon, 24 May 2010 02:41:36 +0300 Matti Hamalainen New documentation.
Mon, 24 May 2010 02:19:13 +0300 Matti Hamalainen Buildsystem changes, build zaxplay or orig only when the target probably allows it.
Mon, 24 May 2010 02:18:39 +0300 Matti Hamalainen Fix the audio rendering callback function, etc.
Mon, 24 May 2010 01:23:01 +0300 Matti Hamalainen Obviously this is a bug, fixed.
Mon, 24 May 2010 01:22:33 +0300 Matti Hamalainen Code cleanups.
Mon, 24 May 2010 01:16:43 +0300 Matti Hamalainen Fix a horrible think-o bug in the SDL sound callback fragmentation code.
Mon, 24 May 2010 00:22:37 +0300 Matti Hamalainen Build system changes for SDL/Win32 cross-build via MinGW hosted on Linux.
Mon, 24 May 2010 00:22:03 +0300 Matti Hamalainen Initial SDL/Win32 support.
Mon, 24 May 2010 00:21:39 +0300 Matti Hamalainen Remove useless pwp_sdlaudio_close(), move fragment size calculation after SDL_OpenAudio() call as it may possibly modify the frequency. Show acquired audio parameters to user.
Mon, 24 May 2010 00:20:21 +0300 Matti Hamalainen Return a meaningless value.