620 Commits

Author SHA1 Message Date
Paul Gilbert
17df830500 GLK: JACL: Move JACL out of RELEASE_BUILD exclusion 2019-10-11 18:43:34 -07:00
Paul Gilbert
e779ebce4f GLK: JACL: Implement loading saves from the launcher 2019-10-11 18:43:34 -07:00
Paul Gilbert
d41d11f390 GLK: JACL: Remove deprecated glk_startup.cpp 2019-10-11 18:43:34 -07:00
Paul Gilbert
a14550d7f1 GLK: Make glui32 match uint to hopefully prevent Amiga compilation errors 2019-10-11 18:43:34 -07:00
Paul Gilbert
c5e3ccbca2 GLK: JACL: Amiga compilation fix 2019-10-09 19:26:42 -07:00
Paul Gilbert
54753ffce9 GLK: JACL: Fix loading savegames 2019-10-09 19:26:42 -07:00
Paul Gilbert
b37201ef76 GLK: JACL: Fix exiting game when game window is closed 2019-10-07 19:01:52 -07:00
Paul Gilbert
7327144857 GLK: JACL: Standardizing on calls to get stream line 2019-10-07 19:01:52 -07:00
Paul Gilbert
1342fce6f6 GLK: JACL: Hooking up savegame code to GMM 2019-10-07 19:01:52 -07:00
Paul Gilbert
2d2a6746f1 GLK: JACL: Fix game script execution 2019-10-07 19:01:52 -07:00
Paul Gilbert
1a78b67d08 GLK: JACL: Graceful exit when error occurs 2019-10-07 19:01:52 -07:00
Paul Gilbert
fecf1b3834 GLK: JACL: Cleanup of loader code 2019-10-07 19:01:52 -07:00
Paul Gilbert
66468fa2fe GLK: JACL: gcc compilation fixes 2019-10-07 19:01:52 -07:00
dreammaster
af4f390ab2 GLK: JACL: Adding subengine files 2019-10-07 19:01:51 -07:00
Paul Gilbert
a00ed41679 GLK: JACL: Adding subengine files 2019-10-07 19:01:51 -07:00
Paul Gilbert
3653e83dc9 GLK: JACL: Skeleton subengine commit 2019-10-07 19:01:51 -07:00
Paul Gilbert
7caf897ee2 GLK: Improve abysmal performance of stream read check 2019-10-06 11:24:23 -07:00
Paul Gilbert
d831218b98 GLK: Fix reading beyond the end of a file 2019-10-06 11:00:24 -07:00
Paul Gilbert
98eddcda1d GLK: Add Streams methods for encapsulating ScummVM streams 2019-10-05 19:02:48 -07:00
Paul Gilbert
8ab36786a4 GLK: Splitting bulk of FileStream up into an IOStream base class 2019-10-05 18:39:23 -07:00
Eugene Sandulenko
849a36e654 GLK: Engine requires jpeg and png as dependencies 2019-10-05 18:52:01 +02: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
D G Turner
cfc87ca205 GLK: ADRIFT: Fix Remaining GCC Warnings
These were from -Wignored-qualifiers. Adding the const keyword to the
cast does not do anything since the assignment target is qualified by
const in any case hence this is ignored and generates a warning.
2019-09-30 06:11:17 +01:00
D G Turner
944b63cdce GLK: ADRIFT: Add const qualifier for some function call parameters 2019-09-30 05:50:44 +01:00
D G Turner
7f979cc053 GLK: ADRIFT: Fix Remaining GCC Fallthrough Warnings 2019-09-30 05:07:31 +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
e0ae6b2080 GLK: QUEST: Remove missing file from module.mk 2019-09-29 17:18:04 -07:00
Paul Gilbert
34c5999ddf GLK: ADRIFT: Warning fixes 2019-09-29 17:18:04 -07:00
Paul Gilbert
62f36d77c8 GLK: Changing ScummGlk engine name to Glk
Calling the engine a different name than it's namespace was just
causing confusion. Better to simply call it Glk, even if it will
be both the underlying API as well as the overall engine name
2019-09-29 16:38:41 -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
Paul Gilbert
d8a804cbe7 GLK: FROTZ: Fix game Id clashes 2019-09-28 10:55:35 -07:00
Paul Gilbert
d39583300d GLK: ADRIFT: Removing unused code 2019-09-27 22:43:00 -07:00
Paul Gilbert
b9d3563158 GLK: ADRIFT: Compilation fix 2019-09-26 18:51:00 -07:00
Paul Gilbert
b19fb671d6 GLK: ADRIFT: Move subengine out of release build exclusions 2019-09-26 18:18:38 -07:00
Paul Gilbert
6175aac187 GLK: ADRIFT: ADRIFT 5 games aren't supported 2019-09-26 18:15:38 -07:00
Paul Gilbert
7094230141 GLK: ADRIFT: Fix unsigned type mismatch 2019-09-26 18:06:32 -07:00
D G Turner
d2452ecf95 GLK: TADS: Fix GCC Compiler Warnings
The warnings were due to unmatched quote characters.
2019-09-27 00:47:54 +01:00
Paul Gilbert
239fbce8e3 GLK: ADRIFT: gcc compilation fixes 2019-09-25 20:13:28 -07:00