comparison CHANGELOG @ 437:e01cfef3306a

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 12 Jan 2003 20:59:32 +0000
parents 63a75d588043
children 48b56888964d
comparison
equal deleted inserted replaced
436:45614e2c1c81 437:e01cfef3306a
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric).
5 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg 6 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg
6 packet per call, and mikmod has a check during initialization to 7 packet per call, and mikmod has a check during initialization to
7 prevent a clash with SDL_mixer (Thanks, Eric). 8 prevent a clash with SDL_mixer (Thanks, Eric).
8 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), 9 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(),
9 to prevent unwanted use of the SDL parachute (thanks, Glenn). 10 to prevent unwanted use of the SDL parachute (thanks, Glenn).