scummvm/engines/sci
2009-10-06 07:25:07 +00:00
..
engine SCI/newgui: changed the way dithering works on ega games, also default value change for kDrawStatus 2009-10-05 21:38:51 +00:00
gfx Moved the cursor movement code in the GUI 2009-10-05 16:43:24 +00:00
gui SCI/newgui: view 1.1 loading now completely fixed, included sanity check and one fixme 2009-10-06 07:25:07 +00:00
gui32 Stop spamming of the console 2009-10-05 19:30:17 +00:00
sfx SCI: Add some fixmes noted by salty-horse. 2009-10-01 11:06:38 +00:00
console.cpp SCI: Rename EngineState::segMan to _segMan 2009-10-04 18:38:18 +00:00
console.h SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to console.cpp, and switch other code using it to use findObjectByName() instead. 2009-10-04 18:36:58 +00:00
debug.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
decompressor.cpp SCI: Cleanup 2009-08-30 01:37:27 +00:00
decompressor.h
detection_tables.h Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report #2612718. Still many to go, that bug report is huge 2009-09-17 14:41:27 +00:00
detection.cpp Add "demo" to the extras field of the fallback detector for demos 2009-09-24 07:18:38 +00:00
module.mk SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the GUI heapmanager 2009-10-04 21:27:24 +00:00
resource.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
resource.h - Moved the SCI version in a global variable 2009-09-23 10:55:35 +00:00
sci.cpp - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> SciGuiWindowMgr) 2009-10-05 07:10:01 +00:00
sci.h SCI: Merge new GUI code written by m_kiewitz. 2009-10-03 20:49:18 +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
vocabulary.cpp - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
vocabulary.h - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00