aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-30SCUMM: Use correct array size when calling initializeLocals()Torbjörn Andersson
The initializeLocals() function assumes that it can copy 25 elements when being provided an array of values. But this array was frequently a lot smaller than that. I've introduced a constant for the number of locals (though VirtualMachineState has one more for some reason), and fixed the array sizes in a number of places. CID 1003951, 1003952, 1003953, 1003955, 1003956, 1003959, 1003960, 1003961, 1003963, 100394, 1003965
2013-04-29DREAMWEB: Add commands in Spanish for the Network TerminalThierry Crozat
Also changed the German HELP command to HILF at the translator request (which means both HILF and HILFE work since the parser only matches the start of the string).
2013-04-29I18N: Regenerate translations data fileThierry Crozat
2013-04-29I18N: Update Spanish translation (from patch #3612117)Thierry Crozat
2013-04-29I18N: Update Belarusian translation (from patch #3612130)Thierry Crozat
2013-04-29TOON: Fix logical branch error. CID 1004062Eugene Sandulenko
2013-04-29SCUMM HE: fix crash introduced in a10ad272a84Eugene Sandulenko
2013-04-29SCUMM: Fix o100_videoOps subOp 0Matthew Hoops
football2002 endzone videos now display
2013-04-29TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, ↵Strangerke
1002418
2013-04-29TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, ↵Strangerke
1002399, 1002400, 1002402
2013-04-29TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, ↵Strangerke
1002370
2013-04-29TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, ↵Strangerke
100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414,
2013-04-28TSAGE: Fix nesting level. CID 1003633Eugene Sandulenko
2013-04-28TSAGE: Fix nesting level. CID 1003634Eugene Sandulenko
2013-04-28TSAGE: Fix nexting level. CID 1003635Eugene Sandulenko
2013-04-28TSAGE: Fixed nesting level. CID 1003636Eugene Sandulenko
2013-04-28TSAGE: Fixed nesting level. CID 1003637Eugene Sandulenko
2013-04-28LASTEXPRESS: Fix multiline macros. CID 1003638Eugene Sandulenko
2013-04-28LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640Eugene Sandulenko
2013-04-28AUDIO: Fix identation. CID 1003641Eugene Sandulenko
2013-04-28SCUMM HE: Plug memory leak. CID 1003582Eugene Sandulenko
2013-04-28SAGA: Null terminate string. CID 1003869Eugene Sandulenko
2013-04-28SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID ↵Eugene Sandulenko
1003188, CID 1003189
2013-04-28SAGA: Null terminate string. CID 1003870Eugene Sandulenko
2013-04-28SAGA: Null terminate string. CID 1003868Eugene Sandulenko
2013-04-28MOHAWK: Fix use after free. CID 1002114Eugene Sandulenko
2013-04-28MADE: Null terminate string. CID 1003874Eugene Sandulenko
2013-04-28SCI: Change wording for a function referenceFilippos Karapetis
2013-04-28SCI: Change wording for the cursor position workaroundsFilippos Karapetis
2013-04-28SCI: Fix patched save/load dialogs in SCI32 Mac gamesMatthew Hoops
2013-04-28SCI: Fix Phantasmagoria Mac's kDoSoundMatthew Hoops
2013-04-28AUDIO: Do not error out when channel offset >= length after interrupt()Sven Hesse
This fixes a Protracker module in the OS/2 version of Hopkins FBI (bug #3612101). In row 0x30 of the first pattern, the set channel offset effect in the fourth track pushes the offset past the sample (repeat) length. This is not error; the mixing function already handles this case flawlessly. No assert() is necessary there.
2013-04-28I18N: Regenerate translations data fileThierry Crozat
2013-04-28I18N: Update Italian translation (from Matteo)Thierry Crozat
2013-04-28I18N: Updated German GUI translation.Simon Sawatzki
2013-04-28DOCS: Updated German README (Liesmich) and NEWS (Neues).Simon Sawatzki
Liesmich now based on README SHA1 ID: 7f1288e8ef3b06d2d0793070da083b2e9c6bc030 Neues now based on NEWS SHA1 ID: 419252dbd64fb6f1a07079384418778c6946242f
2013-04-28SWORD2: Fix potential allocation size mismatch. CID 1003324.Torbjörn Andersson
2013-04-28HOPKINS: Fix for #3611739 graphic corruption in Breakout gamePaul Gilbert
2013-04-27KYRA: (EOB) - cleanup last commitathrxx
2013-04-27KYRA: (EOB) - add debugger functionsathrxx
(list_flags, set_flag, clear_flag)
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