scummvm/engines/sci/engine
2009-03-04 05:25:31 +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 SCI1: Improved color mapping when drawing line/box/text. Text with transparent background now displays correctly. 2009-03-03 14:27:49 +00:00
gc.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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: Reduce header interdeps 2009-03-04 05:22:29 +00:00
heapmgr.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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: cleanup 2009-03-04 05:19:19 +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 ResourceManager::sci_version to _sciVersion, to avoid var shadowing warnings; some other tweaks 2009-02-28 22:19:22 +00:00
kernel.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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 Add support for saving Common::String objects. 2009-02-28 11:07:36 +00:00
kgraphics.cpp SCI1: Improved color mapping when drawing line/box/text. Text with transparent background now displays correctly. 2009-03-03 14:27:49 +00:00
klists.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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: Use the ResourceType enum instead of integers where it makes sense 2009-02-28 23:46:50 +00:00
kmovement.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
kpathing.cpp SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
kscripts.cpp SCI: Use the ResourceType enum instead of integers where it makes sense 2009-02-28 23:46:50 +00:00
ksound.cpp SCI: Forgot to commit a couple files after renaming sfx headers 2009-03-01 06:17:52 +00:00
kstring.cpp SCI: Start converting MessageState into a class 2009-03-01 00:18:30 +00:00
message.cpp SCI: Start converting MessageState into a class 2009-03-01 00:18:30 +00:00
message.h SCI: Start converting MessageState into a class 2009-03-01 00:18:30 +00:00
said.cpp SCI: cleanup 2009-03-04 05:19:19 +00:00
said.y SCI: cleanup 2009-03-04 05:19:19 +00:00
savegame.cfsml SCI: Forgot to commit a couple files after renaming sfx headers 2009-03-01 06:17:52 +00:00
savegame.cpp SCI: Forgot to commit a couple files after renaming sfx headers 2009-03-01 06:17:52 +00:00
script.cpp SCI: Moved script.cpp from scicore/ to engine/ (because its header file is there, and it seems its funcs are only called from stuff in engine/) 2009-03-04 05:25:31 +00:00
script.h Turned ResourceManager into a class, along with all related functions 2009-02-28 20:45:36 +00:00
scriptconsole.cpp SCI: Use the ResourceType enum instead of integers where it makes sense 2009-02-28 23:46:50 +00:00
scriptdebug.cpp SCI: cleanup 2009-03-04 05:19:19 +00:00
seg_manager.cpp SCI: Use the ResourceType enum instead of integers where it makes sense 2009-02-28 23:46:50 +00:00
seg_manager.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +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 SCI: Renamed some sfx header files 2009-03-01 06:02:17 +00:00
vm_types.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00
vm.cpp SCI: Renamed some sfx header files 2009-03-01 06:02:17 +00:00
vm.h SCI: Renamed some kernel types and general cleanup 2009-02-28 11:12:59 +00:00