Commit Graph
18 Commits
Author SHA1 Message Date
Filippos Karapetis ec16ebbf96 Revert "SCUMM: Refactor the workaround for the broken sample in Indy4"
This reverts commit c59df76164.
2022-04-16 14:25:51 +03:00
Filippos Karapetis c59df76164 SCUMM: Refactor the workaround for the broken sample in Indy4
This makes the workaround code more self-contained
2022-04-16 14:23:02 +03:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 9937cc49bb DRAGONS: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eric Fry 4a7f8c18c5 DRAGONS: replace NULL with nullptr 2020-03-14 14:39:06 +11:00
Eric Fry ea7ea9f075 DRAGONS: Coverity Scan fixes. Memory leaks, uninitialised variables. 2020-03-02 22:05:50 +11:00
Eric Fry ed2bf372d9 DRAGONS: Renaming variables 2020-02-25 14:43:42 +01:00
Eugene Sandulenko 9ea348117b DRAGONS: Fix incorrect assert() usage.
At release builds assert() statements will be skipped. Thus, it is
wrong to use functions with side effects in those.
2020-02-25 14:43:42 +01:00
Eugene Sandulenko 7a912ee39f DRAGONS: More whitespace fixes 2020-02-25 14:43:42 +01:00
Eric Fry f32a199876 DRAGONS: Fixed formatting on includes 2020-02-25 14:43:42 +01:00
Eric Fry 8301d0dbb1 DRAGONS: Compile fixes + formatting 2020-02-25 14:43:42 +01:00
Eric Fry 952442d56a DRAGONS: Code cleanup 2020-02-25 14:43:42 +01:00
Eric Fry c848548c02 DRAGONS: work on save/load 2020-02-25 14:43:42 +01:00
Eric Fry b4b5689af5 DRAGONS: More work on scripts 2020-02-25 14:43:42 +01:00
Eric Fry a25ee6f255 DRAGONS: Add start of special opcode support 2020-02-25 14:43:42 +01:00
Eric Fry 774147099e DRAGONS: more work on actor update logic 2020-02-25 14:43:42 +01:00
Eric Fry e7e8155baf DRAGONS: More work on actor loading 2020-02-25 14:43:42 +01:00
Eric Fry 4f77da673a DRAGONS: Work on loading scene gfx files. 2020-02-25 14:43:42 +01:00