aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-10ENGINES: Factor adding games to ConfManBastien Bouclet
2018-05-10ENGINES: Set the GameDescriptor decription in the constructorBastien Bouclet
2018-05-10ENGINES: Turn GameDescriptor into a simple structBastien Bouclet
2018-05-10ENGINES: Change MetaEngine::listSupportedGames to return plain game descriptorsBastien Bouclet
2018-05-10ENGINES: Change MetaEngine::findGame to return a plain game descriptorBastien Bouclet
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-05-10ENGINES: Fix clang-tidy warningsBastien Bouclet
2018-05-08Merge pull request #1186 from kurisuke/fix/worldofxeen_track31Paul Gilbert
XEEN: Fix voice playback from track 31
2018-05-08XEEN: Fix voice playback from track 31Peter Helbing
Track 31 is on the first cd, but contains speech for Darkside content (e.g. Ellinger). It is referenced as track 31, so the offset must not be added.
2018-05-08MOHAWK: RIVEN: Add a script patch fixing incorrect steam sound in a viewBastien Bouclet
Fixes Trac#10516.
2018-05-07JANITORIAL: Fix indentationAdrian Frühwirth
2018-05-07GUI: Add copy and paste support to the graphical consoleBastien Bouclet
2018-05-07I18N: Update translation (Finnish)jepael
Currently translated at 100.0% (973 of 973 strings)
2018-05-07SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger()Adrian Frühwirth
Both means to calculate `diff` are essentially equal because wraparound of unsigned integers is well-defined and does what the 'else' branch is simulating manually. Because of this, gcc complains when compiling with -Wduplicated-branches.
2018-05-07SAGA: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-07SAGA: Fix whitespaceAdrian Frühwirth
2018-05-07DRACI: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-07TSAGE: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-07TONY: Enforce code formatting guidelinesAdrian Frühwirth
These are all commented out but let's update them nevertheless to reflect earlier renames of the methods in question.
2018-05-07TOON: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-07TITANIC: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-07DS: Use CLIP in VBlankHandler()Adrian Frühwirth
2018-05-07SAGA: Use CLIP in IsoMap::adjustScroll()Adrian Frühwirth
2018-05-07SCUMM: Simplify clampCameraPos() using CLIPAdrian Frühwirth
2018-05-07BLADERUNNER: Fix buildThomas Fach-Pedersen
2018-05-07BLADERUNNER: Implement obstacle polygon mergingThomas Fach-Pedersen
2018-05-07BLADERUNNER: Fix typo in DialogueMenu::queryInput()Adrian Frühwirth
Confirmed by madmoose.
2018-05-07SWORD25: Fix otherwise unused variable not guarded by USE_VORBISAdrian Frühwirth
This silences a gcc warning when compiling with -Wunused-variable.
2018-05-07I18N: Regenerate translations data fileThierry Crozat
2018-05-06XEEN: Further fixes to display of Auto NotesPaul Gilbert
2018-05-06XEEN: Fix display of Auto NotesPaul Gilbert
2018-05-06XEEN: Comment out duplicated check present in original executablePaul Gilbert
2018-05-06PRINCE: Cleanup debug outputEugene Sandulenko
2018-05-06PRINCE: Added more debug outputEugene Sandulenko
2018-05-06PRINCE: Fixed game type for bundled Russian versionEugene Sandulenko
2018-05-06PRINCE: Added more debug outputEugene Sandulenko
2018-05-06XEEN: Fix setup of mode buttons in Items dialogPaul Gilbert
2018-05-06KYRA: Mark always-false condition as TODOAdrian Frühwirth
2018-05-06BLADERUNNER: Fix typo/bug in handleMouseAction()Adrian Frühwirth
This was introduced when the SceneObjectOffset enum was introduced in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2.
2018-05-06Revert "PRINCE: Don't output debug information unless requested"Adrian Frühwirth
This reverts commit dfbf6b7287eacdc41948a6c7b0648f4ecdaa0cbf.
2018-05-06PRINCE: Use ScummVM save/load dialogsAdrian Frühwirth
The original option dialogs do not seem to be implemented yet so we always show the ScummVM ones when using the save/load hotkeys for now. This partly fixes Trac#9866.
2018-05-05XEEN: Fix checks for whether Hp/Sp fountains can be usedPaul Gilbert
2018-05-06PRINCE: Don't output debug information unless requestedAdrian Frühwirth
2018-05-06BACKENDS: Replace usage of stricmp/strcmpi/strcasecmpCameron Cawley
2018-05-06I18N: Update translations templatesThierry Crozat
2018-05-05CGE2: Add detection entry for Polish v1.1 versionThierry Crozat
2018-05-05XEEN: Add debug line for cmdPlayCD opcode parametersPaul Gilbert
2018-05-06PRINCE: Add FIXMEs for potential bugsAdrian Frühwirth
2018-05-06PRINCE: Add play time metadata to savegamesAdrian Frühwirth