CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/04/03 18:30:58

Modified files:
        .              : ChangeLog 
        src            : Makefile.am config.c main.c 
        src/engine     : game.c kernel.c kfile.c kgraphics.c kmenu.c 
                         kstring.c scriptdebug.c simplesaid.c vm.c 
        src/gfx        : alpha_mvi_crossblit.c menubar.c 
        src/gfx/drivers: xlib_driver.c 
        src/gfx/resource: sci_pic_0.c 
        src/include    : sound.h 
        src/scicore    : old_objects.c script.c vocab.c vocab_debug.c 
        src/sound      : midi_mt32.c oldmidi.c sound.c 
        src/tools      : scidisasm.c vocabdump.c 

Log message:
* (a) Fixed priority calculations for picviews
* (b) Added typecasts into files all over the place
* Fixed VM treatment of new Script_Local and Script_Temp
* (c) kSaveGame() aborts if the sound server is dead

(a) closes #163, #165
(b) fixes countless warnings with some compilers and gcc settings
(c) fixes related savegame corruptions that were reported

Also closed #114 (fixed by previous patch) and #136 (no longer applies due
to gcc 2.95.3 updates)

The number of bugs is therefore down to 39.

-- Christoph


Reply via email to