comparison CHANGELOG @ 381:ef30365ac717

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Jul 2002 04:33:49 +0000
parents 7e49f4901ceb
children fd44db5a5c08
comparison
equal deleted inserted replaced
380:44ed8bdeba74 381:ef30365ac717
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 07022002 - Added WinCE support pack to website, updated INSTALL with CE info. 5 07022002 - Added WinCE support pack to website, updated INSTALL with CE info.
6 More altcvt fixes from Frank Ranostaj.
6 07012002 - Fixed configure.in to work around bug in older autoconfs. Started 7 07012002 - Fixed configure.in to work around bug in older autoconfs. Started
7 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h 8 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h
8 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks 9 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks
9 where appropriate in the code. Moved #include <assert.h> (along 10 where appropriate in the code. Moved #include <assert.h> (along
10 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed 11 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed
11 unnecessary #includes from the individual source files. Added 12 unnecessary #includes from the individual source files. Added
12 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific 13 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific
13 setting tweaks, and some settings maintanance code. configure.in 14 setting tweaks, and some settings maintanance code. configure.in
14 checks if setbuf() is available. 15 checks if setbuf() is available.
15 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now. 16 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now?
16 06252002 - More altcvt fixes from Frank Ranostaj. 17 06252002 - More altcvt fixes from Frank Ranostaj.
17 06132002 - Patch from Torbjörn to fix stereo AIFF files. 18 06132002 - Patch from Torbjörn to fix stereo AIFF files.
18 06212002 - More altcvt fixes from Frank Ranostaj. 19 06212002 - More altcvt fixes from Frank Ranostaj.
19 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant. 20 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant.
20 06122002 - Committed some altcvt enhancements from Frank Ranostaj. 21 06122002 - Committed some altcvt enhancements from Frank Ranostaj.