From 8329e6b4ccbc175ce835486b42202a0a62f3a7fa Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 22 Sep 2001 16:36:09 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 +++- TODO | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 41f593f..0c59c5f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 --git a/TODO b/TODO index 7e48935..2f6cd6e 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ General stuff TODO: - 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 @@ More immediate: Decoders to implement: - .MP3 (implemented, but buggy) - .SHN -- .MOD - .MID - .CDA - .AU