Commit Graph

41 Commits

Author SHA1 Message Date
Walter Agazzi
ca717aeca4 GLK: QUEST: Pass extra field when appending to gamelist
Required for DT_ENTRY1 macro to work properly
2022-10-24 20:52:38 +02:00
Le Philousophe
6d3a10c631 GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Paweł Kołodziejski
e632a94cd4
GLK: Avoid global constructors 2022-05-29 19:05:51 +02:00
D G Turner
77a05a4d32 GLK: QUEST: Fix Redundant Declaration Warnings
These are emitted by GCC if -Wredundant-decls is enabled.
2022-03-07 20:24:37 +00:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Max Horn
c9731fccd0 GLK: fix global constructor warnings 2021-08-07 10:46:14 +02:00
Paul Gilbert
005561d305 COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko
d5e7d45002
GLK: QUEST: Added more detection entries. Bugreport #11655 2021-04-23 16:34:12 +02:00
Eugene Sandulenko
072f96e1f2
GLK: QUEST: Added more detection entries. Bugreport #11654 2021-04-23 15:56:49 +02:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Orgad Shaneh
955e3a471f GLK: Fix copy assignment operator warning once again
Back to square 2 ;)
2021-03-15 23:07:32 +00:00
Orgad Shaneh
9585cc8fcf GLK: Fix compilation
This amends commit bedba56f24.
2021-03-15 14:14:47 +00:00
Orgad Shaneh
bedba56f24 GLK: Remove proxy ctors and copy assignment operator 2021-03-15 13:29:32 +02:00
Orgad Shaneh
6f1fb146b9 GLK: Remove unused private members and one define
Detected by Clang.
2021-03-15 13:21:58 +02:00
D G Turner
b9b6fc6151 GLK: QUEST: Fix GCC Warning for Implicit Copy Operator
This is emitted when -Wdeprecated-copy is enabled. The fix implemented
is to implement the copy operator as per the expected default.

This has the advantage of working with compilers prior to C++-11.
2021-03-14 17:22:39 +00:00
Torbjörn Andersson
ba37c52047 JANITORIAL: Remove some unnecessary semicolons 2020-11-17 07:22:49 +01:00
Paul Gilbert
110893c05a GLK: Add detection for IF Comp 2020 games 2020-10-13 20:40:20 -07:00
Paul Gilbert
75d0456722 GLK: Only allow GMM saves when sub-engines are waiting for input
This avoids any issues from people trying to load or save
when their game is in the middle of a cutscene
2020-07-13 19:32:37 -07:00
Eugene Sandulenko
1e20ac5713 GLK: QUEST: Fix va_args usage 2020-04-30 14:34:04 +02:00
Bastien Bouclet
1e30923737 GLK: Add override keywords 2020-02-09 12:43:15 +01:00
Eugene Sandulenko
e8c5c8dcea GLK: Marked problematic spots and fixed couple of obvious bugs 2020-01-31 13:46:33 +01:00
Eugene Sandulenko
02aee2f328 GLK: Fix warnings 2020-01-31 12:26:29 +01:00
D G Turner
22234934fe GLK: QUEST: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16 01:27:51 +00:00
Paul Gilbert
c02b390fec GLK: QUEST: Added version 2019-11-17 15:25:19 -08:00
Paul Gilbert
cd66894016 GLK: QUEST: Add save and restore commands 2019-09-30 19:11:56 -07:00
Paul Gilbert
f4b12285d0 GLK: QUEST: Support loading savegames from the launcher 2019-09-30 19:05:48 -07:00
Paul Gilbert
13de2f1771 GLK: QUEST: Fleshing out savegame code, hooking to GMM 2019-09-30 18:20:07 -07:00
D G Turner
8ff5014526 GLK: QUEST: Fix Compilation on AmigaOS4 2019-09-30 21:08:13 +01:00
Paul Gilbert
c10267d83b GLK: QUEST: More warning fixes 2019-09-29 18:13:44 -07:00
Paul Gilbert
0eed867445 GLK: QUEST: Shadowing fixes 2019-09-29 17:50:42 -07:00
Paul Gilbert
72d690aa2c GLK: QUEST: Change throw to error call 2019-09-29 17:36:16 -07:00
Paul Gilbert
643ee33a3d GLK: QUEST: gcc compilation fixes 2019-09-29 15:08:52 -07:00
Paul Gilbert
defc19ada4 GLK: QUEST: Savegames aren't supported for Quest games 2019-09-29 15:08:52 -07:00
Paul Gilbert
b35088b788 GLK: QUEST: Fix exitting by closing game window 2019-09-29 15:08:52 -07:00
Paul Gilbert
97e61ddb0e GLK: QUEST: Fix crash printing formatted strings 2019-09-29 15:08:52 -07:00
Paul Gilbert
055f6f0b48 GLK: QUEST: Startup/logging fix 2019-09-29 15:08:52 -07:00
Paul Gilbert
32c9deefb7 GLK: QUEST: Fix infinite recursion 2019-09-29 15:08:52 -07:00
Paul Gilbert
30bf05479a GLK: QUEST: Added detection entries 2019-09-29 15:08:52 -07:00
Paul Gilbert
255f2b4c82 GLK: QUEST: Initial subengine commit 2019-09-29 15:08:52 -07:00