aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-29BLADERUNNER: Fix memory leaks in ScriptThomas Fach-Pedersen
2016-09-29BLADERUNNER: Fix memory leaks in ImageThomas Fach-Pedersen
2016-09-29BLADERUNNER: Fix memory leaks in VQADecoderThomas Fach-Pedersen
2016-09-29BLADERUNNER: Fix memory leaks in BladeRunnerEngineThomas Fach-Pedersen
2016-09-29BLADERUNNER: Avoid global constructor for pixelformatThomas Fach-Pedersen
2016-09-29BLADERUNNER: Return an error if BladeRunnerEngine::startup() failsThomas Fach-Pedersen
2016-09-29BLADERUNNER: Unshadow variable size in VQADecoder::readMSCIThomas Fach-Pedersen
2016-09-29BLADERUNNER: Remove unused member variables from OuttakePlayerThomas Fach-Pedersen
2016-09-29BLADERUNNER: Fix invalid readSven Hesse
Conditions are evaluated left to right. If you want short- circuiting to protect from invalid read, you have to do the range checks before the pointer dereferencing.
2016-09-29BLADERUNNER: Fix invalid delete[]Sven Hesse
delete[] -> delete. It's a single pointer, not an array.
2016-09-29BLADERUNNER: Resolve argument shadowingSven Hesse
2016-09-29BLADERUNNER: ScriptBase needs a virtual destructorSven Hesse
2016-09-29BLADERUNNER: Remove unnecessary semicolonSven Hesse
2016-09-29BLADERUNNER: Rename _vptr to _vpointerSven Hesse
_vptr is a reserved keyword!
2016-09-29BLADERUNNER: Remove extra class qualificationSven Hesse
MSVC allows it, but it's against the standard.
2016-09-29BLADERUNNER: First easter egg, developer commentaryThomas Fach-Pedersen
2016-09-29BLADERUNNER: Add basic Scene, Set, and Script support.Thomas Fach-Pedersen
2016-09-29BLADERUNNER: No semicolon after namespace closing braceThomas Fach-Pedersen
2016-09-29BLADERUNNER: Don't base VQADecoder on Video::VideoDecoder anywayThomas Fach-Pedersen
VideoDecoder doesn't handle audio underflow very well, and Blade Runner's VQA files don't have any audio prebuffer. VQAPlayer doesn't handle it perfectly either, but underflow happens a lot less. To be improved.
2016-09-29BLADERUNNER: Rebuild VQADecoder on top of Video::VideoDecoderThomas Fach-Pedersen
2016-09-29BLADERUNNER: Damn copy/paste...Thomas Fach-Pedersen
2016-09-29BLADERUNNER: Split VQA decoder into player and decoder, add Outtake playerThomas Fach-Pedersen
2016-09-29BLADERUNNER: StyleThomas Fach-Pedersen
2016-09-29BLADERUNNER: Start port to scummvm engineThomas Fach-Pedersen
Just shows the splash for now. VQA decoder partially ported but without audio and some minor special features.
2016-09-29FULLPIPE: Fix crash in scene07 when drawer is handed to the CornersitterEugene Sandulenko
2016-09-29FULLPIPE: Save correct thumbnail to the savegamesEugene Sandulenko
2016-09-29FULLPIPE: Do not save on every room enteringEugene Sandulenko
2016-09-28MAEMO: Update debian/changelogTarek Soliman
2016-09-28TITANIC: Add transparency check to OSVideoSurface getPixelPaul Gilbert
2016-09-28TITANIC: Clarify movie secondary video tracks as a transparency maskPaul Gilbert
2016-09-28DIRECTOR: Fix compilation on DreamcastMarcus Comstedt
2016-09-28DC: Fix indentationMarcus Comstedt
2016-09-28NEWS/DE: Mention CMS/GameBlaster audio fixLothar Serra Mari
2016-09-28NEWS: Mention CMS/GameBlaster audio fixLothar Serra Mari
2016-09-28FULLPIPE: Scene06: Fix unpickable ballRetro-Junk
2016-09-28DM: More refactoringStrangerke
2016-09-27FULLPIPE: Fix counter in Scene::objectList_sortByPriorityRetro-Junk
2016-09-27FULLPIPE: Revert to original bubble sort algorithm for scene objectsRetro-Junk
2016-09-27FULLPIPE: Add support loading/saving from GMMEugene Sandulenko
2016-09-27FULLPIPE: Mark that the engine has simple save namesEugene Sandulenko
2016-09-27FULLPIPE: Add support for loading from launcherEugene Sandulenko
2016-09-27DC: Ignore case for VM filenamesMarcus Comstedt
2016-09-27DC: Implement atexit handling for pluginsMarcus Comstedt
2016-09-27DC: Update versions of dependencies in READMEMarcus Comstedt
The new GCC and Newlib are required for correct atexit handling in plugins. The new Ronin is required to support the Newlib upgrade, and also for custom filename handling on VM saves.
2016-09-26CREDITS: Core team has been disbanded and LordHoto retiredThierry Crozat
2016-09-26DM: reduce some more redirectionsStrangerke
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-09-26FULLPIPE: Assign unique number to objects in the scene, so they stay stableEugene Sandulenko
2016-09-26MOHAWK: Hide some warningsBastien Bouclet
Fixes #9571, fixes #9572.
2016-09-25TITANIC: Fix crash using television channel buttonsPaul Gilbert