aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-10TEST: tests for common/rendermode.hTobia Tesan
tests for parseRenderMode, renderMode2GUIO and getRenderModeCode.
2013-07-10TEST: test cases for common/util.cppTobia Tesan
2013-07-10TEST: tests for common/huffman.hTobia 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-06TSAGE: Fix to show player on top of maze correctly in R2R scene 1200Paul Gilbert
2013-07-06TSAGE: Fix for player rotating north to south in R2R scene 1200Paul Gilbert
2013-07-06TSAGE: Fix for refreshing background and vertical sprite flipping in R2R ↵Paul Gilbert
scene 1200
2013-07-06SCUMM: Fix initGM() buffer overflow (CID 1032513)Torbjörn Andersson
We're clearly using 12 bytes, not 11.
2013-07-06CONFIGURE: Add missing help messages for newer feature options..D G Turner
2013-07-06RECORDER: Fix tests compilation. Patch by D G TurnerEugene Sandulenko
2013-07-05BUILD: Fix Mac static build with libmpeg2Matthew Hoops
2013-07-06AUDIO: Further fix to ReportHandlerScummVM::printDebug in MT32 code.D G Turner
2013-07-05TSAGE: Bugfix for disappearing player in R2R scene 1200Paul Gilbert
2013-07-05TSAGE: Added enumeration for crawling direction in R2R scene 1200Paul Gilbert
2013-07-05NEWS: Mention MPEG-2 cutscenesMatthew Hoops
2013-07-05Merge pull request #343 from clone2727/mpeg2-aviclone2727
Add back support for sword1/2 MPEG-2 cutscenes
2013-07-05Merge pull request #351 from bluegr/eventrec_keymapper_build_warningEugene Sandulenko
RECORDER: Don't allow the event recorder and the keymapper to be enabled simultaneously
2013-07-05BASE: Fix --help output for --record-file-name.Johannes Schickel
Formerly it claimed the command is --record-file.
2013-07-05CREATE_PROJECT: Don't allow the keymapper and the event recorder to be ↵Filippos Karapetis
enabled simultaneously
2013-07-05CONFIGURE: Don't allow the keymapper and the event recorder to be enabled ↵Filippos Karapetis
simultaneously
2013-07-05Revert "COMMON: Fix crash when the keymapper and the event recorder are enabled"Filippos Karapetis
This reverts commit 93987d999c61221bda3da548c8c81f5d6d906a12.
2013-07-05CREATE_PROJECT: Add the event recorder to the feature flagsFilippos Karapetis
2013-07-05COMMON: Fix crash when the keymapper and the event recorder are enabledFilippos Karapetis
DefaultEventManager registers a keymapper that is supposed to be auto-freed. However, the event recorder then sets itself as a new keymapper, but because the autofree flag is already set, registerMapper() ends up deleting the event recorder itself. Setting the autofree flag before actually freeing the mapper fixes the issue and prevents ScummVM from crashing on startup
2013-07-05COMMON: Initialize EventDispatcher::_autoFreeMapper.Johannes Schickel
This fixes a branching on uninitialized variable reported by valgrind on startup.
2013-07-04TSAGE: Bugfixes for laser panel in R2R scene 1200Paul Gilbert
2013-07-04TSAGE: Beginnings of proper movement in R2R scene 1200Paul Gilbert
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp
2013-07-04CREATE_PROJECT: Fix compilation for Visual Studio now the built-in theme is ↵Paul Gilbert
more than 64kb
2013-07-04GUI: Cleanup EventRecorder::getSurface.Johannes Schickel
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation.
2013-07-04Merge branch 'master' of https://github.com/scummvm/scummvmPaul Gilbert
2013-07-04Merge branch 'master' into tsage_r2rPaul Gilbert
2013-07-04AUDIO: Fix ReportHandlerScummVM::printDebug in MT32 code.Johannes Schickel
Formerly it tried to pass 'va_list' as '...' to debug. Now it's first creating a String containing the output via String::vformat and then passing it to debug. Found by buildbot (master-dc). The warning message was: audio/softsynth/mt32.cpp:65: warning: cannot pass objects of non-POD type `struct va_list' through `...'; call will abort at runtime
2013-07-04RECORDER: Fix crash at startupEugene Sandulenko
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
GSoC2012: Event Recorder (reworked)
2013-07-04RECORDER: Fix guard ifdefEugene Sandulenko
2013-07-04SDL: Fix compilation by moving getMixerManager out of USE_OPENGL guard.Johannes Schickel
2013-07-04CONFIGURE: Remove superflous (and broken) command for eventrec.Johannes Schickel
2013-07-04NEVERHOOD: Move the TODO into our wikiFilippos Karapetis
It can now be found at http://wiki.scummvm.org/index.php/Neverhood/TODO
2013-07-03TSAGE: Fix for moving east in R2R maze scene 3500Paul Gilbert
2013-07-03TSAGE: Bugfix for leaving R2R scene 3500Paul Gilbert
2013-07-04SDL: Fix compilation on Solaris 10.Johannes Schickel
This replaces a dummy FILE definition before including the SDL headers with simply using the toolchain's definition on Solaris. This is pretty harmless because we only allow FILE to be used in the SDL headers by this. Fixes bug #3614514 "#define FILE FAKE_FILE doesn't work on Solaris (w/ patch)". Thanks to lblume for his patch!
2013-07-04CONFIGURE: Remove POSIXisms in configure.Johannes Schickel
This allows configure to work fine on Solaris 10 again. This fixes bug #3614513 "A few posixisms have crept into configure (w/ patch)". Thanks to lblume for his patch.
2013-07-03TSAGE: Renaming maze Ui field in R2R scene 1200Paul Gilbert
2013-07-03NEVERHOOD: Add a new console command, "playsound"Filippos Karapetis
2013-07-03NEVERHOOD: Fix typo in variable nameFilippos Karapetis
2013-07-02TSAGE: Fixes for moving south in R2R maze scene 3500Paul Gilbert
2013-07-03NEVERHOOD: Fix save slot selectionFilippos Karapetis
My initial suggestion to fix the issue was made in 163023a, which broke the save slot selection logic. The actual save slot selection problem was fixed in commit 2ca36ab
2013-07-03CREATE_PROJECT: Fix a typo in the help-message (--codeblocks)Einar Johan Trøan Sømåen
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-07-01CONFIGURE: Make the libmpeg2 properly require 0.4.0Matthew Hoops
2013-07-02MT-32: Sync with the latest changes in muntFilippos Karapetis
This syncs our code with munt commits 258cd89 and 17b40a6