Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-27 | KYRA: (EOB) - cleanup last commit | athrxx | |
2013-04-27 | KYRA: (EOB) - add debugger functions | athrxx | |
(list_flags, set_flag, clear_flag) | |||
2013-04-27 | KYRA: (EOB) - fix original savefile import/export | athrxx | |
(flag settings were not imported/exported in EOB 1 saves) | |||
2013-04-27 | KYRA: (EOB) - minor fix in NPC sequence code | athrxx | |
2013-04-27 | PEGASUS: Fix missing text in canyon chase | Matthew Hoops | |
2013-04-27 | SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541) | Filippos Karapetis | |
2013-04-27 | SCI: Change wording for bug/further info references | Filippos Karapetis | |
2013-04-27 | TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391 | Strangerke | |
2013-04-27 | TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176 | Strangerke | |
2013-04-27 | GROOVOE: Plug memory leak. CID 1003912 | Eugene Sandulenko | |
2013-04-27 | AGI: Null terminate string. CID 1003890 | Eugene Sandulenko | |
2013-04-27 | AGI: Null terminate string. CID 1003889 | Eugene Sandulenko | |
2013-04-27 | AGI: Null terminate string. CID 1003888 | Eugene Sandulenko | |
2013-04-27 | SAGA: Fix memory leak in Mac version of IHNM | Torbjö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-26 | SCI: Fix SCI32 BE selector name count | Matthew Hoops | |
2013-04-26 | SCI: Add script patch for Freddy Pharkas Mac inventory | Matthew Hoops | |
Thanks to waltervn for figuring this mess out! | |||
2013-04-26 | I18N: Update French translation | Thierry Crozat | |
2013-04-26 | I18N: Workaround to fix spelling in French command 3 | Thierry Crozat | |
2013-04-26 | I18N: Update Hungarian translation (from patch #3611796) | Thierry Crozat | |
2013-04-26 | TINSEL: Reorder loop condition to fix out-of-bounds access | Torbjörn Andersson | |
This should fix CID 1003943 and CID 1003944. | |||
2013-04-26 | TOLTECS: Ignore invalid script opcodes (script bugs) - bug #3604025 | Filippos Karapetis | |
The original ignores invalid opcodes as well, according to johndoe | |||
2013-04-26 | TOLTECS: Remove dead code | Filippos Karapetis | |
The clearSprites() method is a leftover from the older sprite drawing code | |||
2013-04-26 | HUGO: Fix some uninitialized variables. CID 1002887 | Strangerke | |
2013-04-26 | CRUISE: Plug memory lek. CID 1003917 | Eugene Sandulenko | |
2013-04-26 | CRUISE: Plug memory leak. CID 1003918 | Eugene Sandulenko | |
2013-04-26 | CINE: Null terminate string. CID 1003886 | Eugene Sandulenko | |
2013-04-26 | CINE: Null terminate string. CID 1003884 | Eugene Sandulenko | |
2013-04-26 | CINE: Null terminate string. CID 1003887 | Eugene Sandulenko | |
2013-04-26 | CGE: Plug memory leak. CID 1003914 | Eugene Sandulenko | |
2013-04-26 | Merge branch 'master' of https://github.com/scummvm/scummvm | Paul Gilbert | |
2013-04-26 | HOPKINS: Fix Return to Launcher | Paul Gilbert | |
2013-04-26 | HOPKINS: Fix bug #3611566 | Strangerke | |
2013-04-25 | TOON: Fix memory leak | Willem Jan Palenstijn | |
2013-04-25 | SCI: Fix (unlikely) memory leak | Willem Jan Palenstijn | |
2013-04-25 | CREATE_PROJECT: Add scummvm core project to list of coroutine projects to ↵ | Paul Gilbert | |
fix MSVC 10 compilation | |||
2013-04-25 | SCI: Add the French floppy version of GK1 (bug #3611487) | Filippos Karapetis | |
2013-04-25 | SCI: Reorder the LSL3 detection entries a bit | Filippos Karapetis | |
2013-04-25 | SCI: Add another version of LSL3 (bug #3611488) | Filippos Karapetis | |
2013-04-25 | SCI: Fix scaling in the back room of the bookstore in GK1 | Filippos Karapetis | |
2013-04-24 | DRASCULA: Remove dead code | Willem Jan Palenstijn | |
2013-04-24 | SWORD1: Error our in case the resource handle is not found in lockScript | Thierry Crozat | |
This should never happen, so as per wjp suggestion makes this an error. | |||
2013-04-24 | SWORD1: Avoid possible dereferencing of a null pointer | Thierry Crozat | |
CID 1003605 |