CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/09/14 07:10:56

Modified files:
        .              : ChangeLog TODO 
        src            : main.c 
        src/engine     : game.c kgraphics.c kmenu.c kstring.c savegame.c 
                         savegame.cfsml vm.c 
        src/gfx        : operations.c resmgr.c 
        src/gfx/drivers: sdl_driver.c 
        src/gfx/resource: sci_resmgr.c 
        src/include    : engine.h gfx_operations.h gfx_resmgr.h 
                         old_objects.h resource.h sci_memory.h 
                         sciresource.h script.h sound.h vocabulary.h 
        src/scicore    : console.c old_objects.c resource.c 
                         resource_map.c script.c vocab.c vocab_debug.c 
        src/sound      : oldmidi.c sound.c 
        src/tools      : listwords.c sciconsole.c scidisasm.c 
                         sciunpack.c sciunpack.h scriptdump.c 
                         vocabdump.c 

Log message:
* Finished LRU resource manager implementation and integration
* Removed a number of obsolete things in a variety of places
* Added SCI01 detection to LRU manager

Still missing:
- patch support
- config option to set the amount of memory to use

Right now, it's set to use 128k for resources.
Please test!

On a side note: I know there's still the "PCM sound driver" thing in the
TODO list, but I'd vote for cleaning up (shouldn't be much more than the
two issues above), fixing some more bugs, and getting in shape for a
release in a few weeks without it. Any objections?

-- Christoph


Reply via email to