Commit Graph
264 Commits
Author SHA1 Message Date
elasota e280186a8c ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
Le Philousophe 93cdbbbf39 GLK: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Paul Gilbert 47f8d53b5e GLK: AmigaOS compilation fixes 2022-04-13 19:21:49 -07: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
Paul Gilbert eef503877f GLK: COMPREHEND: Fix room outside cell in OO-Topos not rendering 2021-08-09 20:39:40 -07:00
djsrv 7eb4841065 ALL: Use Path type in Archive functions 2021-08-07 10:44:37 +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
D G Turner 9b597e0b05 GLK: COMPREHEND: Fix GCC Format Truncation Warnings 2021-04-30 06:01:27 +01:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Orgad Shaneh 6f1fb146b9 GLK: Remove unused private members and one define
Detected by Clang.
2021-03-15 13:21:58 +02:00
Paul Gilbert 44d616d9c0 GRAPHICS: Compilation fixes 2021-02-26 18:20:11 -08:00
Paul Gilbert 0c6c8274b4 GLK: COMPREHEND: Mark complete games for testing 2020-12-20 11:10:00 -08:00
Paul Gilbert 3cd57d537c GLK: COMPREHEND: Fix size of parsed words array 2020-12-20 11:10:00 -08:00
Paul Gilbert 5ad17a1e01 GLK: COMPREHEND: Fix strings loading after GMM loading Talisman save 2020-12-16 20:50:28 -08:00
Paul Gilbert 347f178b4f GLK: COMPREHEND: Fix directional movement in Talisman 2020-12-16 20:31:11 -08:00
Paul Gilbert 3b44f7b329 GLK: COMPREHEND: Support starting if-archive Talisman version 2020-12-15 21:23:50 -08:00
Paul Gilbert e9b99223f0 GLK: COMPREHEND: Fix bowing to king in Talisman 2020-12-15 21:04:37 -08:00
Paul Gilbert 9a018de617 GLK: COMPREHEND: Implementing Talisman's line/prompt redo 2020-12-15 21:04:37 -08:00
Paul Gilbert 05579a40ff GLK: COMPREHEND: Special opcode for switching to graphics mode 2020-12-14 20:58:33 -08:00
Paul Gilbert 509edd7b47 GLK: COMPREHEND: Separate execution of action functions & special opcodes 2020-12-14 19:09:40 -08:00
Paul Gilbert e87ae74a43 GLK: COMPREHEND: Fix Talisman turn operation 2020-12-14 19:09:40 -08:00
Paul Gilbert 7ade799d29 GLK: COMPREHEND: Added actionSelected engine method 2020-12-14 19:09:40 -08:00
Paul Gilbert 13c6d25c05 GLK: COMPREHEND: Implementing Talisman beforePrompt/afterPrompt 2020-12-14 19:09:40 -08:00
Paul Gilbert 14da53647c GLK: COMPREHEND: Add further string loading 2020-12-12 11:04:17 -08:00
Paul Gilbert 4665c65d84 GLK: COMPREHEND: Implement CALL_FUNC2 opcode 2020-12-12 11:04:17 -08:00
Paul Gilbert 24ddba7652 GLK: COMPREHEND: Fix display of I don't understand for unrecognised inputs 2020-12-11 22:06:14 -08:00
Paul Gilbert 097561e242 GLK: COMPREHEND: Room description pane when in full-screen text mode 2020-12-11 21:59:32 -08:00
Paul Gilbert 95e5a62908 GLK: COMPREHEND: Make note of second strings set Talisman has 2020-12-11 21:59:32 -08:00
Paul Gilbert d123cb9cb1 GLK: COMPREHEND: Added Talisman copyright message 2020-12-10 22:28:59 -08:00
Paul Gilbert 6d3ea68840 GLK: COMPREHEND: Implement Talisman strings loading 2020-12-10 22:28:59 -08:00
Paul Gilbert 84cce138f6 GLK: COMPREHEND: Talisman specific font class 2020-12-10 22:28:59 -08:00
Paul Gilbert 2dee4e38f9 GLK: COMPREHEND: Fix incorrect image renderer opcode 2020-12-08 20:14:48 -08:00
Paul Gilbert 347de79bb2 GLK: COMPREHEND: Partial support for Transylvania v2 2020-12-08 19:49:59 -08:00
Paul Gilbert fc1f3e052b GLK: COMPREHEND: Added Transylvania copyright message 2020-12-08 19:25:31 -08:00
Paul Gilbert 0b1d02c5bb GLK: COMPREHEND: Fix OO-Topos version from graphicsmagician.com 2020-12-08 19:14:36 -08:00
Paul Gilbert cdc4716535 GLK: COMPREHEND: Simplify detection of single image title files 2020-12-08 19:14:36 -08:00
Paul Gilbert 5ac16b804e GLK: COMPREHEND: Talisman data loading workarounds 2020-12-08 19:14:36 -08:00
Paul Gilbert 1f4fe8d3ec GLK: COMPREHEND: Specify Talisman title screen file 2020-12-08 19:14:36 -08:00
Paul Gilbert e54fab21c2 GLK: COMPREHEND: Fixes to OO-Topos endgame display 2020-12-07 20:34:13 -08:00
Paul Gilbert 75ebe8c949 GLK: COMPREHEND: Clarify OO-Topos ship room flag 2020-12-07 20:07:20 -08:00
Paul Gilbert 717c7e06c5 GLK: COPMREHEND: Fix OO-Topos fuel check 2020-12-07 20:07:20 -08:00
Paul Gilbert 8d634e8bd3 GLK: COMPREHEND: Allow for Apple 2 ship mission code 2020-12-07 20:07:20 -08:00
Paul Gilbert 6b941f0813 GLK: COMPREHEND: Allow for 'and' to separate items 2020-12-06 21:28:29 -08:00
Paul Gilbert 1dd09a2eb2 GLK: COMPREHEND: Fix switching to disk 2 in Crimson Crown 2020-12-06 21:15:01 -08:00
Paul Gilbert d70bdfa033 GLK: COMPREHEND: Debugger command to allow for unlimited inventory 2020-12-06 19:40:03 -08:00
Paul Gilbert c73d612d8e GLK: COMPREHEND: Workarounds to correctly draw title screens
Well, more or less correctly. I haven't been able to figure
out what the screen renderer is doing incorrectly, and since
pretty mmuch all the in-game screens look okay, I've just gone
ahead and done a hack for the title screens.
2020-12-06 15:04:46 -08:00
Paul Gilbert cccf092544 GLK: COMPREHEND: Fix dumping in-progress rendering display when enabled 2020-12-03 21:26:11 -08:00
Paul Gilbert 269e9a55af GLK: COMPREHEND: Workaround for Crimson Crown missing text in ball cutscene 2020-12-03 19:30:59 -08:00