aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-30DIRECTOR: Lingo: Documented when..then statementsEugene Sandulenko
2016-08-30DIRECTOR: Fix scanned archive namesEugene Sandulenko
2016-08-30DIRECTOR: Fix another crash on quitEugene Sandulenko
2016-08-30Merge branch 'master' of https://github.com/scummvm/scummvmAlexander Tkachev
2016-08-30CLOUD: Fix Webserver's usage of DefaultSaveFileManagerAlexander Tkachev
concatWithSavesPath() is only defined when curl is used, but was used in Webserver even when curl is unavailable.
2016-08-30CONFIGURE: Fix curl-config failureAlexander Tkachev
Still, curl-config is required for Cloud integration feature, so it should be installed on buildbot in order to build it.
2016-08-30Merge pull request #433 from klusark/assetsEugene Sandulenko
ANDROID: Update the asset archive code to use AAssets
2016-08-30Merge pull request #788 from Tkachov/cloudEugene Sandulenko
ALL: Add Cloud storage support
2016-08-30DIRECTOR: Fix class initializationEugene Sandulenko
2016-08-30DIRECTOR: Fixed shared cast loadingEugene Sandulenko
2016-08-30DIRECTOR: Fix archive scanning at the startEugene Sandulenko
2016-08-29TITANIC: Remove CTrueTalkManager update2 methodPaul 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-29TITANIC: Properly initialize data array in CSurfaceFaderPaul Gilbert
2016-08-29TITANIC: Preliminary implementation for CVideoSurface movieBlitRectPaul Gilbert
2016-08-29TITANIC: Remove redundant CFilesManager::fn4Paul 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-29TITANIC: Further code cleanup, identified game mode 5Paul Gilbert
2016-08-29TITANIC: Remove unused CChevSwitch classPaul Gilbert
2016-08-29TITANIC: Clarify CMouseCursor saveState as setPositionPaul Gilbert
2016-08-29TITANIC: Fix compiler warningsPaul Gilbert
2016-08-29TITANIC: Implement variant font writing used by creditsPaul Gilbert
2016-08-29FULLPIPE: Fix arithmetics in MovGraph::putToLinkRetro-Junk
2016-08-29FULLPIPE: Fix few bugs in Map codeEugene Sandulenko
2016-08-29FULLPIPE: More signed readsEugene Sandulenko
2016-08-29FULLPIPE: Read signed values where potentially negative values could appearEugene Sandulenko
2016-08-29FULLPIPE: Hid noisy pointless warningEugene Sandulenko
2016-08-29ADL: Merge hires?.h files into the cpp filesWalter van Niftrik
2016-08-29FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovementRetro-Junk
2016-08-29ANDROIDSDL: Fix menu buttonEugene Sandulenko
2016-08-29DIRECTOR: Generic way of loading Shared CastsEugene Sandulenko
2016-08-29DIRECTOR: Fix cast scanningEugene Sandulenko
2016-08-29DIRECTOR: Put all archive parsing methods into archive.cppEugene Sandulenko
2016-08-29DIRECTOR: Refactor Archive creationEugene Sandulenko
2016-08-29FULLPIPE: Fix condition check in StaticANIObject::updateRetro-Junk
2016-08-29FULLPIPE: Scene04: Stop the Jar from levitatingRetro-Junk
2016-08-29ADL: Move all hires4 code into Atari-specific classWalter van Niftrik
2016-08-29ADL: Fix hires4 disk swappingWalter van Niftrik
2016-08-29TITANIC: Remove redundant codePaul Gilbert
2016-08-29DIRECTOR: Started code on enlisting all movie filesEugene Sandulenko
2016-08-29FULLPIPE: Initialize struct at construction.Eugene Sandulenko
Thanks to eriktorbjorn for valgrind logs.
2016-08-29FULLPIPE: Improved Behavior debuggingEugene Sandulenko
2016-08-29FULLPIPE: Remove obsolete warningEugene Sandulenko
2016-08-29TITANIC: Finished CCreditText draw methodPaul Gilbert
2016-08-28TITANIC: Add positioning logic to credit text drawingPaul Gilbert
2016-08-28SCI32: Fix rendering of non-ASCII charactersColin Snover
2016-08-28TITANIC: Fix warnings in CCreditTextPaul Gilbert
2016-08-28TITANIC: Implement display of initial copyright screenPaul Gilbert
I've left it disabled for now, whilst the engine is still being worked on
2016-08-28TITANIC: Fix infinite loop in CToggleSwitch message handlingPaul Gilbert
2016-08-28TITANIC: Implemented some stubbed methodsPaul Gilbert
2016-08-28SCI32: Add script patch for Gabriel Knight 1 script bug day 10Martin 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-28ADL: Change some SeekableReadStream to ReadStreamWalter van Niftrik