92869 Commits

Author SHA1 Message Date
Eugene Sandulenko
c3dde9220c DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and definitions 2019-12-01 14:25:01 +01:00
Eugene Sandulenko
c489e87bf3 DIRECTOR: LINGO: Improve debug output 2019-12-01 14:25:01 +01:00
Eugene Sandulenko
0f1128b943 DIRECTOR: LINGO: Made decodeInstruction() universal 2019-12-01 14:25:01 +01:00
Eugene Sandulenko
b513ecdabf DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammar 2019-12-01 14:25:01 +01:00
D G Turner
d11c61db14 SCI: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 05:06:31 +00:00
D G Turner
f0c02796f4 IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-01 01:26:53 +00:00
D G Turner
538bb7ab3e SHERLOCK: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 01:21:09 +00:00
D G Turner
ef30ebc0bb SLUDGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 01:08:45 +00:00
D G Turner
bffb4418bd STARTREK: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 00:59:20 +00:00
D G Turner
76bf6da5fa COMMON: Fix Missing Default Switch Case in Span Header
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-01 00:32:48 +00:00
D G Turner
719decda55 SUPERNOVA: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 00:31:33 +00:00
Eugene Sandulenko
f80947183c DIRECTOR: LINGO: Make sure we stop after last 'on' definition 2019-12-01 01:06:33 +01:00
D G Turner
058fa35d6f SWORD25: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 23:57:47 +00:00
D G Turner
c2149c042e TITANIC: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 23:50:44 +00:00
D G Turner
b25c4b21fd TINSEL: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 23:12:30 +00:00
Cameron Cawley
d84ce7e4d5 OPENPANDORA: Fix compilation failures 2019-11-30 23:04:35 +00:00
Cameron Cawley
48615cb83e BACKENDS: Move implementation of OSystem::quit() out of ModularBackend 2019-12-01 01:04:06 +02:00
D G Turner
aee09409e8 IMAGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 22:08:44 +00:00
Cameron Cawley
88761ea49c GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String() 2019-11-30 20:50:27 +00:00
Cameron Cawley
1af8584666 GPH/OPENPANDORA: Remove unnecessary stat() calls
Since commit 04c57ba, this should no longer be necessary.
2019-11-30 20:50:27 +00:00
Cameron Cawley
00fecbb6e6 GPH/OPENPANDORA: Move ToggleTapMode() into the event manager 2019-11-30 20:50:27 +00:00
Cameron Cawley
54e6cf4cda GPH/OPENPANDORA: Remove global variable BUTTON_STATE_L 2019-11-30 20:50:27 +00:00
D G Turner
d0592f379f SURFACESDL: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 19:53:11 +00:00
D G Turner
b7b66c5049 VIDEO: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 19:47:06 +00:00
D G Turner
46eafcf96b TONY: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30 19:45:43 +00:00
Michael Ball
6f678e6e84 3DS: Prevent magnify effect from updating while the GUI is active 2019-11-30 18:53:23 +01:00
Cameron Cawley
2048c9cc78 AUDIO: Remove unused parameter from the MixerImpl constructor 2019-11-30 17:47:34 +02:00
Cameron Cawley
25f6c78825 3DS: Move -Wl,--gc-sections to avoid it interfering with the library checks 2019-11-30 14:53:48 +00:00
Le Philousophe
6aaec02c57 COMMON: Add CJK encodings to Common::CodePage
Use Encoding::convert to do the conversion first and try old method if
it fails
2019-11-30 13:34:33 +02:00
Yauheni Kaliuta
22a2a392d3 BUILD: Fix Version Define Being Added to All Code Objects
Due to a quirk of target specific make variables which means they
are added to all pre-requisities, this resulted in the defines which
were meant to be applied only to the version module being applied to
most of the codebase.

This did not cause any direct issues, but was untidy and unexpected
behaviour which was reported in Pull Request 1946 by janisozaur.

Fix it by defining a special rule for version.o with own flags
instead of using template rule.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
2019-11-30 10:51:50 +01:00
aviloria
ec12c5acbd WINTERMUTE
Add new Steam flavours for Reversion: The Meeting
2019-11-30 09:30:37 +02:00
Eugene Sandulenko
b2233f83e2 DIRECTOR: LINGO: Add sanity checks to script execution 2019-11-29 18:38:46 +01:00
Eugene Sandulenko
07ad932262 DIRECTOR: LINGO: Improved debug output 2019-11-28 23:45:08 +01:00
D G Turner
3959797b85 AUDIO: Fix Remaining Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-28 14:38:43 +00:00
Paul Gilbert
8e2f48636a GLK: AGT: Compilation fix 2019-11-27 22:46:14 -08:00
Paul Gilbert
c3dbc2c40f GLK: AGT: Route savegames through the engine 2019-11-27 21:10:29 -08:00
Paul Gilbert
43579347eb GLK: AGT: Move configuration options into AGT class 2019-11-27 21:10:29 -08:00
Paul Gilbert
e3c2afe073 GLK: AGT: Remove old license information 2019-11-27 21:10:29 -08:00
Paul Gilbert
5d7386e42b GLK: AGT: Properly exit when game window is closed 2019-11-27 21:10:29 -08:00
Paul Gilbert
c0999ae5ba GLK: AGT: Startup fixes 2019-11-27 21:10:29 -08:00
Paul Gilbert
88444ddc88 GLK: AGT: Initialization fixes 2019-11-27 21:10:29 -08:00
Paul Gilbert
28c3584148 GLK: AGT: Added subengine files 2019-11-27 21:10:29 -08:00
Paul Gilbert
f9921a7a17 GLK: AGT: Added detection entries 2019-11-27 21:10:29 -08:00
Paul Gilbert
223f2613b2 GLK: AGT: Skeleton engine 2019-11-27 21:10:29 -08:00
D G Turner
27d26a49ea TSAGE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-28 02:10:52 +00:00
Thierry Crozat
2f8bf11a43 I18N: Update translation (French)
Currently translated at 100.0% (1180 of 1180 strings)
2019-11-28 00:09:54 +00:00
Zbyněk Schwarz
bc9123cfa2 I18N: Update translation (Czech)
Currently translated at 80.0% (944 of 1180 strings)
2019-11-28 00:09:54 +00:00
Eugene Sandulenko
a108fb8f92 DIRECTOR: Fix crash with debug ouptut 2019-11-27 19:29:32 +01:00
Eugene Sandulenko
ec80f20416 DIRECTOR: LINGO: Made if.lingo test executable 2019-11-27 19:05:12 +01:00
Eugene Sandulenko
0e3c1c7a12 DIRECTOR: LINGO: Explain why tests are skipped 2019-11-27 19:04:54 +01:00