Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | SDL: Fix const cast | Willem Jan Palenstijn | |
2016-08-30 | CLOUD: Fix Windows cross-compilation | Eugene Sandulenko | |
2016-08-30 | BUILD: Force the curl path when building the PS3 version | Bastien Bouclet | |
Also, since SDL2 is enabled by default, there is no need to force using sdl2-config anymore. | |||
2016-08-30 | BUILD: Don't try to run the curl test executable when cross-compiling | Bastien Bouclet | |
2016-08-30 | BUILD: Fix typos in find_libcurlconfig | Bastien Bouclet | |
2016-08-30 | BACKENDS: Use open instead of creat to create files | Bastien Bouclet | |
creat is not defined on the PS3. Also close the file descriptor. | |||
2016-08-30 | GUI: Fix hidden files visibility getting out of sync in the files browser | Bastien Bouclet | |
- The checkbox state was not initialized when opening the dialog. - The visibility state was initialized from ConfMan too early resuling in the value being incorrect when multiple file browsers are used. | |||
2016-08-30 | OUYA: Bump to recommended API 16 | Eugene Sandulenko | |
2016-08-30 | SCI: Add missing parentheses to SIG/PATCH macros | Willem Jan Palenstijn | |
2016-08-30 | DIRECTOR: Lingo: Documented when..then statements | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix scanned archive names | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix another crash on quit | Eugene Sandulenko | |
2016-08-30 | Merge branch 'master' of https://github.com/scummvm/scummvm | Alexander Tkachev | |
2016-08-30 | CLOUD: Fix Webserver's usage of DefaultSaveFileManager | Alexander Tkachev | |
concatWithSavesPath() is only defined when curl is used, but was used in Webserver even when curl is unavailable. | |||
2016-08-30 | CONFIGURE: Fix curl-config failure | Alexander Tkachev | |
Still, curl-config is required for Cloud integration feature, so it should be installed on buildbot in order to build it. | |||
2016-08-30 | Merge pull request #433 from klusark/assets | Eugene Sandulenko | |
ANDROID: Update the asset archive code to use AAssets | |||
2016-08-30 | Merge pull request #788 from Tkachov/cloud | Eugene Sandulenko | |
ALL: Add Cloud storage support | |||
2016-08-30 | DIRECTOR: Fix class initialization | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fixed shared cast loading | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix archive scanning at the start | Eugene Sandulenko | |
2016-08-29 | TITANIC: Remove CTrueTalkManager update2 method | Paul Gilbert | |
The original was actually the update method for an audio buffer list. This is thus unneeded in ScummVM, which automatically handles sound updates | |||
2016-08-29 | TITANIC: Properly initialize data array in CSurfaceFader | Paul Gilbert | |
2016-08-29 | TITANIC: Preliminary implementation for CVideoSurface movieBlitRect | Paul Gilbert | |
2016-08-29 | TITANIC: Remove redundant CFilesManager::fn4 | Paul Gilbert | |
It looks like the original method scanned subfolders for the file, and prefixed on the found path. We don't need this for ScummVM | |||
2016-08-29 | TITANIC: Further code cleanup, identified game mode 5 | Paul Gilbert | |
2016-08-29 | TITANIC: Remove unused CChevSwitch class | Paul Gilbert | |
2016-08-29 | TITANIC: Clarify CMouseCursor saveState as setPosition | Paul Gilbert | |
2016-08-29 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-08-29 | TITANIC: Implement variant font writing used by credits | Paul Gilbert | |
2016-08-29 | FULLPIPE: Fix arithmetics in MovGraph::putToLink | Retro-Junk | |
2016-08-29 | FULLPIPE: Fix few bugs in Map code | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: More signed reads | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Read signed values where potentially negative values could appear | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Hid noisy pointless warning | Eugene Sandulenko | |
2016-08-29 | ADL: Merge hires?.h files into the cpp files | Walter van Niftrik | |
2016-08-29 | FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovement | Retro-Junk | |
2016-08-29 | ANDROIDSDL: Fix menu button | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Generic way of loading Shared Casts | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Fix cast scanning | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Put all archive parsing methods into archive.cpp | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Refactor Archive creation | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Fix condition check in StaticANIObject::update | Retro-Junk | |
2016-08-29 | FULLPIPE: Scene04: Stop the Jar from levitating | Retro-Junk | |
2016-08-29 | ADL: Move all hires4 code into Atari-specific class | Walter van Niftrik | |
2016-08-29 | ADL: Fix hires4 disk swapping | Walter van Niftrik | |
2016-08-29 | TITANIC: Remove redundant code | Paul Gilbert | |
2016-08-29 | DIRECTOR: Started code on enlisting all movie files | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Initialize struct at construction. | Eugene Sandulenko | |
Thanks to eriktorbjorn for valgrind logs. | |||
2016-08-29 | FULLPIPE: Improved Behavior debugging | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Remove obsolete warning | Eugene Sandulenko | |