scummvm/engines/sci
2010-02-07 02:53:07 +00:00
..
engine Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5 DOS CD. 2010-02-07 02:53:07 +00:00
graphics Removed unnecessary semi-colons to keep GCC happy. 2010-02-06 21:26:30 +00:00
parser Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
sound Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games default to MIDI as we don't (yet) support their patches. KQ5 Mac will start and go until the main menu. 2010-02-06 01:38:00 +00:00
video Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
console.cpp SCI: Add a 'SELECTOR' macro 2010-02-05 22:55:18 +00:00
console.h SCI: Renamed Console::_vm to _engine 2010-02-03 01:32:03 +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: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
decompressor.h SCI: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
detection.cpp Fix warning format arguments. (Passing a Common::String ins't that much of a good idea) 2010-01-31 10:02:38 +00:00
detection_tables.h Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games default to MIDI as we don't (yet) support their patches. KQ5 Mac will start and go until the main menu. 2010-02-06 01:38:00 +00:00
event.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
event.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
module.mk SCI: GfxCoordAdjuster class added, local2Global and global2Local use that class directly, kGraph / RedrawBox is now using GfxPaint16 directly 2010-02-05 18:56:13 +00:00
resource.cpp SCI: we checked first cel size when detecting hires instead of actual picture resolution, now checking correctly 2010-02-03 21:59:41 +00:00
resource.h SCI: Handle -1 properly when passed as a language id to DoAudio 2010-01-31 19:45:51 +00:00
sci.cpp SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 2010-02-05 16:03:14 +00:00
sci.h SCI: Removed old pathfinding define from sci.h 2010-01-30 04:33:46 +00:00