Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-08-29 | TITANIC: Finished CCreditText draw method | Paul Gilbert | |
2016-08-28 | TITANIC: Add positioning logic to credit text drawing | Paul Gilbert | |
2016-08-28 | SCI32: Fix rendering of non-ASCII characters | Colin Snover | |
2016-08-28 | TITANIC: Fix warnings in CCreditText | Paul Gilbert | |
2016-08-28 | TITANIC: Implement display of initial copyright screen | Paul Gilbert | |
I've left it disabled for now, whilst the engine is still being worked on | |||
2016-08-28 | TITANIC: Fix infinite loop in CToggleSwitch message handling | Paul Gilbert | |
2016-08-28 | TITANIC: Implemented some stubbed methods | Paul Gilbert | |
2016-08-28 | SCI32: Add script patch for Gabriel Knight 1 script bug day 10 | Martin Kiewitz | |
Day 10 - when dressing up. Right after that Gabriel turns around, which went on endlessly in ScummVM. In the original engine kNumCels is broken and returns in special cases basically random data instead of 0. We return 0, which caused the cycler to never end, because the scripts asked to cycle until cel -1. | |||
2016-08-28 | ADL: Change some SeekableReadStream to ReadStream | Walter van Niftrik | |