scummvm/engines/sci
Johannes Schickel 39359479ea - Fix code indentation
- Some (minor other) fromatting fixes

svn-id: r39304
2009-03-10 18:42:18 +00:00
..
engine - Fix code indentation 2009-03-10 18:42:18 +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: SongIterator::Message only needs to transfer a single argument, so get rid of the second slot 2009-03-10 02:57:30 +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 String fragments support 2009-03-10 14:52:02 +00:00
sci_memory.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
sci_memory.h Normalized guard #defines 2009-02-24 15:33:40 +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