comparison CHANGELOG @ 439:48b56888964d

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 12 Jan 2003 21:12:19 +0000
parents e01cfef3306a
children 6800c239cc93
comparison
equal deleted inserted replaced
438:72ccb2916418 439:48b56888964d
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). 5 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). Put Visual C 6
6 project files in CVS, without external binaries (Thanks, Eric).
6 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg 7 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg
7 packet per call, and mikmod has a check during initialization to 8 packet per call, and mikmod has a check during initialization to
8 prevent a clash with SDL_mixer (Thanks, Eric). 9 prevent a clash with SDL_mixer (Thanks, Eric).
9 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), 10 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(),
10 to prevent unwanted use of the SDL parachute (thanks, Glenn). 11 to prevent unwanted use of the SDL parachute (thanks, Glenn).