scummvm/engines/sci
2009-09-06 13:01:26 +00:00
..
engine SCI: Rename SegManager::exports_wide to _exportsAreWide and changed it to a bool, and rename setExportWidth() to setExportAreWide() 2009-09-06 13:01:26 +00:00
gfx SCI: Rename resManager -> resMan; segManager -> segMan 2009-09-06 12:57:42 +00:00
sfx SCI: Rename player -> s_player and made it static; allocate MemoryReadStream in two cases on the stack, for simplicity 2009-09-06 12:56:50 +00:00
console.cpp SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int,int> 2009-09-06 13:00:30 +00:00
console.h Fix compilation of the SCI engine. It seems that all of the SCI header files I touched (and probably others I luckily didn't touch) seem to assume that files including them will supply needed types. That looks like a major issue in SCI. Someone with knowledge of the SCI code should look into this and cleanup the includes of *all* SCI headers. 2009-08-17 07:36:08 +00:00
debug.h Fix compilation of the SCI engine. It seems that all of the SCI header files I touched (and probably others I luckily didn't touch) seem to assume that files including them will supply needed types. That looks like a major issue in SCI. Someone with knowledge of the SCI code should look into this and cleanup the includes of *all* SCI headers. 2009-08-17 07:36:08 +00:00
decompressor.cpp SCI: Cleanup 2009-08-30 01:37:27 +00:00
decompressor.h SCI: cleanup 2009-05-28 11:15:09 +00:00
detection_tables.h Added checksums for KQ5 EGA (bug report #2829470) 2009-09-01 23:07:51 +00:00
detection.cpp SCI: Rename resManager -> resMan; segManager -> segMan 2009-09-06 12:57:42 +00:00
module.mk - Finished automatic detection of the game platform in the fallback detector 2009-08-25 23:36:20 +00:00
resource.cpp Some renaming: 2009-09-02 12:02:37 +00:00
resource.h Coding best practice: Always use enums instead of #defines to define integer constants (for many good reasons) 2009-09-01 13:02:47 +00:00
sci.cpp Removed the bilinear and trilinear FreeSCI scalers, and only left the unfiltered scaler in (to be replaced by ScummVM's scaler code). We really don't need bilinear and trilinear filtered scaling in the engine, as ScummVM's filters already perform bilinear and trilinear filtered scaling, if requested 2009-09-04 09:44:06 +00:00
sci.h Some renaming: 2009-09-02 12:02:37 +00:00
tools.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
tools.h Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +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 Some renaming: 2009-09-02 12:02:37 +00:00
vocabulary.h Some renaming: 2009-09-02 12:02:37 +00:00