Commit Graph
31 Commits
Author SHA1 Message Date
Martin Gerhardy f2c9137979 COMMON: removed foreach.h
now that we are using c++11 we don't need this wrapper anymore
2023-01-07 02:40:44 +02:00
Paweł Kołodziejski 06902574b4 GRIM: Janitorial 2022-06-08 01:12:00 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paweł Kołodziejski d6aebf4eaa GRIM: Remove not reachable code 2021-12-07 15:09:52 +01: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
Paweł Kołodziejski 35b9cccbde ALL: Merge ResidualVM 2020-10-09 19:44:13 +02:00
Pawel Kolodziejski 3d74c3dd4d GRIM: Post branch merge fixes. 2020-10-07 19:50:27 +02:00
Joel Teichroeb ee430156d4 Mouse works in the menu! 2015-02-05 07:42:17 -08:00
Joel Teichroeb 3d04554d8e Add hotspot code which I forgot and stub an opcode 2015-02-05 07:27:40 -08:00
Joel Teichroeb e3b19c5b48 Handle some mouse stuff 2015-02-04 20:53:33 -08:00
Einar Johan Trøan Sømåen 67bbc7d349 Fix HasHeardCommentary. 2015-02-04 19:43:37 +01:00
Einar Johan Trøan Sømåen b54b3e7294 Fix mistake in IsConceptUnlocked, now it should work. 2015-02-04 19:37:43 +01:00
Einar Johan Trøan Sømåen bc5c58f76a Fix format string warning. 2015-02-04 18:55:16 +01:00
Einar Johan Trøan Sømåen 698ff06cab Implement HasHeardCommentary. 2015-02-04 18:55:05 +01:00
Einar Johan Trøan Sømåen c9d4f37c13 Stub a class for handling commentary 2015-02-04 15:52:11 +01:00
Einar Johan Trøan Sømåen 05304853bb Move the overriden version of GetTextObjectDimensions to grim/remastered/lua_remastered.cpp 2015-02-04 15:23:09 +01:00
Joel Teichroeb 05d7f17a07 Implement some of OverlayFade 2015-02-03 19:19:55 -08:00
Einar Johan Trøan Sømåen 9acbc7c6cc Implement a beginning of savegame handling for remastered, this has the side effect of breaking the savegame menu, unless GetTextObjectDimesnions returns bitmapWidth (but that breaks Special Features). Leaving it broken for now. (Save game format is modified for remastered from this commit). 2015-02-03 16:59:04 +01:00
Einar Johan Trøan Sømåen 7ff408def0 Implement enabling/disabling of special feature cutscenes/concept art gallery. 2015-02-03 14:33:32 +01:00
Joel Teichroeb ee712190af Fix a msvc compile error and an extra element 2015-02-02 19:23:17 -08:00
Einar Johan Trøan Sømåen 729f2e4620 GRIM: Stub four additional opcodes (Remastered) 2015-02-02 23:40:38 +01:00
Einar Johan Trøan Sømåen 99d1de806a GRIM: Fix crashes due to missing GetRemappedKeyHint-implementation (remastered) 2015-02-02 22:59:55 +01:00
Einar Johan Trøan Sømåen 794eb174ac GRIM: Fix assert in Concept Gallery (Remastered) 2015-02-02 22:30:59 +01:00
Einar Johan Trøan Sømåen c113ae1731 Add a (rather hacky) way to enable live language-switching. 2015-02-02 20:47:40 +01:00
Einar Johan Trøan Sømåen 6655498b41 Hack SetGameRenderMode for now, so that the cutscene-playback works. 2015-02-02 20:34:59 +01:00
Einar Johan Trøan Sømåen 7787554856 Stub IsCutsceneUnlocked, thus enabling the special-features menu for cutscenes to work. (The actual playback is still broken). 2015-02-02 20:28:13 +01:00
Einar Johan Trøan Sømåen 0d1a71f2c2 Further stub, and fix registry types, so that the options menu can semi-work with the next commit. 2015-02-02 20:21:44 +01:00
Einar Johan Trøan Sømåen d7265b18fc Expand on function stubs, so that we print their arguments. 2015-02-02 18:14:41 +01:00
Einar Johan Trøan Sømåen 10a29d80f6 Further stub GetRemappedKeyName, so that the key-bindings-dialogue runs, this should probably use isnumber 2015-02-02 10:09:41 +01:00
Joel Teichroeb b80b243ff7 Move remastered lua 2015-02-01 16:11:40 -08:00