Fri Oct 11 20:18:53 CDT 2002 Zinx Verituse * src/spc.c, src/fileinfo.c, src/fileinfo.h: Added a file info dialog -- This dialog will _NOT_ save tags yet! * src/id666.c: Fixed ascii date parsing, made 'emulator' the number for emulators > 2 Fri Oct 11 13:29:45 CDT 2002 Zinx Verituse * src/spc.c, src/spc-about.c, src/spc-about.h, src/spc-config.c, src/spc-config.h, src/spc-util.c, src/spc-util.h: Split src/spc.c up into multiple files. Fri Oct 11 12:51:53 CDT 2002 Zinx Verituse * src/spc.c: Removed a warning that can't get triggered. Fri Oct 11 12:48:11 CDT 2002 Zinx Verituse * src/spc.c: Cleaned up time entry in config dialog. Fri Oct 11 02:20:46 CDT 2002 Zinx Verituse * src/spc.c: Made configuration dialog sort of work, it's still pretty messy. Thu Oct 10 18:26:33 CDT 2002 Zinx Verituse * src/id666.c: Made binary date not imply binary fade/loop length. What a stupid format. Thu Oct 10 18:20:59 CDT 2002 Zinx Verituse * src/spc.c: Added configuration options, and test configuration dialog (doesn't work) * TODO: Created. Thu Oct 10 01:58:49 CDT 2002 Zinx Verituse * configure.in: Set version to 0.0.2 * src/spc.c: Fading was wrapping around integer-size with large fade times -- fade calculation is done as float now.