Commit Graph

93135 Commits

Author SHA1 Message Date
Eugene Sandulenko
21d3fc4356 DIRECTOR: LINGO: Fix compilation for multiple if conditions 2019-12-01 22:57:47 +01:00
D G Turner
b7c397412d PEGASUS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 21:41:21 +00:00
Eugene Sandulenko
64eb072103 GRAPHICS: MACGUI: Fix default font size 2019-12-01 21:54:05 +01:00
Eugene Sandulenko
ab9c2631f0 DIRECTOR: Fix fonts in cached texts 2019-12-01 21:44:12 +01:00
Eugene Sandulenko
91570ca63f DIRECTOR: LINGO: Fix c_when() code, so the eecution may continue 2019-12-01 19:01:43 +01:00
Eugene Sandulenko
dc17277a79 DIRECTOR: Fix movie framerate 2019-12-01 17:59:40 +01:00
Eugene Sandulenko
35933f3f30 DIRECTOR: Remove noisy warning 2019-12-01 17:59:40 +01:00
Bastien Bouclet
34e835a20c 3DS: Implement dynamic plugins
Allows a full build to run on old generation devices
2019-12-01 17:19:50 +01:00
Eugene Sandulenko
a51c23abd3 DIRECTOR: Do not re-render text if it was not changed 2019-12-01 16:29:54 +01:00
Eugene Sandulenko
ea5af86128 DIRECTOR: Make text fields assignable 2019-12-01 16:29:54 +01:00
Eugene Sandulenko
3a7a3e2009 GRAPHICS: MACGUI: Fix crash on MacText reallocation 2019-12-01 16:29:54 +01:00
Eugene Sandulenko
4fbcc337af DIRECTOR: LINGO: Improve debug output 2019-12-01 16:29:54 +01:00
Eugene Sandulenko
89c1f2cfef DIRECTOR: LINGO: Fix define() code, we were adding too many instructions 2019-12-01 16:29:54 +01:00
D G Turner
f26bb57ef8 SAGA: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 15:11:36 +00:00
D G Turner
7b275b454c LASTEXPRESS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 13:28:49 +00:00
Eugene Sandulenko
f430e3318a DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant test 2019-12-01 14:25:01 +01:00
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