aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-03MOHAWK: Chane Riven's graphics manager to automatically handle screen updatesBastien Bouclet
2017-07-03MOHAWK: Move PLST handling to the RivenCard classBastien Bouclet
2017-07-03MOHAWK: Remove the current card id from the Riven engine classBastien Bouclet
2017-07-03MOHAWK: Move Riven's Card to a separate objectBastien Bouclet
2017-07-03MOHAWK: Add a script queue to Riven's script managerBastien Bouclet
2017-07-03MOHAWK: Add documentation to Riven's script moduleBastien Bouclet
2017-07-03MOHAWK: Rename Riven's script typesBastien Bouclet
2017-07-03MOHAWK: Change Riven's scripts not to have a typeBastien Bouclet
2017-07-03MOHAWK: Refactor the script manager to read data to Command classesBastien Bouclet
2017-07-03MOHAWK: Poll for events in two inner game loops on SeleniticBastien Bouclet
This should hopefully prevent Windows from showing a 'busy' cursor. Fixes Trac#9570.
2017-07-02TITANIC: Don't allow saving during the Doorbot prologuePaul Gilbert
This works around a bug in the original where if you saved immediately after getting the PET, the savegame would put in in an invalid state
2017-07-02TITANIC: Fix switching between forward & backwards movie clipsPaul Gilbert
2017-07-02BUILD: Fix link errors for scummvm-static on macOS X with fluidsynthThierry Crozat
2017-07-02BUILD: Add titanic.dat files to the list of engines data filesThierry Crozat
2017-07-02NEWS: Update German NEWS filerootfather
2017-07-01TITANIC: Flag English version for testing, German version as unstablePaul Gilbert
2017-07-01TITANIC: Reset movie framerate when setting up decompressorPaul Gilbert
2017-07-01TITANIC: Fix crash going up service elevator in prologuePaul Gilbert
2017-07-01TITANIC: Fix service lift indicator when going down floorsPaul Gilbert
2017-07-01TITANIC: Refactor out _isReversed from AVI SurfacePaul Gilbert
2017-07-01NEWS: Add Police Quest 3 script patchMartin Kiewitz
2017-07-01SCI: Fix typo in pq3 script patchMartin Kiewitz
2017-07-01SCI: Add script patch for pq3, points for giving locket (bug #9862)Martin Kiewitz
This script patch will fix not getting 10 points for giving the locket to Marie.
2017-06-30TITANIC: Don't set movie framerate until after movie has startedPaul Gilbert
2017-06-30TITANIC: Update AVISurface to use refactored AVIDecoderPaul Gilbert
2017-06-30VIDEO: Refactor AVIDecoder for better handling of transparency trackPaul Gilbert
A lot of the standard VideoDecoder methods were still treating the transparency track as part of the video, so methods like getFrameCount would return double the amount it should be. This refactoring properly separates the transparency track into a separate field entirely.
2017-06-30VIDEO: Add method to VideoDecoder to erase a trackPaul Gilbert
2017-06-28TITANIC: Fix Doorbot animation during starting cutscenePaul Gilbert
2017-06-26TSAGE: remove accidentally added fileHein-Pieter van Braam
Commit aee71314 seems to have accidentally added a temp file containing a libtsage.a file. We remove it here.
2017-06-26ADL: Merge hires2 and hires0 classesWalter van Niftrik
2017-06-26I18N: Regenerate translations data fileThierry Crozat
2017-06-25TITANIC: Add titanic.dat to engine-dataPaul Gilbert
2017-06-25TITANIC: Return long stick to inventory after hitting bomb glass with itPaul Gilbert
2017-06-25VIDEO: Fix transparency track seeking in AVIDecoderPaul Gilbert
2017-06-25LURE: Added detection for updated Russian versionEugene Sandulenko
2017-06-25TITANIC: Add German sound filenames for spaceship crashPaul Gilbert
2017-06-25TITANIC: Set PET area title positions for German versionPaul Gilbert
2017-06-25TITANIC: Fix display of PET area titlesPaul Gilbert
2017-06-25TITANIC: Adding support for German PET's extra Translation areaPaul Gilbert
2017-06-25TITANIC: Use Speech sound type for endgame Leovinus speechPaul Gilbert
2017-06-25TITANIC: Change Titania to use speech sound typePaul Gilbert
2017-06-25TITANIC: Change Bomb to use speech sound typePaul Gilbert
2017-06-25ANDROIDSDL: Fix repository file permissionsEugene Sandulenko
2017-06-25ANDROIDSDL: implemented hiding of system android mouse pointer when real ↵lubomyr
mouse connected (only for android 7 or higher)
2017-06-25ANDROIDSDL: removed MIPS from compilation. Mips support stopped in pelya's ↵lubomyr
libSDL.
2017-06-25ANDROIDSDL: added How_to_Build.txt instructionlubomyr
2017-06-25ANDROIDSDL: added script for building scummvm apklubomyr
2017-06-25ANDROIDSDL: implemented checking and fixing sdcard pathlubomyr
2017-06-24TITANIC: Fix saving bass direction state onto music cylindersPaul Gilbert
2017-06-24TITANIC: Fix some incorrectly named speech method parametersPaul Gilbert