Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-04-24 | LURE: Fix bounds checking | Torbjörn Andersson | |
CID 1003986 and CID 1003990. | |||
2013-04-24 | I18N: Update Galician translation (from patch #3611744) | Thierry Crozat | |
2013-04-24 | I18N: Add fluidsynth-dialog.cpp to POTFILES | Thierry Crozat | |
Strings in the fluidsynth dialog had already been marked for translation but where not included because of the file not being listed in POTFILES. | |||
2013-04-24 | I18N: Update Norwegian (Bokmål)-translation | Einar Johan Trøan Sømåen | |
2013-04-24 | I18N: Update translation files from source code. | Thierry Crozat | |
2013-04-23 | SCI: Fix kMessage REF subop ordering | Matthew Hoops | |
Thanks to waltervn for testing values from running in DOSBox. Fixes bug #3034704 | |||
2013-04-24 | BASE: Fixed code flow warnings. CID 1002239 | Eugene Sandulenko | |
2013-04-24 | SWORD25: Plug memory leak. CID 1003589 | Eugene Sandulenko | |
2013-04-24 | GUI: Plug memory leak. CID 1003572 | Eugene Sandulenko | |
2013-04-24 | GUI: Fix memory leak. CID 1003569 | Eugene Sandulenko | |
2013-04-24 | SCUMM: Fix non-terminated string. CID 1003867 | Eugene Sandulenko | |
2013-04-23 | KYRA: (EOB) - fix original savefile import | athrxx | |
(some monsters were not properly assigned to their spots) | |||
2013-04-23 | Merge pull request #321 from fingolfin/configure-fix-nolink | Alyssa Milburn | |
CONFIGURE: Do not pass LDFLAGS to compiler when -c is specified | |||
2013-04-23 | KYRA: (EOB) - minor changes to debugger | athrxx | |
- display some more info in show_position - remove unused variable | |||
2013-04-23 | SCUMM: Fix football2002 field coordinates | Matthew Hoops | |
2013-04-23 | AUDIO: Remove useless check | Willem Jan Palenstijn | |
2013-04-23 | WINTERMUTE: Cap the renderqueue to 800. | Einar Johan Trøan Sømåen | |
2013-04-23 | WINTERMUTE: Fix non-dirty-rect render-path. | Einar Johan Trøan Sømåen | |
2013-04-22 | SCUMM: Fix a bug in football's nextPoint U32 opcode | Matthew Hoops | |
Seems to fix bug #3495704 | |||
2013-04-22 | SWORD2: Fix reference to out-of-scope variable | Willem Jan Palenstijn | |
2013-04-22 | SWORD2: Fix (unlikely) memory leak | Willem Jan Palenstijn | |
2013-04-22 | SWORD1: Remove dead code | Willem Jan Palenstijn | |
2013-04-22 | KYRA: (EOB) - fix bug #3596547 | athrxx | |
(EOB1: Door Buttons Don't Work) | |||
2013-04-22 | KYRA: (EOB) - minor fix to door opening/closing in EOB1 | athrxx | |
2013-04-22 | KYRA: (EOB) - add debugger functions | athrxx | |
(open_door, close_door) | |||
2013-04-22 | WINTERMUTE: Mark Chivalry as ADGF_TESTING. | Einar Johan Trøan Sømåen | |
2013-04-22 | WINTERMUTE: Use the theme-path to find scummodern.zip | Einar Johan Trøan Sømåen | |