Commit Graph

92969 Commits

Author SHA1 Message Date
Thierry Crozat
f8c9f129c1 I18N: Update translations templates 2019-12-06 04:35:00 +00:00
D G Turner
d77e70a902 KYRA: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-06 04:31:04 +00:00
D G Turner
e75722665d MADS: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-06 03:34:11 +00:00
Thierry Crozat
3ca5080d3e I18N: Update translations templates 2019-12-05 22:42:03 +00:00
D G Turner
2050ae13b6 NEVERHOOD: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-05 22:37:54 +00:00
Eugene Sandulenko
89353fb427 DIRECTOR: LINGO: Switch to GLR parser. Improvements 2019-12-05 18:32:18 +01:00
Eugene Sandulenko
57f979c705 DIRECTOR: LINGO: Further simplification of 'if' statements grammar.
Still doesn't work fully
2019-12-05 01:35:52 +01:00
Eugene Sandulenko
38cd13cdb4 DIRECTOR: LINGO: Simplify 'if' statement parser 2019-12-05 01:35:52 +01:00
George Kormendi
6c706037e4 I18N: Update translation (Hungarian)
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-04 17:19:22 +00:00
Lothar Serra Mari
a51c163e45 I18N: Update translation (German)
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-04 17:19:15 +00:00
sluicebox
05b21ace68 SCI32: Implement VMD Censorship Blobs
Phantasmagoria 1's censorship mode is now supported

Trac #11229
2019-12-04 09:11:21 -08:00
sluicebox
da9c7d3d5b SCI32: Fix VMDPlayer yielding when frames skipped 2019-12-04 09:11:21 -08:00
Thierry Crozat
310ea54e6d I18N: Update translations templates 2019-12-04 07:38:31 +00:00
Bastien Bouclet
d62f463935 GUI: Fix translations for the mass add button 2019-12-04 08:37:18 +01:00
D G Turner
d194243be4 AGOS: Use Advanced Detector LISTEND Macro in Detection Entries
Also fix indent formatting of detection entries.
2019-12-04 05:49:44 +00:00
D G Turner
76d1814c7d SAGA: Use Advanced Detector LISTEND Macro in Detection Entries
Also fix indent formatting of detection entries.
2019-12-04 05:19:40 +00:00
D G Turner
b5a4adf9d2 PARALLACTION: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 05:03:58 +00:00
D G Turner
575531a235 CINE: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:56:33 +00:00
D G Turner
1e278080a8 TINSEL: Fix Missing List End Markers in Detection Entries
This should avoid possible overruns causing crashes or other issues
during detection.
2019-12-04 04:49:01 +00:00
D G Turner
227182bbbf TINSEL: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:44:02 +00:00
D G Turner
0b0c7145f2 TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:35:17 +00:00
D G Turner
f65799acc0 DRASCULA: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:30:23 +00:00
D G Turner
6a2a0c89a5 AGI: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:16:30 +00:00
D G Turner
795dbed75f GROOVIE: Use Advanced Detector LISTEND Macro in Detection Entries 2019-12-04 04:02:35 +00:00
Paweł Kołodziejski
053ecc39f7 SAMSUNGTV: Fixed compilation 2019-12-04 01:22:00 +01:00
D G Turner
4be7972561 HDB: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-03 22:12:24 +00:00
aviloria
e24e26402d WINTERMUTE: Added Steam SOTV NG versions
Added Steam "Shadows of the Vatican 1 & II" NG versions
2019-12-03 23:03:19 +01:00
aviloria
607b71d982 WINTERMUTE: Fix WME version for some games
Fix WME version for some games
2019-12-03 23:03:19 +01:00
aviloria
27b1d7e004 WINTERMUTE: Added more Steam references
Added more game entries from Steam
2019-12-03 23:03:19 +01:00
Eugene Sandulenko
2432018f2f DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line counting
Still one particular testcase fails, but this is a major improvement in
terms of clarity. The execution is temporarily broken.
2019-12-03 18:35:59 +01:00
Eugene Sandulenko
9606b75482 DIRECTOR: LINGO: Added test for C2 continuation symbol 2019-12-03 18:34:22 +01:00
Scott Percival
412d504f4e DIRECTOR: LINGO: Fix cb_v4theentitynamepush to consume an argc 2019-12-04 01:12:41 +08:00
Scott Percival
2d3da1aa31 DIRECTOR: LINGO: Implement c_argcpush 2019-12-04 00:50:28 +08:00
Scott Percival
324cffbde6 DIRECTOR: LINGO: Add cb_v4theentitynamepush 2019-12-03 23:07:28 +08:00
Scott Percival
de23a76c26 DIRECTOR: LINGO: Add stub for b_go 2019-12-03 23:07:23 +08:00
Eugene Sandulenko
15d4705757 DIRECTOR: LINGO: Fix continuation symbol parsing 2019-12-03 00:41:32 +01:00
Eugene Sandulenko
3cddac17c4 DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbol 2019-12-03 00:13:24 +01:00
Eugene Sandulenko
68795590d0 DIRECTOR: LINGO: Properly set pointer 2019-12-03 00:12:44 +01:00
Eugene Sandulenko
1f1a194664 DIRECTOR: LINGO: Made event handler names case insensitive 2019-12-02 23:22:26 +01:00
Eugene Sandulenko
823e7c8569 DIRECTOR: LINGO: Implemented passing 'me' as an object reference 2019-12-02 23:22:26 +01:00
Eugene Sandulenko
07e615c31b DIRECTOR: LINGO: Fix splitting of the script by definitions 2019-12-02 23:22:26 +01:00
aviloria
354c69c0d9 WINTERMUTE: Fixed a wrong file name
Just a C&P mistake...
2019-12-02 23:12:30 +02:00
aviloria
3529e1b34a WINTERMUTE: Added 2 missing references to the PlainGameDescriptor structure
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure
2019-12-02 23:12:30 +02:00
aviloria
478f66f3d7 WINTERMUTE: Fix ritter demo MD5 hash
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes)
2019-12-02 23:12:30 +02:00
aviloria
b6db7d1155 WINTERMUTE: Added more Steam releases
Added some missing reversion2 localizations and latests reversion1
2019-12-02 23:12:30 +02:00
aviloria
8bd5da60cd WINTERMUTE: Add Simplified and Traditional Chinese flavours
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified
2019-12-02 23:12:11 +02:00
Eugene Sandulenko
c8d37abd9a DIRECTOR: LINGO: Fix setting cast member values 2019-12-02 21:57:22 +01:00
Eugene Sandulenko
2cc1c337c8 DIRECTOR: LINGO: JANITORIAL: Whitespace fixes 2019-12-02 21:37:17 +01:00
Eugene Sandulenko
6706410a53 DIRECTOR: LINGO: Added test for inline equality tests 2019-12-02 21:29:39 +01:00
Eugene Sandulenko
5001cb8a1a DIRECTOR: LINGO: Simplify grammar 2019-12-02 21:28:35 +01:00