CVSROOT: /var/cvs/freesci
Module name: freesci
Changes by: freesci 01/11/12 17:42:42
Modified files:
. : ChangeLog
doc : sci.sgml
src/gfx : resmgr.c
src/gfx/resource: sci_resmgr.c
src/scicore : decompress01.c decompress1.c
src/sound : soundserver.c
Log message:
* Fixed destruction of resource_t when decompressing in SCI01 (or SCI1) and
SATISFY_PURIFY was defined (Thanks, Matt!)
* Documentation updates: Script format
* Soundserver: Detect reads over the end of song when decoding size prefixes,
issue an error and dump the song
* added dump_song(song_t *) function for debugging
-- Christoph