CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 99/11/28 11:54:34
Modified files:
. : ChangeLog acinclude.m4 aclocal.m4 config.h
config.h.in config.log config.status configure
configure.in
src : Makefile.am config.c config.l main.c
src/core : kernel.c resource.c savegame.c savegame.cfsml
vm.c
src/graphics : engine_graphics.c graphics_ggi.c
src/include : resource.h
src/sound : soundserver_null.c
Log message:
* Fixed countless bugs caused by dereferencing possibly stale pointers
after realloc() (Main cause of Claudio's problems)
* Added range checks to graph_update_box()
* Added --with-efence parameter to 'configure'
* Added --with-endianness={big|little} parameter to 'configure' to allow
enforcing endianness for cross-compilers.
* Spent the rest of the day chasing a memory corruption that is caused by
ggiSetMode() (snapshot 11/09). Still investigating.
-- Christoph