Commit Graph
36 Commits
Author SHA1 Message Date
Le Philousophe 49d53bb58e GLK: Fix strncpy usage 2022-11-06 17:27:21 +01:00
Hubert Maier 1ebe6af4d0 GLK: Correct spelling mistake
neccessary -> necessary
2022-10-27 15:56:11 +02:00
Walter Agazzi 8dbb9489ef GLK: JACL: Pass extra field when appending to gamelist
Required for DT_ENTRY1 macro to work properly
2022-10-24 20:50:55 +02:00
Le Philousophe 6d3a10c631 GLK: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
Le Philousophe 93cdbbbf39 GLK: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
D G Turner 3fcd89c1ce GLK: JACL: Fix Redundant Declaration Warnings
These are emitted from GCC if -Wredundant-decls is enabled.
2022-03-07 20:23:15 +00: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 eac751624c GLK: JACL: Avoid potential non-null-terminated string 2021-12-21 00:21:54 +01:00
Orgad Shaneh 0111a08560 GLK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02: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
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko 5350f36dd0 GLK: JACL: Mark non-working entries. Exit gracefully on bad gamedata load 2021-04-22 15:36:32 +02:00
Eugene Sandulenko 4b35c1ed7d GLK: JACL: Added detection entries. Bugreport #11653 2021-04-22 15:36:32 +02:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Eugene Sandulenko 9af58fee9f GLK: JACL: Fix copy/paste errors 2020-04-30 15:31:37 +02:00
Thanasis Antoniou 3d9b8ef935 GLK: JACL: Convert language.h to UTF-8 2020-04-18 10:24:23 +03:00
Bastien Bouclet 1e30923737 GLK: Add override keywords 2020-02-09 12:43:15 +01:00
Eugene Sandulenko aa5add6a72 GLK: Remove obsolete keyword 2020-01-31 13:42:12 +01:00
Eugene Sandulenko 02aee2f328 GLK: Fix warnings 2020-01-31 12:26:29 +01:00
D G Turner f13ea97bad GLK: JACL: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-16 02:44:00 +00:00
Paul Gilbert 00cff85a60 GLK: JACL: Add interpreter version 2019-11-17 14:50:39 -08: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 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