CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/05/28 16:54:40
Modified files:
. : ChangeLog
doc : sci.sgml
src/engine : kernel.c kgraphics.c kstring.c
src/graphics : engine_graphics.c
Log message:
* Implicit BaseSetting now occurs before invoking 'doit' for each dynview
object
* Format now handles '%u' (unsigned int)
* Said now always returns 0 if it matched a final Said spec (i.e., one that
wasn't terminated with '>') since the last Parse()
* MemoryInfo(foo) now handles
foo = 2: Return the size of the largest hunk block available
foo = 3: Return the total hunk memory size >> 6
(it returns 0xffff in both cases, although this should be fixed to return
something derived from getrlimit() or equivalent functions)
Observations:
+ KQ4 no longer displays dozens of messages if any phrase is parsed
+ using "get mem" in KQ4 displays sensible results
+ Rail walking in SQ3 is no longer lethal
-- Christoph