scummvm/engines/sci/engine
Max Horn 325d2ec66b SCI: More pathfinding cleanup
svn-id: r38830
2009-02-24 05:23:42 +00:00
..
aatree.cpp SCI: Moved aatree.* files together into engine/ 2009-02-21 22:54:15 +00:00
aatree.h SCI: Moved aatree.* files together into engine/ 2009-02-21 22:54:15 +00:00
game.cpp SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored for that) 2009-02-23 04:31:11 +00:00
gc.cpp SCI: Converted "segment interfaces" into classes 2009-02-22 12:18:22 +00:00
gc.h Replaced "typedef struct _state state_t" with "struct EngineState" 2009-02-21 10:47:56 +00:00
grammar.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
heap.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
heap.h SCI: Changed typedef struct -> struct 2009-02-21 22:06:42 +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 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
kernel_types.h Whitespace cleanup 2009-02-22 13:11:43 +00:00
kernel.cpp SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls to the file I/O code, to make it possible to analyze usage patterns; some cleanup 2009-02-23 03:51:22 +00:00
kevent.cpp SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more 2009-02-21 22:50:35 +00:00
kfile.cpp SCI: cleanup 2009-02-23 04:48:29 +00:00
kgraphics.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
klists.cpp SCI: Convert the segment manager into a class 2009-02-21 23:27:24 +00:00
kmath.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
kmenu.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
kmovement.cpp SCI: Convert the segment manager into a class 2009-02-21 23:27:24 +00:00
kpathing.cpp SCI: More pathfinding cleanup 2009-02-24 05:23:42 +00:00
kscripts.cpp SCI: Changed selector name table to a Common::StringList 2009-02-23 03:04:52 +00:00
ksound.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
kstring.cpp SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to the only spot it is used 2009-02-22 19:45:53 +00:00
message.cpp SCI: Untangling #include dependencies a bit 2009-02-21 19:54:15 +00:00
message.h SCI: Changed typedef struct -> struct 2009-02-21 22:06:42 +00:00
said.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
said.y Whitespace cleanup 2009-02-22 13:11:43 +00:00
savegame.cfsml 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
savegame.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
sci_graphics.h Wrapped the SCI engine in the Sci namespace. 2009-02-21 10:23:36 +00:00
scriptconsole.cpp SCI: Changed selector name table to a Common::StringList 2009-02-23 03:04:52 +00:00
scriptdebug.cpp SCI: Changed selector name table to a Common::StringList 2009-02-23 03:04:52 +00:00
seg_manager.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
seg_manager.h 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
sys_strings.cpp SCI: Untangling #include dependencies a bit 2009-02-21 19:54:15 +00:00
vm.cpp SCI: Changed selector name table to a Common::StringList 2009-02-23 03:04:52 +00:00