CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/05/15 15:38:23
Modified files:
. : ChangeLog
src/engine : grammar.c kernel.c kgraphics.c kstring.c said.c
said.y
src/graphics : engine_graphics.c
src/include : vocabulary.h
src/scicore : vocab.c
Log message:
* Fixed a bug that would cause edit control boxes to be drawn dotted
* Changed Parse() to behave more sensible (results look more like the Said
specs they match)
* Removed obsolete code from vocab.c (that part of the code was replaced by
grammar.c)
TODO until 0.3.0:
- More extensive testing
- Parse/Said tree augmenting
- Said specs for menubar items
- Tests on all platforms intended to be supported
- Documentation updates for Parse() and Said()
- Generic documentation updates
Nice-to-have stuff:
- Sort savegames by date of last modification (requires a call to fstat(),
which, in all likelihood, doesn't exist on non-UNIX platforms)
- Documentation for other known but not yet documented parts of SCI
- Complete proposal for the graphics system rewrite
-- Christoph