Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 460:270dd56ced16
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 10 Oct 2003 08:01:45 +0000 |
parents | 9c12dc86d482 |
children | 3112fac4abfe |
comparison
equal
deleted
inserted
replaced
459:4d2febf33dc7 | 460:270dd56ced16 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code | |
6 to fix linking issues. | |
7 10052003 - Fixed memory corruption when freeing DLS instruments (Thanks, Sam!). | |
5 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. | 8 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder. |
6 09132003 - Happy September. Added Speex (.spx) decoder. | 9 09132003 - Happy September. Added Speex (.spx) decoder. |
7 08052003 - Fixed MIDI decoder on bigendian systems. | 10 08052003 - Fixed MIDI decoder on bigendian systems. |
8 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!). | 11 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!). |
9 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!). | 12 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!). |