1202 Commits

Author SHA1 Message Date
Eugene Sandulenko
79041a6254
GLK: ADRIFT: Fix type in game name 2022-01-05 18:10:05 +01:00
Le Philousophe
d36968e425 GLK: ADRIFT: Fix TAF file version check
Version 3.80 and 3.90 where detected as version 5.00 and failed to load.
2022-01-05 18:07:37 +01:00
Filippos Karapetis
158dcecf55 GLK: ADRIFT: Add new entries - bugs #13179, #13184 2022-01-04 03:28:16 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis
da5c1cebf3 GLK: JACL: Disable unused variable
Thanks to eientei for reporting this
2021-12-24 03:23:30 +02:00
Eugene Sandulenko
c947d71925
GLK: AGT: Use safer string copying 2021-12-21 00:21:54 +01:00
Eugene Sandulenko
1a312c252d
GLK: HUGO: Use safer string copying 2021-12-21 00:21:54 +01:00
Eugene Sandulenko
eac751624c
GLK: JACL: Avoid potential non-null-terminated string 2021-12-21 00:21:54 +01:00
Eugene Sandulenko
6d101d2113
GLK: LEVEL9: Use safer operations for storing ramsaves 2021-12-21 00:21:54 +01:00
Eugene Sandulenko
ccfaf478ab
AD: Make sure that we initialize hashmaps. Unfortunately, this leads to less const'ness 2021-11-29 01:50:03 +01:00
Paul Gilbert
53ed65bbe4 GLK: ALAN3: Added detection 2021-11-16 20:18:52 -08:00
Orgad Shaneh
0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh
ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
trembyle
6e1135ee8a ENGINES: Revise language constants to ISO standards
* Use ISO-3166 country codes and ISO-639 language codes
2021-11-11 12:06:15 +01:00
Alexandre Detiste
6044504762 JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
2021-10-31 20:46:31 +01:00
Orgad Shaneh
fe104cc337 ENGINES: Use MetaEngine consistently for getting autosave slot
The autosave refactoring that was done in
7adad5aaf5831dc5adcee140f38aacc4a5db2518 used g_engine for identifying the
autosave slot. This worked for in-game save/load, but doesn't fit when
called from the launcher.

Fix by passing MetaEngine to SaveStateDescriptor ctor and using it for this
query.

Amends 7adad5aaf5831dc5adcee140f38aacc4a5db2518.
2021-10-24 16:46:06 +02:00
Le Philousophe
d1cc639318 GLK: HUGO: Replace call to isascii by our implementation 2021-10-24 15:11:18 +03:00
Paul Gilbert
0ddaf2cee3 GLK: MAGNETIC: Remove unused file 2021-09-29 19:58:00 -07:00
Thunderforge
35c3668275 COMMON: Fixing misspellings "occured" -> "occurred"
Fixing this misspelled word across multiple parts of the codebase.
2021-09-25 21:36:42 +03:00
Paul Gilbert
c164cc73f7 GLK: AGT: Fix $ and quit $ substitutions 2021-08-28 17:05:38 -07:00
Eugene Sandulenko
8812574dc8
GLK: GLULX: Added detecion for Italian Beyond. Bugreport #12825 2021-08-23 00:40:37 +02:00
Cameron Cawley
751a1ce28c GLK: Include Comprehend and Glulxe in release builds 2021-08-22 13:34:06 +01:00
Eugene Sandulenko
572a460cf2
GLK: ZCODE: Add new detection entries. Bugreport #12538 2021-08-15 23:01:47 +02:00
D G Turner
295dfafb3c GLK: TADS2: Fix Remaining GCC Warnings 2021-08-15 21:14:45 +01:00
Eugene Sandulenko
a5cc627374
GLK: ZCODE: Added alternative version for hhgttg. Bugreport #12535 2021-08-15 10:26:24 +02:00
Eugene Sandulenko
45e579a55e
GLK: ZCODE: Add alternative version for Wishbringer. Bugreport #12530 2021-08-15 10:26:19 +02:00
Paul Gilbert
eef503877f GLK: COMPREHEND: Fix room outside cell in OO-Topos not rendering 2021-08-09 20:39:40 -07:00
Max Horn
c9731fccd0 GLK: fix global constructor warnings 2021-08-07 10:46:14 +02:00
djsrv
7eb4841065 ALL: Use Path type in Archive functions 2021-08-07 10:44:37 +02:00
Max Horn
86d01e15ef GLK: change 'ScummGlk' to 'Glk' in the credits 2021-08-05 00:01:46 +02:00
Max Horn
2f1f8f502e DEVTOOLS: move credits from devtools/credits.pl to engines
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
Max Horn
34523aba7e JANITORIAL: Fix some typos 2021-08-04 15:43:15 +02:00
Fiodar Stryzhniou
3cb4e0a3a7 GLK: Fix warnings for TRUE/FALSE redefinition on Symbian build.
Solve bug #12740.
2021-07-21 19:40:35 -07:00
D G Turner
1f63fd3b90 GLK: TADS2: Fix GCC Warning 2021-07-13 19:04:48 +01:00
Paul Gilbert
005561d305 COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
Paul Gilbert
0136043f09 COMMON: Revert Change Rect and Point to have int32 fields
This reverts commit 1c3e7fb4e9e761b26840ca7dd785e80dfa639f18.
2021-07-06 20:35:42 -07:00
Paul Gilbert
baccbedf50 GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
Paul Gilbert
1c3e7fb4e9 COMMON: Change Rect and Point to have int32 fields 2021-07-04 18:24:26 -07:00
Fiodar Stryzhniou
0cc497429d GLK: Remove unused functions. 2021-06-26 22:45:58 +01:00
sluicebox
8e1d90f8e4 ALL: Remove clearAllDebugChannels() from Engine dtors 2021-06-14 12:42:38 -05:00
Thierry Crozat
e04fca8b30 GLK: Remove unnecessary TTS push state and pop state 2021-05-31 23:44:39 +01:00
ysj1173886760
ad4f367292 GLK: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
D G Turner
9b597e0b05 GLK: COMPREHEND: Fix GCC Format Truncation Warnings 2021-04-30 06:01:27 +01:00
Eugene Sandulenko
2c8ee74eb8
GLK: ZCODE: Added more detection entries. Bugreport #11670 2021-04-26 13:30:38 +02:00
Eugene Sandulenko
596f253a0d
GLK: ZCODE: Added more detection entries. Bugreport #11669 2021-04-24 18:58:16 +02:00
Eugene Sandulenko
728fd802eb
GLK: ZCODE: Added non-English detection entries. Bugreport #11669 2021-04-24 18:58:16 +02:00
Eugene Sandulenko
0aecd93b4c
GLK: TADS: Added detection for TADS2 games. Bugreport #11658 2021-04-24 18:58:16 +02:00
Eugene Sandulenko
19ea9f43d0
GLK: TADS: Added TADS3 games to detection. Bugreport #11658 2021-04-23 16:34:12 +02:00
Eugene Sandulenko
d5e7d45002
GLK: QUEST: Added more detection entries. Bugreport #11655 2021-04-23 16:34:12 +02:00