Commit graph

13 commits

Author SHA1 Message Date
Eugene Sandulenko
9ae7a446e1
ICB: Fix copy/pate error. CID 1433582 2022-10-08 01:42:15 +02:00
D G Turner
d9ae18ecbe ICB: Remove Macro Test Usage of Undefined CD_MODE Symbol
This symbol was undefined which meant that it defaulted to being equal
to zero. Since this was the value tested for in all cases, then all
cases of this macro test were enabled which was not very clear.

Looking at the code, it appears this is intended to guard a debugging
mode enabling slower, but more readable rendering code and other graphics
information. This should probably be migrated to a boolean flag of the
engine (since debug already exists) or a ScummVM debug level / flag.

This changes also removes a large number of GCC warnings regarding
use of undefined macro symbols.
2022-07-11 00:43:33 +01:00
Paweł Kołodziejski
20cb0ae228
ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paweł Kołodziejski
82a1d05d78
ICB: Fixed coverity error 2021-12-20 19:26:21 +01:00
Orgad Shaneh
75bfc1290b ICB: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Alexandre Detiste
6044504762 JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
2021-10-31 20:46:31 +01:00
Paweł Kołodziejski
e69d636329 ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
Paweł Kołodziejski
b06aabcd34 ICB: Fixed few compiler warnings 2021-03-08 06:48:33 +01:00
Paweł Kołodziejski
a18e803ea6 ICB: Cleanup types 2021-03-07 09:56:34 +01:00
Pawel Kolodziejski
22c607b1a8 ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
Pawel Kolodziejski
e442890378 ICB: Fixed plenty compilers warnings 2020-09-20 19:44:03 +02:00
Pawel Kolodziejski
0320ac4d19 ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00