Commit Graph
38 Commits
Author SHA1 Message Date
elasota e280186a8c ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
Donovan Watteau 5d23261964 GLK: Use MSVC_PRINTF when GCC_PRINTF is used 2022-11-29 01:37:16 +01: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
Max Horn 34523aba7e JANITORIAL: Fix some typos 2021-08-04 15:43:15 +02:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +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
D G Turner fc5eb5ecf8 GLK: ARCHETYPE: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-19 13:16:18 +00:00
D G Turner 8f897f2e3f GLK: ARCHETYPE: Fix Unused Const Variable Compiler Warning
This is emitted from Clang with -Wunused-const-variable.
2019-12-15 00:30:27 +00:00
Paul Gilbert af01515bd8 GLK: ARCHETYPE: Add version 2019-11-17 14:06:14 -08:00
Paul Gilbert 023a587b5b GLK: ARCHETYPE: Allowing savegames from launcher 2019-11-16 18:47:16 -08:00
Paul Gilbert cc2973f04f GLK: ARCHETYPE: Fix saving games 2019-11-15 20:26:59 -08:00
Paul Gilbert 536c1f0fa9 GLK: ARCHETYPE: Hooking up savegame code 2019-11-12 20:54:06 -08:00
D G Turner 4e3b2557da GLK: ARCHETYPE: Suppress Fallthrough Compiler Warnings
Not sure if these fallthroughs are intended, so marked with FIXME comments.
2019-11-12 05:16:09 +00:00
Paul Gilbert 7ca7270532 GLK: ARCHETYPE: gcc compilation fixes 2019-11-11 18:20:30 -08:00
Paul Gilbert 75def2b480 GLK: ARCHETYPE: Fixes to correctly parse multi-word inputs 2019-11-11 18:20:30 -08:00
Paul Gilbert f3b02a115f GLK: ARCHETYPE: Cleaner exit when game is quit 2019-11-11 18:20:30 -08:00
Paul Gilbert ab5939ba44 GLK: ARCHETYPE: Fix quitting the game 2019-11-11 18:20:30 -08:00
Paul Gilbert 19cc1221f3 GLK: ARCHETYPE: Engine fixes for input line processing 2019-11-11 18:20:30 -08:00
Paul Gilbert 86e7717e62 GLK: ARCHETYPE: Cleanup and fixes for text display 2019-11-11 18:20:30 -08:00
Paul Gilbert 5d8b8752e8 GLK: ARCHETYPE: Script handler fixes 2019-11-11 18:20:30 -08:00
Paul Gilbert 38e5463601 GLK: ARCHETYPE: Further cleanup and debug reroute 2019-11-11 18:20:30 -08:00
Paul Gilbert a8367cb808 GLK: ARCHETYPE: Shift debug output to use ScummVM debug 2019-11-11 18:20:30 -08:00
Paul Gilbert 1b8e171944 GLK: ARCHETYPE: Janitorial 2019-11-11 18:20:30 -08:00
Paul Gilbert 381bd5e9a7 GLK: ARCHETYPE: Further array indexing fixes 2019-11-11 18:20:30 -08:00
Paul Gilbert 53fd662ac0 GLK: ARCHETYPE: Change to use C++ new/delete 2019-11-11 18:20:30 -08:00
Paul Gilbert c570d6f4b2 GLK: ARCHETYPE: Fix array indexing to match original's 1 based 2019-11-11 18:20:30 -08:00
Paul Gilbert a3c646133f GLK: ARCHETYPE: Switch from original's Debug enum to debug channels 2019-11-11 18:20:29 -08:00
Paul Gilbert 3165d52a7b GLK: ARCHETYPE: Adding GLK hookups 2019-11-11 18:20:29 -08:00
Paul Gilbert e1911f9aff GLK: Fix structures using unions 2019-11-11 18:20:29 -08:00
Paul Gilbert fdb5ead5ca GLK: ARCHETYPE: Fixes for string decryption 2019-11-11 18:20:29 -08:00
Paul Gilbert d4cba56b41 GLK: ARCHETYPE: Further loading fixes 2019-11-11 18:20:29 -08:00
Paul Gilbert be85010699 GLK: ARCHETYPE: Various startup fixes 2019-11-11 18:20:29 -08:00
Paul Gilbert 7ee61fa5d4 GLK: ARCHETYPE: Added converted files 2019-11-11 18:20:29 -08:00
Paul Gilbert 0b3f59c3f8 GLK: ARCHETYPE: Skeleton engine 2019-11-11 18:20:29 -08:00