scummvm/engines/sci/engine
Willem Jan Palenstijn fb8fafaf56 Fix reading corrupted saves.
svn-id: r38934
2009-02-27 19:50:22 +00:00
..
aatree.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
aatree.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
game.cpp SCI: Remove empty include/ dir 2009-02-27 02:24:29 +00:00
gc.cpp SCI: Converted "segment interfaces" into classes 2009-02-22 12:18:22 +00:00
gc.h SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
grammar.cpp SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
heap.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
heap.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
heapmgr.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
intmap.cpp SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this is *not* a hashmap (at least not a plain hashmap) 2009-02-24 02:59:50 +00:00
intmap.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
kdebug.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kdebug.h SCI: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp 2009-02-24 22:41:58 +00:00
kernel_types.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
kernel.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kernel.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
kevent.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kfile.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kgraphics.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
klists.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmath.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmenu.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kmovement.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kpathing.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
kscripts.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
ksound.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
kstring.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
message.cpp SCI: Untangling #include dependencies a bit 2009-02-21 19:54:15 +00:00
message.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
said.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
said.y SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
savegame.cfsml Fix reading corrupted saves. 2009-02-27 19:50:22 +00:00
savegame.cpp Fix reading corrupted saves. 2009-02-27 19:50:22 +00:00
script.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
scriptconsole.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
scriptdebug.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
seg_manager.cpp fix warnings and memleaks in savegame.cfsml 2009-02-27 19:38:20 +00:00
seg_manager.h - Removed engine/sys_strings.* 2009-02-26 23:03:35 +00:00
state.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
state.h fix warnings and memleaks in savegame.cfsml 2009-02-27 19:38:20 +00:00
vm_types.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vm.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
vm.h fix warnings and memleaks in savegame.cfsml 2009-02-27 19:38:20 +00:00