Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
49d745bbe4
ILLUSIONS: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
D G Turner
129988d0e9
ILLUSIONS: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-16 11:30:12 +00:00
Eric Fry
c01a1269b6
ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds
...
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c)
ILLUSIONS: Delete dictionary list before it gets removed
(cherry picked from commit d9d0c11)
ILLUSIONS: Implement PathFinder::postProcess
(cherry picked from commit ee98dfc)
2018-07-20 06:43:33 +00:00
Eric Fry
fee1f3d8cb
ILLUSIONS: always use braces for loops
2018-07-20 06:43:33 +00:00
Eric Fry
989d8d9b8a
ILLUSIONS: Formatting, remove trailing whitespace.
2018-07-20 06:43:33 +00:00
Eric Fry
7cadb7ad0c
ILLUSIONS: Formatting
2018-07-20 06:43:33 +00:00
Eric Fry
88ef190569
ILLUSIONS: Add logic to enable palette cycling sequence
2018-07-20 06:43:33 +00:00
Eric Fry
7c46d891c6
ILLUSIONS: Print walk rectangle point on background to aid in debugging
...
Comment and rename some code in pathfinder to aid in understanding
2018-07-20 06:43:33 +00:00
Eric Fry
c66b2208e0
ILLUSIONS: silence clang warning about not operation in expression
2018-07-20 06:43:33 +00:00
Eric Fry
2f551cabba
ILLUSIONS: Change video skip key from escape to space
...
Add debug logging on unknown background info field
Removed unused debug variables
2018-07-20 06:43:33 +00:00
Eric Fry
5dd96b6fbe
ILLUSIONS: Add midi music player
2018-07-20 06:43:33 +00:00
johndoe123
2bd1386528
ILLUSIONS: Move palette code from Screen to new ScreenPalette class
2018-07-20 06:43:33 +00:00
johndoe123
c0c25691e0
ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ActorType bugs and more
2018-07-20 06:43:33 +00:00
johndoe123
61a0b5badb
ILLUSIONS: Rename tag -> sceneId
2018-07-20 06:43:33 +00:00
johndoe123
41978f466d
ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system
2018-07-20 06:43:33 +00:00
johndoe123
a173329ae9
ILLUSIONS: Move resource-related files into resources subdirectory
2018-07-20 06:43:33 +00:00