Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-15 | AGI: Mark fall-through. Detected by CID 1003771 | Eugene Sandulenko | |
2013-07-15 | AGI: Fix CID 1003768. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | AGI: Fix CID 1003769. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | DEVTOOLS: Fix CID 1022207. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | INSANE: Fix CID 1003734. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | INSANE: Fix CID 1003733. Missing break in switch. | Eugene Sandulenko | |
In fact the code was wrong there due to copy-paste error | |||
2013-07-15 | SAGA: Fix CID 1002507. Unused pointer value. | Eugene Sandulenko | |
2013-07-14 | TSAGE: Added R2R ability to combine items. Further bugfixes for landing bay | Paul Gilbert | |
2013-07-14 | RECORDER: Fix indenting | Sven Hesse | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-14 | RECORDER: Fix CID 1046887. Missing break in switch | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046882. Uninitalized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variables in accoudance with our code style | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046883. Uninitialized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046881. Unused value | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046888. Wrong check. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variable in accoudance with our code style. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046884. Uninitialized class variables. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046886. Uninit class variables. | Eugene Sandulenko | |
2013-07-14 | TSAGE: Fix for returning to landing bay from crane controls | Paul Gilbert | |
2013-07-14 | TUCKER: Add support for skipping unhandled/invalid instructions. | D G Turner | |
This ensures that if any unhandled/invalid instructions are present, they are skipped, rather than locking up engine execution. This is a secondary fix for bug #3614697 - "Spanish version uncompletable at end of 2nd part" and any other future bugs of this type. | |||
2013-07-14 | TUCKER: Fix for bug #3614697 - "Spanish version uncompletable..." | D G Turner | |
This add support for the unhandled "mof" instruction present in the Spanish version. This effectively skips it as a NOP/invalid, which prevents it locking up the game at the end of the 2nd part. | |||
2013-07-13 | Merge pull request #2 from criezy/mortevielle | Paul Gilbert | |
Mortevielle create_mortdat textual fixes | |||
2013-07-13 | MORTEVIELLE: Changed savegames to use the game target to generate filenames | Paul Gilbert | |
2013-07-13 | MORTEVIELLE: Fix typo in English text | Thierry Crozat | |
2013-07-13 | MORTEVIELLE: Convert non-ASCII characters to their octal value | Thierry Crozat | |
2013-07-13 | MORTEVIELLE: Add missing eol character in devtool usage message | Thierry Crozat | |
2013-07-13 | TSAGE: Fixes for R2R Crane Controls | Paul Gilbert | |
2013-07-13 | DEVTOOLS: Fix unimportant memory/resource leaks | Torbjörn Andersson | |
CID 1022280, 1022281, 1022282 | |||
2013-07-13 | DEVTOOLS: Fix unimportant memory/resource leaks | Torbjörn Andersson | |
CID 1022283, 1022284, 1022285 | |||
2013-07-13 | MORTEVIELLE: Fix some typos identified by wjp | Strangerke | |
2013-07-12 | MORTEVIELLE: Fixed ifdef header guard naming | Paul Gilbert | |
2013-07-12 | TSAGE: Extra comments for crane control scene | Paul Gilbert | |
2013-07-12 | Merge pull request #355 from lordhoto/skip-thumbnail | Johannes Schickel | |
GRAPHICS: Be more robust with broken/unsupported thumbnail headers. | |||
2013-07-12 | GRAPHICS: Be more robust with broken/unsupported thumbnail headers. | Johannes Schickel | |
This fixes future issues like bug #3614654: "ALL: ScummVM 1.5.0 can't read newer saved games". There are a few behavior changes introduced with this commit: - checkThumbnailHeader will now also report the presence of unsupported/broken (but skippable) headers. - skipThumbnail will also try to skip the data for broken/unsupported thumbnail data. - loadThumbnail will skip over broken/unsupported thumbnail data but still return 0 in this case. | |||
2013-07-12 | TUCKER: Fix palette fades | Willem Jan Palenstijn | |
This is a regression from 362b0cd5e4a71a0b2610ff8abb6aeecddc842cf0 and fixes bug #3614686. | |||
2013-07-11 | COMMON: Cleanup the MacResManager a bit | Matthew Hoops | |
2013-07-11 | TSAGE: Further fixes for R2R landing bay | Paul Gilbert | |
2013-07-10 | TSAGE: Fixes for R2R Bridge and Landing bay | Paul Gilbert | |
2013-07-11 | DC: Amend tests on serial disable/enable blocks. | D G Turner | |
These now restore the original release build logic to ensure that we don't have issues with releases. Missing something here as _debug_build doesn't seem to work as I expected... | |||
2013-07-10 | TEST: Whitespaces in test/common/ | Tobia Tesan | |
2013-07-10 | TEST: removed fixed hashes in test/common/hash-str.h | Tobia Tesan | |
The hash function does not necessarily have to conform to one specific algorithm as long as equals/differs is respected. | |||
2013-07-10 | TEST: Thorough testing for common/hash-str.h | Tobia Tesan | |
We test the various equal_to and hash functions therein. | |||
2013-07-10 | TEST: reorganize test/common/util.h | Tobia Tesan | |
Split a few test cases in two. The resulting file is now better organized. | |||
2013-07-10 | TEST: tests for common/rendermode.h | Tobia Tesan | |
tests for parseRenderMode, renderMode2GUIO and getRenderModeCode. | |||
2013-07-10 | TEST: test cases for common/util.cpp | Tobia Tesan | |
2013-07-10 | TEST: tests for common/huffman.h | Tobia Tesan | |
A few tests for the Huffman decoder. The encoding is the example from Wikipedia. This could be improved by someone more knowledgeable by generating one at runtime or using multiple encodings which would each contain one edge case. | |||
2013-07-10 | DC: Only enable serial debug output when --enable-debug is passed. | D G Turner | |
After this change, release builds will still have serial debug disabled, but debug builds will now not provide this unless --enable-debug is passed explicitly. This could have been another option or environment variable, but other embedded ports do similar things with _debug_build and this looks like the cleanest way to deal with this. | |||
2013-07-09 | Merge branch 'master' of https://github.com/scummvm/scummvm | Paul Gilbert | |
2013-07-09 | TSAGE: Implemented missing visual speaker methods for R2R | Paul Gilbert | |