aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
This silences a number of warnings about possible uninitialized parameter use.
2011-04-11MOHAWK: Add more versions of LB demosMatthew Hoops
From bug #3275626
2011-04-11KYRA: Add some assertion to prevent out of bounds access.Johannes Schickel
2011-04-11KYRA: Constify static data table in LoL code.Johannes Schickel
2011-04-11KYRA: Get rid of non-const static variable in Kyra2 code.Johannes Schickel
2011-04-11KYRA: Cleanup.Johannes Schickel
2011-04-11KYRA: Get rid of non-const static variables in HoF.Johannes Schickel
2011-04-10TINSEL: Make the cdFlags array in drives.cpp static again.Johannes Schickel
2011-04-10TINSEL: Removed some unused global static variablesmd5
2011-04-10TINSEL: Merged NewName() inside DoSave() in order to remove a static varmd5
2011-04-10TINSEL: Cleanup - removed obsolete definesmd5
2011-04-10TINSEL: Changed cdFlags to be non-static and constantmd5
2011-04-10TINSEL: Removed the dummy ForceEntireRedraw() functionmd5
2011-04-10TINSEL: Removed the useless LookAtBuffers() functionmd5
2011-04-10MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)md5
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-09TOON: Fix potential var underflowingsylvaintv
2011-04-09TOON: Fix more valgrind issuessylvaintv
Fix potential more invalid read issues in RIF loading
2011-04-08TINSEL: Added numeric key mappings for function keysPaul Gilbert
2011-04-08MOHAWK: Implement LBCode logical operators.Alyssa Milburn
2011-04-07MOHAWK: Detect CarmenTQ's Custom Question CreatorMatthew Hoops
(Same LB version as the main game)
2011-04-07MOHAWK: Implement some LBCode rect commands.Alyssa Milburn
2011-04-07MOHAWK: Implement some more LBCode ops.Alyssa Milburn
2011-04-07MOHAWK: Add some more LBValue helpers.Alyssa Milburn
2011-04-07MOHAWK: Add getItemByName for LB.Alyssa Milburn
2011-04-07MOHAWK: Implement the quit notify LBCode commandMatthew Hoops
2011-04-07KYRA: Slight cleanup.Johannes Schickel
This more or less silently fixes the silent music introduced with f19e201, by me setting volume to "true" instead of "255". Whoops.
2011-04-07KYRA: Cleanup background music looping of Kyra3.Johannes Schickel
2011-04-07MOHAWK: Support LB script flow control.Alyssa Milburn
2011-04-07MOHAWK: Replace most of the LBCode interpreter.Alyssa Milburn
2011-04-07MOHAWK: Handle alignment byte for some targeting modes.Alyssa Milburn
2011-04-07KYRA: Cleanup static variable usage in LoK.Johannes Schickel
2011-04-07KYRA: Slight cleanup.Johannes Schickel
2011-04-06TOON: Fix several Valgrind issuessylvaintv
Maybe caused random crashes on reading invalid memory
2011-04-06SAGA: Fixed bug #3275973 - "IHNM: Dialog options vanish"md5
2011-04-05SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70heMax Horn
2011-04-05SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ↵Max Horn
ScummEngine_v60he
2011-04-05SCUMM: Rename InfoStuff to SaveStateMetaInfosMax Horn
2011-04-05SCUMM: Move ActorHE into its own header, move some HE specific stuff out of ↵Max Horn
scumm.h
2011-04-05SCUMM: CleanupMax Horn
2011-04-05SCUMM: Fix off-by-one mistakes in out-of-bounds checks; name some constantsMax Horn
2011-04-05SCI: Extended the script workaround for the sign reading script (bugs ↵md5
#3272735, #3275413)
2011-04-04SCUMM: Extend debug command 'object' to allow querying stateMax Horn
2011-04-04SCUMM: Extend workaround for bug #1668393 (see bug #3267665)Max Horn
2011-04-04SCUMM: Check for cutSceneStackPointer underflowsMax Horn
2011-04-04AGI: Avoid global constructors (due to global refs)Max Horn
2011-04-04SCI: Initialize newPlane fully before adding it to _planesMax Horn
2011-04-04SCI: Added workaround for script bug #3272735 - "SCI: QFG2: Crash when ↵md5
typing 'read sign'"