Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | TINSEL: Simplify palette endianess conversions | Filippos Karapetis | |
2013-05-01 | SAGA: Fix some non-initialized variables in the Music class - CID 1003131 | Filippos Karapetis | |
2013-05-01 | SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, ↵ | Filippos Karapetis | |
1003542 | |||
2013-05-01 | SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 | Filippos Karapetis | |
2013-05-01 | SCI: Fix some non-initialized variables in SegManager - CID 1003116 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageState - CID 1003119 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageReader - CID 1003120 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 | Filippos Karapetis | |
2013-05-01 | SCI: Initialize some members of GfxPaint16 - CID 1010057 | Filippos Karapetis | |
2013-04-30 | SCUMM: Cleanup | Torbjörn Andersson | |
We only need to initialize 'args' in runInventoryScript() when we are actually using them. | |||
2013-04-30 | SCUMM: 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-29 | DREAMWEB: Add commands in Spanish for the Network Terminal | Thierry 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-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-04-29 | I18N: Update Spanish translation (from patch #3612117) | Thierry Crozat | |
2013-04-29 | I18N: Update Belarusian translation (from patch #3612130) | Thierry Crozat | |
2013-04-29 | TOON: Fix logical branch error. CID 1004062 | Eugene Sandulenko | |
2013-04-29 | SCUMM HE: fix crash introduced in a10ad272a84 | Eugene Sandulenko | |
2013-04-29 | SCUMM: Fix o100_videoOps subOp 0 | Matthew Hoops | |
football2002 endzone videos now display | |||
2013-04-29 | TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, ↵ | Strangerke | |
1002418 | |||
2013-04-29 | TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, ↵ | Strangerke | |
1002399, 1002400, 1002402 | |||
2013-04-29 | TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, ↵ | Strangerke | |
1002370 | |||
2013-04-29 | TSAGE: 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-28 | TSAGE: Fix nesting level. CID 1003633 | Eugene Sandulenko | |
2013-04-28 | TSAGE: Fix nesting level. CID 1003634 | Eugene Sandulenko | |
2013-04-28 | TSAGE: Fix nexting level. CID 1003635 | Eugene Sandulenko | |
2013-04-28 | TSAGE: Fixed nesting level. CID 1003636 | Eugene Sandulenko | |
2013-04-28 | TSAGE: Fixed nesting level. CID 1003637 | Eugene Sandulenko | |
2013-04-28 | LASTEXPRESS: Fix multiline macros. CID 1003638 | Eugene Sandulenko | |
2013-04-28 | LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640 | Eugene Sandulenko | |
2013-04-28 | AUDIO: Fix identation. CID 1003641 | Eugene Sandulenko | |
2013-04-28 | SCUMM HE: Plug memory leak. CID 1003582 | Eugene Sandulenko | |
2013-04-28 | SAGA: Null terminate string. CID 1003869 | Eugene Sandulenko | |
2013-04-28 | SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID ↵ | Eugene Sandulenko | |
1003188, CID 1003189 | |||
2013-04-28 | SAGA: Null terminate string. CID 1003870 | Eugene Sandulenko | |
2013-04-28 | SAGA: Null terminate string. CID 1003868 | Eugene Sandulenko | |
2013-04-28 | MOHAWK: Fix use after free. CID 1002114 | Eugene Sandulenko | |
2013-04-28 | MADE: Null terminate string. CID 1003874 | Eugene Sandulenko | |
2013-04-28 | SCI: Change wording for a function reference | Filippos Karapetis | |
2013-04-28 | SCI: Change wording for the cursor position workarounds | Filippos Karapetis | |
2013-04-28 | SCI: Fix patched save/load dialogs in SCI32 Mac games | Matthew Hoops | |
2013-04-28 | SCI: Fix Phantasmagoria Mac's kDoSound | Matthew Hoops | |
2013-04-28 | AUDIO: 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-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-04-28 | I18N: Update Italian translation (from Matteo) | Thierry Crozat | |
2013-04-28 | I18N: Updated German GUI translation. | Simon Sawatzki | |
2013-04-28 | DOCS: 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-28 | SWORD2: Fix potential allocation size mismatch. CID 1003324. | Torbjörn Andersson | |
2013-04-28 | HOPKINS: Fix for #3611739 graphic corruption in Breakout game | Paul Gilbert | |