CVSROOT: /var/cvs/freesci
Module name: freesci
Changes by: jameson 2002/10/26 00:13:41 GMT
Modified files:
. : Tag: glutton ChangeLog TODO.GLUTTON
configure.in
src/engine : Tag: glutton game.c kernel.c kevent.c kfile.c
kgraphics.c klists.c kmovement.c kscripts.c
kstring.c scriptdebug.c vm.c
src/include : Tag: glutton console.h engine.h kernel.h
seg_manager.h vm.h
src/scicore : Tag: glutton console.c
Added files:
src/engine : Tag: glutton kpathing.c
src/include : Tag: glutton kernel_compat.h vm_types.h
Log message:
* misc. type and backwards compatibility fixes
* compatibility code
* initial minimal VM without any calls
* execution stack restructured
* beginnings of a console code cleanup
This _should_ compile (on GNU platforms), but with a lot of explicit
#warning statements. Note that it won't run yet, because entry point
lookup is broken ATM.
Will try to fix this later tonight.
-- Christoph