# HG changeset patch # User Ryan C. Gordon # Date 1001176569 0 # Node ID f3f8e2a0fe76b81ad536a0854094dd388052356c # Parent 69d56e196de7c59fac363c27224f6d692670cd05 Updated. diff -r 69d56e196de7 -r f3f8e2a0fe76 CHANGELOG --- a/CHANGELOG Sat Sep 22 16:33:13 2001 +0000 +++ b/CHANGELOG Sat Sep 22 16:36:09 2001 +0000 @@ -42,9 +42,11 @@ discussion on the mailing list. The init() and quit() methods led to the possibility that certain decoders will flag themselves as unavailable at runtime, and SDL_sound now handles this. - Added [LIB|INC]PATH_[OGG|MOD]. Changed version to 0.1.2. + Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; no works on PowerPC + Linux. MikMod tweaks. Changed version to 0.1.2. --ryan. (icculus@clutteredmind.org) /* end of CHANGELOG ... */ + diff -r 69d56e196de7 -r f3f8e2a0fe76 TODO --- a/TODO Sat Sep 22 16:33:13 2001 +0000 +++ b/TODO Sat Sep 22 16:36:09 2001 +0000 @@ -6,7 +6,6 @@ - Port to BeOS. - Port to MacOS Classic. - Port to MacOS X. -- Port to PowerPC Linux. More immediate: - Handle compression and other chunks in WAV files. @@ -17,7 +16,6 @@ Decoders to implement: - .MP3 (implemented, but buggy) - .SHN -- .MOD - .MID - .CDA - .AU