CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/04/14 16:26:32

Modified files:
        .              : ChangeLog README.Win32 TODO 
        src            : config.c config.l main.c 
        src/engine     : kfile.c said.c said.y vm.c 
        src/include    : resource.h vm.h 
        src/scicore    : tools.c 
        src/sound      : sound.c soundserver_null.c 

Log message:
* Added new README.Win32 from Matt
* Removed some debug output
* Added new "-l" option to list all savegames rather than starting up the
interpreter
* Added new quickload option

The quickload option deserves some explanation: With this, you can start
the interpreter with a pre-initialized game state read from a savegame.
If you recall that the "normal" savegames (i.e. those saved with F5 rather
than by using the explicit 'save_game' command in the console) have names
ranging from save_0 to save_k, you can therefore now run

sciv lsl2 save_4

to restore your fifth savegame without bothering about the intro
(This is mosly relevant for developers, of course).

sciv -l lsl2

lists all savegames, including their in-game names (if they have any).

-- Christoph


Reply via email to