scummvm/engines/sci/engine
2009-02-25 19:52:17 +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 bring back comments but as TODO comment 2009-02-24 22:40:54 +00:00
gc.cpp SCI: Converted "segment interfaces" into classes 2009-02-22 12:18:22 +00:00
gc.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
grammar.cpp SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in 2009-02-24 06:00:10 +00:00
heap.cpp SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in 2009-02-24 06:00:10 +00:00
heap.h Normalized guard #defines 2009-02-24 15:33:40 +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: Moved (kernel) debug stuff from tools.cpp to a new file engine/kdebug.cpp 2009-02-24 22:41:58 +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 Normalized guard #defines 2009-02-24 15:33:40 +00:00
kernel.cpp SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies) 2009-02-24 23:16:42 +00:00
kernel.h Removed unused resource macros 2009-02-24 22:51:19 +00:00
kevent.cpp Reverted my wrong commit #38870. Most of the key codes are handled by the engine itself, however there are cases where they are handled by the game scripts, e.g. in save/load dialogs. The arrow keys in the save/load dialogs should work properly again. The numpad keys still look to be broken by some other commit 2009-02-25 19:52:17 +00:00
kfile.cpp not needed anymore 2009-02-24 20:55:43 +00:00
kgraphics.cpp Reverted my wrong commit #38870. Most of the key codes are handled by the engine itself, however there are cases where they are handled by the game scripts, e.g. in save/load dialogs. The arrow keys in the save/load dialogs should work properly again. The numpad keys still look to be broken by some other commit 2009-02-25 19:52:17 +00:00
klists.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
kmath.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
kmenu.cpp Reverted my wrong commit #38870. Most of the key codes are handled by the engine itself, however there are cases where they are handled by the game scripts, e.g. in save/load dialogs. The arrow keys in the save/load dialogs should work properly again. The numpad keys still look to be broken by some other commit 2009-02-25 19:52:17 +00:00
kmovement.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
kpathing.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
kscripts.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
ksound.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
kstring.cpp SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header deps some more 2009-02-24 05:51:55 +00:00
message.cpp SCI: Untangling #include dependencies a bit 2009-02-21 19:54:15 +00:00
message.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
said.cpp state_t to EngineState 2009-02-24 18:47:53 +00:00
said.y state_t to EngineState 2009-02-24 18:47:53 +00:00
savegame.cfsml SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies) 2009-02-24 23:16:42 +00:00
savegame.cpp SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies) 2009-02-24 23:16:42 +00:00
sci_graphics.h oops 2009-02-24 15:40:19 +00:00
scriptconsole.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
scriptdebug.cpp SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of microsecs) 2009-02-24 20:50:09 +00:00
seg_manager.cpp SCI: Moved vm.h from include to engine 2009-02-24 05:56:26 +00:00
seg_manager.h Removed some non-required struct declarations 2009-02-24 22:33:39 +00:00
sys_strings.cpp SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterparts are in 2009-02-24 06:00:10 +00:00
sys_strings.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
vm.cpp SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies) 2009-02-24 23:16:42 +00:00
vm.h SCI: Don't #include headers in other headers if a forward declaration of a few types suffices (reduces header interdependencies) 2009-02-24 23:16:42 +00:00