scummvm/engines/sci
Greg Frieger eca41c0d11 ResourceManager:
- Keep a list of opened volumes to avoid redundant file opens
- Internal functions moved from public to protected

svn-id: r39334
2009-03-11 20:15:42 +00:00
..
engine SCI: Removed some dead code 2009-03-11 02:32:20 +00:00
gfx Untangled the parameters in gfxr_interpreter_get_view() as well. Updated comments 2009-03-11 17:09:30 +00:00
scicore ResourceManager: 2009-03-11 20:15:42 +00:00
sfx 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
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 Whitespace cleanup: Convert space followed by tab to just tab 2009-03-07 19:24:31 +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