aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-04-23SCI: Fix kMessage REF subop orderingMatthew Hoops
Thanks to waltervn for testing values from running in DOSBox. Fixes bug #3034704
2013-04-24SWORD25: Plug memory leak. CID 1003589Eugene Sandulenko
2013-04-24SCUMM: Fix non-terminated string. CID 1003867Eugene Sandulenko
2013-04-23KYRA: (EOB) - fix original savefile importathrxx
(some monsters were not properly assigned to their spots)
2013-04-23KYRA: (EOB) - minor changes to debuggerathrxx
- display some more info in show_position - remove unused variable
2013-04-23SCUMM: Fix football2002 field coordinatesMatthew Hoops
2013-04-23WINTERMUTE: Cap the renderqueue to 800.Einar Johan Trøan Sømåen
2013-04-23WINTERMUTE: Fix non-dirty-rect render-path.Einar Johan Trøan Sømåen
2013-04-22SCUMM: Fix a bug in football's nextPoint U32 opcodeMatthew Hoops
Seems to fix bug #3495704
2013-04-22SWORD2: Fix reference to out-of-scope variableWillem Jan Palenstijn
2013-04-22SWORD2: Fix (unlikely) memory leakWillem Jan Palenstijn
2013-04-22SWORD1: Remove dead codeWillem Jan Palenstijn
2013-04-22KYRA: (EOB) - fix bug #3596547athrxx
(EOB1: Door Buttons Don't Work)
2013-04-22KYRA: (EOB) - minor fix to door opening/closing in EOB1athrxx
2013-04-22KYRA: (EOB) - add debugger functionsathrxx
(open_door, close_door)
2013-04-22WINTERMUTE: Mark Chivalry as ADGF_TESTING.Einar Johan Trøan Sømåen
2013-04-22WINTERMUTE: Use the theme-path to find scummodern.zipEinar Johan Trøan Sømåen
2013-04-22MOHAWK: add detection entry from bug #3610725Alyssa Milburn
2013-04-22KYRA: (EOB) - add some debugger functionsathrxx
(show_position, set_position)
2013-04-21NEWS: Mention Hopkins support, enable engine by defaultStrangerke
2013-04-21AGI: Fix delete/delete[]Willem Jan Palenstijn
2013-04-21Merge pull request #324 from eriktorbjorn/kyra-midifadeJohannes Schickel
KYRA: Fix MIDI fade-out behaviour
2013-04-21HUGO: Add missing initializations in intro constructors. CID 1002884 and 1002885Strangerke
2013-04-21TESTBED: Fix memory leak. CID 1003583Eugene Sandulenko
2013-04-21INSANE: Fix potential buffer overflow. CID 1003866Eugene Sandulenko
2013-04-21KYRA: (EOB) - fix bug #3611077athrxx
2013-04-21KYRA: (EOB) - minor cleanupathrxx
2013-04-21KYRA: (EOB) - add debugger function (list_monsters)athrxx
2013-04-21AGI: Fix sound deinit. CID 1004128Eugene Sandulenko
We really left sound gen leaked with preagi games.
2013-04-21KYRA: Fix MIDI fade-out behaviourTorbjörn Andersson
There are two ways that the music volume may be set: The setSourceVolume() specifies the current music volume, as ScummVM sees it. This is stored in _sources[].volume. The MIDI data itself can trigger volume events. These are handled by send(), which stores the volume - usually (always?) 100 - in _sources[_curSource].controllers[]. The volume is then adjusted by _sources[].volume. When music is faded out, setSourceVolume() is called repeatedly with progressively smaller values for the volume. What it should do, then, is to make sure that the volume is set to what was previously set to in send(), adjusted to the fading volume. At least, that's how I understand it.
2013-04-21HOPKINS: Silence GCC warningTorbjörn Andersson
2013-04-21HOPKINS: Fix missing break in switch CID 1003757Strangerke
2013-04-21HOPKINS: Enlarge _lockedAnims array to avoid potential out of bound access. ↵Strangerke
CID 1004012
2013-04-21HOPKINS: Removed spaces after assertsPaul Gilbert
2013-04-21HOPKINS: Fix code related to _zoneLineStrangerke
2013-04-21HOPKINS: More MAX_LINES cleanupStrangerke
2013-04-21HOPKINS: Add extra sanity check CID 1004008Strangerke
2013-04-21HOPKINS: MAX_LINES cleanupWillem Jan Palenstijn
2013-04-21WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile.Einar Johan Trøan Sømåen
2013-04-21HOPKINS: Improve test on lineData in testLine. CID 1003821Strangerke
2013-04-20SCI: Add extra sanity checkWillem Jan Palenstijn
2013-04-20HOPKINS: Fix missing break in characterRoute() CID 1003758Strangerke
2013-04-20HOPKINS: Fix check on index in LinesManager. CID 1004010Strangerke
2013-04-20WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1).Einar Johan Trøan Sømåen
This also fixes int->int32 in ScriptExtDate::transfer.
2013-04-20WINTERMUTE: Change ScriptValue to use int32.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Further reduce the amount of int->int32-confusion.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Let TMEMBER_INT take int32, not int.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Use int32 in coll_templ.hEinar Johan Trøan Sømåen
2013-04-20SCI: Fix memory leakWillem Jan Palenstijn