scummvm/engines/sci/engine
Jordi Vilalta Prat 9784c2dac1 Fix a valgrind warning (free -> delete)
svn-id: r38864
2009-02-24 22:25:39 +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 remove code related __GNU__XX defines 2009-02-24 22:24:58 +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.h remove code related __GNU__XX defines 2009-02-24 22:24:58 +00:00
kernel_types.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
kernel.cpp not needed anymore 2009-02-24 20:52:18 +00:00
kernel.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
kevent.cpp SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of microsecs) 2009-02-24 20:50:09 +00:00
kfile.cpp not needed anymore 2009-02-24 20:55:43 +00:00
kgraphics.cpp SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of microsecs) 2009-02-24 20:50:09 +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 SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of microsecs) 2009-02-24 20:50:09 +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 not needed include anymore 2009-02-24 22:01:10 +00:00
savegame.cpp not needed include anymore 2009-02-24 22:01:10 +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 fix forward declarations to match the actual ones 2009-02-24 18:21:12 +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 Fix a valgrind warning (free -> delete) 2009-02-24 22:25:39 +00:00
vm.h fix forward declarations to match the actual ones 2009-02-24 18:21:12 +00:00