aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-30SCUMM HE: Compensate timers for pauses, fixes bug #6352Ben Castricum
2016-08-30SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097Ben Castricum
2016-08-30SCUMM: Ignore SetOwnerOf call in specific case, fixes bug #6802Ben Castricum
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-29COMMON: Add Atari 8-bit platformWalter van Niftrik
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
2016-08-28ADL: Load more hires4 stringsWalter van Niftrik
2016-08-28ADL: Load hires4 dropped-item offsetsWalter van Niftrik
2016-08-28TITANIC: Implemented remaining game classesPaul Gilbert
2016-08-28SCI32: Fix incorrect/missing cursor after restoring a save gameColin Snover
2016-08-28FULLPIPE: Fix priority check in Scene::getStaticANIObjectAtPosRetro-Junk
2016-08-28FULLPIPE: Fix alpha mask in Bitmap::isPixelHitAtPosRetro-Junk
2016-08-28ADL: Load hires4 commands and item picturesWalter van Niftrik