CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/11/25 09:03:33
Modified files:
. : ChangeLog acinclude.m4 aclocal.m4 config.log
config.status configure
doc : sci.sgml
src/core : scriptdebug.c vm.c
src/include : sound.h soundserver.h
src/sound : sfx_save.c sfx_save.cfsml sound.c
soundserver_null.c
Log message:
* Added Lars' descriptions to the doc file (except for GetSaveDir(), which
had already been covered).
* Extended the sound server protocol (once again) to support suspend and
resume operations. This is now used by the debug code- each time debugging
is enabled, the sound server is suspended (Sierra did likewise, iirc).
This is no perfect protection against the SIGPIPE bug, but it should
help considerably (the communications stuff will need to keep track
of the number of bytes in the pipe and delay cues as appropriate, though,
but this should only affect very slow computers).
BTW, if anybody wants to compose a small html page for the FreeSCI/Games
sub-page, then I'd like to hear from that person- it would be nice to
have a short description for all supported games, plus a few screenshots
and perhaps one or two MIDIs (just for completeness' sake).
-- Christoph