Hi,
The CVS machine still sends update announcements to the old mailing list
address.
Here's the announcement text:
In kernel.c:
* Fixed kMemory() heap corruption
In kfile.c:
* Some parameters in kFileIO() were reversed. Fixed.
In kgraphics.c:
* Removed a "feature" that disabled pic drawing for SCI01.
I don't know if that ever made it into the CVS tree, however
* Implemented kGraph(GRAPH_REDRAW_BOX,...). Not Perfect(tm).
In vocab.c:
* Parser vocabularies from SCI01 are now (semi-)supported.
Character transformations (for foreign-language games) are not
supported,
for instance.
In vm.c:
* Added overflow checks for lofsa/lofss. These currently cause
SCI01/SCI1 games to fail
because of heap exhaustion (the VM needs some work to correct
this).
Lars