Age | Commit message (Collapse) | Author |
|
This is the second part of allowing engines to be added dynamically.
Each folder in engines/ which must contain a file named "engine.mk"
containing the make definitions for that engine.
|
|
This is the first part of allowing engines to be added dynamically.
They are placed into a folder in engines/ which must contain a file
named "configure.engine" to add the engine, which is pulled into the
top level configure script automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The sequence loading helper should already check if the sequence is loaded and clean up the instance if not
|
|
(CID1004167)
|
|
|
|
|
|
|
|
|
|
|
|
- Rename existing function to load the last saved game
- Remove loadgame debugger command
|
|
- Check for valid stream in readValue/writeValue functions
- Properly initialize/clear members
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using it
|
|
We cannot accurately skip over compressed data as it is not know before decoding how much data will be used
|
|
|
|
|
|
- Disable savegame compression
|
|
|
|
|
|
support
|
|
|
|
The filter id should be computed from the sound entry status for each decoded block. The current code was resulting in blocks being skipped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|