scummvm/engines/sci
Greg Frieger 782c394dd7 - LZS Decompressor added
- Some code clean-up

svn-id: r39385
2009-03-14 08:43:28 +00:00
..
engine cleaning up after myself again *sigh* 2009-03-14 01:52:14 +00:00
gfx SCI: Fixed warning 2009-03-14 01:45:11 +00:00
scicore - LZS Decompressor added 2009-03-14 08:43:28 +00:00
sfx SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
console.cpp SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadowing warnings; some other tweaks 2009-02-28 22:19:22 +00:00
console.h - Made ResourceManager accessible from _vm 2009-02-22 01:33:16 +00:00
detection.cpp Added the correct SCI version for German LSL7 from bug report #2662260. Also, added "sier" to the list of executable names (matches sier.exe, sierw.exe and sierw5.exe) 2009-03-12 18:15:51 +00:00
exereader.cpp SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk Resource decompression functions moved to scicore\decompressor.cpp and turned into classes. 2009-03-10 21:44:03 +00:00
sci_memory.cpp SCI: Memory 'ref counting' code is only used by song iterators -> move it there, make it private (to be replaced one day by something else, e.g. Common::SharedPtr) 2009-03-10 19:08:07 +00:00
sci_memory.h SCI: Memory 'ref counting' code is only used by song iterators -> move it there, make it private (to be replaced one day by something else, e.g. Common::SharedPtr) 2009-03-10 19:08:07 +00:00
sci.cpp SCI: Added new header gfx/font.h and removed some dead code 2009-03-08 08:15:56 +00:00
sci.h The ScummVM debug console is now working (though only the "version" command is assigned, for now) 2009-03-07 17:32:11 +00:00
tools.cpp Replaced getInt16, getUInt16 and putInt16 2009-03-07 16:14:20 +00:00
tools.h Replaced gfxprintf 2009-03-07 16:17:01 +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