scummvm/engines/sci
Max Horn 72512db7fb SCI: Fixed warning
svn-id: r42055
2009-07-03 10:41:03 +00:00
..
engine SCI: Fixed warning 2009-07-03 10:41:03 +00:00
gfx - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
sfx Fixed some more warnings observed on buildbot 2009-07-01 20:51:34 +00:00
console.cpp Moved some more debug state related variables in the DebugState struct 2009-07-02 23:58:05 +00:00
console.h Moved some more debug state related variables in the DebugState struct 2009-07-02 23:58:05 +00:00
debug.h Moved some more debug state related variables in the DebugState struct 2009-07-02 23:58: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 Simplified the kernel name loading code: Merged the default SCI0 and SCI1 kernel name tables in one table. vocab.999 is only used in SCI0 and SCI01 games if it exists as an override to the default kernel name table (which works with SCI0/SCI01 demos with no vocab.999, like KQ1 and xmas1998). Removed GF_SCI0_SCI1VOCAB. 2009-07-03 09:01:51 +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 Fixed some more warnings observed on buildbot 2009-07-01 20:51:34 +00:00
resource.h SCI: Moved audio code from AudioResource to the sfx core. 2009-06-12 23:46:23 +00:00
sci.cpp Simplified the kernel name loading code: Merged the default SCI0 and SCI1 kernel name tables in one table. vocab.999 is only used in SCI0 and SCI01 games if it exists as an override to the default kernel name table (which works with SCI0/SCI01 demos with no vocab.999, like KQ1 and xmas1998). Removed GF_SCI0_SCI1VOCAB. 2009-07-03 09:01:51 +00:00
sci.h Simplified the kernel name loading code: Merged the default SCI0 and SCI1 kernel name tables in one table. vocab.999 is only used in SCI0 and SCI01 games if it exists as an override to the default kernel name table (which works with SCI0/SCI01 demos with no vocab.999, like KQ1 and xmas1998). Removed GF_SCI0_SCI1VOCAB. 2009-07-03 09:01:51 +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: Moved resource36 handling into resource manager. 2009-06-07 19:15:55 +00:00
vocabulary.h Moved some more debug commands to ScummVM's coneole 2009-06-06 16:43:13 +00:00