Commit Graph
86814 Commits
Author SHA1 Message Date
Bastien Bouclet bdc0db97d5 GUI: Add copy and paste support to the graphical console 2018-05-07 22:42:00 +02:00
jepael b210254dc0 I18N: Update translation (Finnish)
Currently translated at 100.0% (973 of 973 strings)
2018-05-07 22:21:50 +02:00
Adrian Frühwirth 7ebbb12dfb SCUMM: Remove superfluous 'else' in IMuseInternal::ImSetTrigger()
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 22:21:42 +02:00
Adrian Frühwirth f58731cfae SAGA: Enforce code formatting guidelines 2018-05-07 20:06:31 +02:00
Adrian Frühwirth 0cbea68e76 SAGA: Fix whitespace 2018-05-07 20:06:30 +02:00
Adrian Frühwirth dcd4785009 DRACI: Enforce code formatting guidelines 2018-05-07 20:06:30 +02:00
Adrian Frühwirth 990a0c203a TSAGE: Enforce code formatting guidelines 2018-05-07 20:06:30 +02:00
Adrian Frühwirth 273e88b61d TONY: Enforce code formatting guidelines
These are all commented out but let's update them nevertheless to
reflect earlier renames of the methods in question.
2018-05-07 20:06:29 +02:00
Adrian Frühwirth 4bf0eac94d TOON: Enforce code formatting guidelines 2018-05-07 20:06:29 +02:00
Adrian Frühwirth 8885b37abb TITANIC: Enforce code formatting guidelines 2018-05-07 20:06:29 +02:00
Adrian Frühwirth 9ea943a81e DS: Use CLIP in VBlankHandler() 2018-05-07 19:54:45 +02:00
Adrian Frühwirth 019eca0ae8 SAGA: Use CLIP in IsoMap::adjustScroll() 2018-05-07 19:54:45 +02:00
Adrian Frühwirth 48406bbd41 SCUMM: Simplify clampCameraPos() using CLIP 2018-05-07 19:54:45 +02:00
Thomas Fach-Pedersen aabd5b2ec8 BLADERUNNER: Fix build 2018-05-07 19:31:53 +02:00
Thomas Fach-Pedersen e3363635cb BLADERUNNER: Implement obstacle polygon merging 2018-05-07 19:17:13 +02:00
Adrian Frühwirth 4be77793a4 BLADERUNNER: Fix typo in DialogueMenu::queryInput()
Confirmed by madmoose.
2018-05-07 18:59:49 +02:00
Adrian Frühwirth e45a0ce3da SWORD25: Fix otherwise unused variable not guarded by USE_VORBIS
This silences a gcc warning when compiling with -Wunused-variable.
2018-05-07 09:30:00 +02:00
Thierry Crozat 16af24c536 I18N: Regenerate translations data file 2018-05-07 05:05:06 +02:00
Paul Gilbert 97ad823aa4 XEEN: Further fixes to display of Auto Notes 2018-05-06 20:28:10 -04:00
Paul Gilbert cb6b39ed77 XEEN: Fix display of Auto Notes 2018-05-06 17:08:00 -04:00
Paul Gilbert 9dcc69c070 XEEN: Comment out duplicated check present in original executable 2018-05-06 16:46:42 -04:00
Eugene Sandulenko 9a5ba52e6b PRINCE: Cleanup debug output 2018-05-06 19:33:45 +02:00
Eugene Sandulenko c6872dcf52 PRINCE: Added more debug output 2018-05-06 19:33:44 +02:00
Eugene Sandulenko ba666dfc32 PRINCE: Fixed game type for bundled Russian version 2018-05-06 19:33:44 +02:00
Eugene Sandulenko e6ce8f8130 PRINCE: Added more debug output 2018-05-06 19:33:44 +02:00
Paul Gilbert dbef4baa79 XEEN: Fix setup of mode buttons in Items dialog 2018-05-06 11:19:08 -04:00
Adrian Frühwirth 25ef2b83a3 KYRA: Mark always-false condition as TODO 2018-05-06 11:36:17 +02:00
Adrian Frühwirth c3f43d0f88 BLADERUNNER: Fix typo/bug in handleMouseAction()
This was introduced when the SceneObjectOffset enum was introduced
in commit 7090841ccc.
2018-05-06 11:19:41 +02:00
Adrian Frühwirth 7f85a988c0 Revert "PRINCE: Don't output debug information unless requested"
This reverts commit dfbf6b7287.
2018-05-06 09:25:31 +02:00
Adrian Frühwirth 589f0f8750 PRINCE: Use ScummVM save/load dialogs
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-06 02:26:28 +02:00
Paul Gilbert 488c22631b XEEN: Fix checks for whether Hp/Sp fountains can be used 2018-05-05 19:31:19 -04:00
Adrian Frühwirth dfbf6b7287 PRINCE: Don't output debug information unless requested 2018-05-06 01:24:12 +02:00
Cameron Cawley b224b592c6 BACKENDS: Replace usage of stricmp/strcmpi/strcasecmp 2018-05-06 01:12:56 +02:00
Thierry Crozat d8f4170ea9 I18N: Update translations templates 2018-05-06 00:19:01 +02:00
Thierry Crozat 699532157a CGE2: Add detection entry for Polish v1.1 version 2018-05-05 23:18:45 +01:00
Paul Gilbert 5d673787c3 XEEN: Add debug line for cmdPlayCD opcode parameters 2018-05-05 18:16:12 -04:00
Adrian Frühwirth b09dab8c9f PRINCE: Add FIXMEs for potential bugs 2018-05-06 00:00:38 +02:00
Adrian Frühwirth 13a08a0bb0 PRINCE: Add play time metadata to savegames 2018-05-06 00:00:38 +02:00
Adrian Frühwirth f5c45e5ca4 PRINCE: Removed unused kBadSVG 2018-05-06 00:00:38 +02:00
Paul Gilbert 119322aeae XEEN: Correct wrong track number in Xeen CD ripping 2018-05-05 17:56:57 -04:00
Paul Gilbert c852f9a5d6 XEEN: Correct README that WOX Talkie CD1 has 29 audio tracks 2018-05-05 17:48:21 -04:00
Eugene Sandulenko d84c1ac7e0 PRINCE: Fix header dependency 2018-05-05 23:17:35 +02:00
Eugene Sandulenko dbc60f55e2 PRINCE: Added Russian options 2018-05-05 23:17:35 +02:00
Eugene Sandulenko 44e44c1f1a PRINCE: Optimize decompression for bundled games 2018-05-05 23:17:35 +02:00
Eugene Sandulenko 5515f414af PRINCE: Decompress files if they're extracted 2018-05-05 23:17:35 +02:00
Eugene Sandulenko 85aa17d9ac PRINCE: Move decompression method to reusable place 2018-05-05 23:17:35 +02:00
Eugene Sandulenko 5a9eba989a PRINCE: Rename resources.cpp 2018-05-05 23:17:35 +02:00
Eugene Sandulenko a97a3c3886 PRINCE: Further work on support for extracted games 2018-05-05 23:17:35 +02:00
Eugene Sandulenko 6e58c5aaa5 PRINCE: Added support for unbundled compressed files 2018-05-05 23:17:35 +02:00
Eugene Sandulenko e3b9be6679 JANITORIAL: Whitespace fixes 2018-05-05 23:17:35 +02:00