scummvm/engines/sci
2009-05-30 22:15:00 +00:00
..
engine Started objectifying the vocabulary functions (WIP) 2009-05-30 22:15:00 +00:00
gfx SCI: Made vocab_version static again (a global static var is bad, but a really global var is worse); also clarified some FIXME comments that we want to avoid *any* non-const global var, no matter whether it is static or not 2009-05-30 20:37:33 +00:00
sfx Moved the "songlib" command to console.cpp and removed the non-working "set_vismap" command - we can view the different maps with "show_map", but it doesn't make much sense to redirect the game's graphics output to another screen map on demand 2009-05-30 20:45:57 +00:00
console.cpp Started objectifying the vocabulary functions (WIP) 2009-05-30 22:15:00 +00:00
console.h Moved the "songlib" command to console.cpp and removed the non-working "set_vismap" command - we can view the different maps with "show_map", but it doesn't make much sense to redirect the game's graphics output to another screen map on demand 2009-05-30 20:45:57 +00:00
decompressor.cpp Turned some static tables into static const tables; added some FIXME comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) 2009-05-26 11:30:21 +00:00
decompressor.h SCI: cleanup 2009-05-28 11:15:09 +00:00
detection.cpp - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI1_NEWSETCURSOR 2009-05-29 08:25:42 +00:00
exereader.cpp Simplified SCI versions to be SCI version generations, and fixed some game entries in the process. Also, added a sanity check for invalid game entries 2009-05-15 09:04:21 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
resource.cpp Some WIP code on the speech used in KQ6CD 2009-05-29 13:52:10 +00:00
resource.h - Added brief Doxygen comments to the ResourceSync and AudioResource classes to explain what they do 2009-05-29 17:39:55 +00:00
sci.cpp - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
sci.h - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
tools.cpp SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment 2009-05-30 10:22:53 +00:00
tools.h Removed/replaced BREAKPOINT 2009-05-30 10:42:08 +00:00
uinput.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vocabulary.cpp Started objectifying the vocabulary functions (WIP) 2009-05-30 22:15:00 +00:00
vocabulary.h Started objectifying the vocabulary functions (WIP) 2009-05-30 22:15:00 +00:00