# HG changeset patch # User Ryan C. Gordon # Date 1040470509 0 # Node ID 63a75d5880432c7dec07225de9a8c6aa8b9f0b62 # Parent c09cf7c046cd944d40b43927f58c091c40ebf895 Updated. diff -r c09cf7c046cd -r 63a75d588043 CHANGELOG --- a/CHANGELOG Sat Dec 21 11:32:50 2002 +0000 +++ b/CHANGELOG Sat Dec 21 11:35:09 2002 +0000 @@ -2,6 +2,9 @@ * CHANGELOG. */ +12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg + packet per call, and mikmod has a check during initialization to + prevent a clash with SDL_mixer (Thanks, Eric). 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(), to prevent unwanted use of the SDL parachute (thanks, Glenn). 10092002 - Fixed a "make dist" issue and upped version to 1.0.0! Woohoo! diff -r c09cf7c046cd -r 63a75d588043 CREDITS --- a/CREDITS Sat Dec 21 11:32:50 2002 +0000 +++ b/CREDITS Sat Dec 21 11:35:09 2002 +0000 @@ -50,6 +50,9 @@ Initial Borland C++ project files: Dominique Louis +Bugfixes and stuff: + Eric Wing + Other stuff: Your name here! Patches go to icculus@clutteredmind.org ...