scummvm/engines/sci
2009-03-10 19:17:52 +00:00
..
engine SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> SongIterator::Message in it 2009-03-10 19:11:35 +00:00
gfx Reverted some of the changes of commit #39192. The cursor reading code has been placed back in a separate file, and not in the resource manager (but it's now 1 function) 2009-03-10 10:55:36 +00:00
scicore SCI: result_word_t -> ResultWord; switched to Common::List for storing lists of ResultWords 2009-03-09 22:25:33 +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 SCI: EVIL temporary hack to ensure savegame.cpp is rebuilt when any of the headers it uses have been changed (to track mistakes like me forgetting to rename SongIteratorMessage -> SongIterator::Message in the CFSML, too). If anybody knows how one can 'copy' the dependencies of one target and add them to another, please let me know. 2009-03-10 19:17:52 +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