scummvm/engines/sci
Filippos Karapetis da36901b07 Cleanup
svn-id: r41202
2009-06-05 23:08:35 +00:00
..
engine Cleanup 2009-06-05 23:08:35 +00:00
gfx Cleanup 2009-06-05 23:08:35 +00:00
sfx Cleanup 2009-06-05 23:08:35 +00:00
console.cpp Moved some more debug commands to ScummVM's coneole and removed some unused code 2009-06-05 19:04:14 +00:00
console.h Moved some more debug commands to ScummVM's coneole and removed some unused code 2009-06-05 19:04:14 +00:00
debug.h SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file 2009-06-04 11:28:05 +00:00
decompressor.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +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 SCI: Moved MemObject code into a separate source file 2009-06-04 11:45:17 +00:00
resource.cpp SCI: Audio: Fixed bug in sample length computation. 2009-06-05 01:12:52 +00:00
resource.h SCI: Made some members of class Resource protected; some cleanup 2009-06-04 22:16:31 +00:00
sci.cpp SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant 2009-06-04 21:44:39 +00:00
sci.h - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
tools.cpp - Moved the engine state and the console to be private members of SciEngine 2009-06-03 14:09:25 +00:00
tools.h Removed/replaced BREAKPOINT 2009-05-30 10:42:08 +00:00
uinput.h Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys 2009-06-04 08:28:20 +00:00
vocabulary.cpp SCI: Made some members of class Resource protected; some cleanup 2009-06-04 22:16:31 +00:00
vocabulary.h SCI: cleanup 2009-06-04 11:44:55 +00:00