aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-04-27KYRA: (EOB) - fix original savefile import/exportathrxx
(flag settings were not imported/exported in EOB 1 saves)
2013-04-27KYRA: (EOB) - minor fix in NPC sequence codeathrxx
2013-04-27PEGASUS: Fix missing text in canyon chaseMatthew Hoops
2013-04-27SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541)Filippos Karapetis
2013-04-27SCI: Change wording for bug/further info referencesFilippos Karapetis
2013-04-27TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391Strangerke
2013-04-27TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176Strangerke
2013-04-27GROOVOE: Plug memory leak. CID 1003912Eugene Sandulenko
2013-04-27AGI: Null terminate string. CID 1003890Eugene Sandulenko
2013-04-27AGI: Null terminate string. CID 1003889Eugene Sandulenko
2013-04-27AGI: Null terminate string. CID 1003888Eugene Sandulenko
2013-04-27SAGA: Fix memory leak in Mac version of IHNMTorbjörn Andersson
CID 1004123. Unfortunately, I do not have this version of the game so I cannot verify that this fix is correct, but it should be.
2013-04-26SCI: Fix SCI32 BE selector name countMatthew Hoops
2013-04-26SCI: Add script patch for Freddy Pharkas Mac inventoryMatthew Hoops
Thanks to waltervn for figuring this mess out!
2013-04-26I18N: Workaround to fix spelling in French command 3Thierry Crozat
2013-04-26TINSEL: Reorder loop condition to fix out-of-bounds accessTorbjörn Andersson
This should fix CID 1003943 and CID 1003944.
2013-04-26TOLTECS: Ignore invalid script opcodes (script bugs) - bug #3604025Filippos Karapetis
The original ignores invalid opcodes as well, according to johndoe
2013-04-26TOLTECS: Remove dead codeFilippos Karapetis
The clearSprites() method is a leftover from the older sprite drawing code
2013-04-26HUGO: Fix some uninitialized variables. CID 1002887Strangerke
2013-04-26CRUISE: Plug memory lek. CID 1003917Eugene Sandulenko
2013-04-26CRUISE: Plug memory leak. CID 1003918Eugene Sandulenko
2013-04-26CINE: Null terminate string. CID 1003886Eugene Sandulenko
2013-04-26CINE: Null terminate string. CID 1003884Eugene Sandulenko
2013-04-26CINE: Null terminate string. CID 1003887Eugene Sandulenko
2013-04-26CGE: Plug memory leak. CID 1003914Eugene Sandulenko
2013-04-26Merge branch 'master' of https://github.com/scummvm/scummvmPaul Gilbert
2013-04-26HOPKINS: Fix Return to LauncherPaul Gilbert
2013-04-26HOPKINS: Fix bug #3611566Strangerke
2013-04-25TOON: Fix memory leakWillem Jan Palenstijn
2013-04-25SCI: Fix (unlikely) memory leakWillem Jan Palenstijn
2013-04-25SCI: Add the French floppy version of GK1 (bug #3611487)Filippos Karapetis
2013-04-25SCI: Reorder the LSL3 detection entries a bitFilippos Karapetis
2013-04-25SCI: Add another version of LSL3 (bug #3611488)Filippos Karapetis
2013-04-25SCI: Fix scaling in the back room of the bookstore in GK1Filippos Karapetis
2013-04-24DRASCULA: Remove dead codeWillem Jan Palenstijn
2013-04-24SWORD1: Error our in case the resource handle is not found in lockScriptThierry Crozat
This should never happen, so as per wjp suggestion makes this an error.
2013-04-24SWORD1: Avoid possible dereferencing of a null pointerThierry Crozat
CID 1003605
2013-04-24LURE: Fix bounds checkingTorbjörn Andersson
CID 1003986 and CID 1003990.
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