Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | GUI: Add copy and paste support to the graphical console | Bastien Bouclet | |
2018-05-07 | I18N: Update translation (Finnish) | jepael | |
Currently translated at 100.0% (973 of 973 strings) | |||
2018-05-07 | SCUMM: 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-07 | SAGA: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | SAGA: Fix whitespace | Adrian Frühwirth | |
2018-05-07 | DRACI: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TSAGE: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TONY: Enforce code formatting guidelines | Adrian Frühwirth | |
These are all commented out but let's update them nevertheless to reflect earlier renames of the methods in question. | |||
2018-05-07 | TOON: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | TITANIC: Enforce code formatting guidelines | Adrian Frühwirth | |
2018-05-07 | DS: Use CLIP in VBlankHandler() | Adrian Frühwirth | |
2018-05-07 | SAGA: Use CLIP in IsoMap::adjustScroll() | Adrian Frühwirth | |
2018-05-07 | SCUMM: Simplify clampCameraPos() using CLIP | Adrian Frühwirth | |
2018-05-07 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Implement obstacle polygon merging | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Fix typo in DialogueMenu::queryInput() | Adrian Frühwirth | |
Confirmed by madmoose. | |||
2018-05-07 | SWORD25: Fix otherwise unused variable not guarded by USE_VORBIS | Adrian Frühwirth | |
This silences a gcc warning when compiling with -Wunused-variable. | |||
2018-05-07 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-05-06 | XEEN: Further fixes to display of Auto Notes | Paul Gilbert | |
2018-05-06 | XEEN: Fix display of Auto Notes | Paul Gilbert | |
2018-05-06 | XEEN: Comment out duplicated check present in original executable | Paul Gilbert | |
2018-05-06 | PRINCE: Cleanup debug output | Eugene Sandulenko | |
2018-05-06 | PRINCE: Added more debug output | Eugene Sandulenko | |
2018-05-06 | PRINCE: Fixed game type for bundled Russian version | Eugene Sandulenko | |
2018-05-06 | PRINCE: Added more debug output | Eugene Sandulenko | |
2018-05-06 | XEEN: Fix setup of mode buttons in Items dialog | Paul Gilbert | |
2018-05-06 | KYRA: Mark always-false condition as TODO | Adrian Frühwirth | |
2018-05-06 | BLADERUNNER: Fix typo/bug in handleMouseAction() | Adrian Frühwirth | |
This was introduced when the SceneObjectOffset enum was introduced in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2. | |||
2018-05-06 | Revert "PRINCE: Don't output debug information unless requested" | Adrian Frühwirth | |
This reverts commit dfbf6b7287eacdc41948a6c7b0648f4ecdaa0cbf. | |||
2018-05-06 | PRINCE: Use ScummVM save/load dialogs | Adrian 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-05 | XEEN: Fix checks for whether Hp/Sp fountains can be used | Paul Gilbert | |
2018-05-06 | PRINCE: Don't output debug information unless requested | Adrian Frühwirth | |
2018-05-06 | BACKENDS: Replace usage of stricmp/strcmpi/strcasecmp | Cameron Cawley | |
2018-05-06 | I18N: Update translations templates | Thierry Crozat | |
2018-05-05 | CGE2: Add detection entry for Polish v1.1 version | Thierry Crozat | |
2018-05-05 | XEEN: Add debug line for cmdPlayCD opcode parameters | Paul Gilbert | |
2018-05-06 | PRINCE: Add FIXMEs for potential bugs | Adrian Frühwirth | |
2018-05-06 | PRINCE: Add play time metadata to savegames | Adrian Frühwirth | |
2018-05-06 | PRINCE: Removed unused kBadSVG | Adrian Frühwirth | |
2018-05-05 | XEEN: Correct wrong track number in Xeen CD ripping | Paul Gilbert | |
2018-05-05 | XEEN: Correct README that WOX Talkie CD1 has 29 audio tracks | Paul Gilbert | |
2018-05-05 | PRINCE: Fix header dependency | Eugene Sandulenko | |
2018-05-05 | PRINCE: Added Russian options | Eugene Sandulenko | |
2018-05-05 | PRINCE: Optimize decompression for bundled games | Eugene Sandulenko | |
2018-05-05 | PRINCE: Decompress files if they're extracted | Eugene Sandulenko | |
2018-05-05 | PRINCE: Move decompression method to reusable place | Eugene Sandulenko | |
2018-05-05 | PRINCE: Rename resources.cpp | Eugene Sandulenko | |
2018-05-05 | PRINCE: Further work on support for extracted games | Eugene Sandulenko | |
2018-05-05 | PRINCE: Added support for unbundled compressed files | Eugene Sandulenko | |
2018-05-05 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |