38 Commits

Author SHA1 Message Date
Paweł Kołodziejski
2c1e7d8e4d
ICB: Attempt to fix ppc build 2022-07-31 11:22:33 +02:00
Paweł Kołodziejski
c37ab7845c
ICB: Avoid casting RapAPIObject to memory, cleanup naming, endian fixes 2022-07-31 00:25:48 +02:00
Paweł Kołodziejski
a2aaca3786
ICB: Avoid casting rap_API class to memory 2022-07-30 16:58:23 +02:00
Paweł Kołodziejski
a277b779f0
ICB: More work on endian code safe 2022-07-30 16:18:27 +02:00
Paweł Kołodziejski
c0a35f0825
ICB: Eliminate macro function override 2022-07-30 15:32:37 +02:00
Donovan Watteau
27f9a460b5 JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
D G Turner
511a886591 ICB: Fix GCC Undefined Macro Symbols Warnings
These are emitted by GCC when -Wundef is passed.

The _PSX symbol looks to be intended to switch the codebase between
building the PSX and PC version of the game due to differences in the
data structures. The _PSX_ON_PC likely allows building a version of
the engine which will run on PC, but use the PSX game data.

These should be refactored to allow the codebase to use either PC or
PSX game data at runtime in future, but for now, these are hardcoded
to the PC game data version for build stability.
2022-07-16 01:47:41 +01:00
D G Turner
f2cb975193 ICB: Fix Remaining Redundant Declaration Warning
This is emitted by GCC if -Wredundant-decls is passed.
2022-03-09 12:51:05 +00: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
Orgad Shaneh
75bfc1290b ICB: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
Paweł Kołodziejski
99f91430d3 ICB: Remove global constructors 2021-03-14 13:52:41 +01:00
Paweł Kołodziejski
02c75be38b ICB: Remove global constructor 2021-03-13 21:10:28 +01:00
Paweł Kołodziejski
6085ad7655 ICB: int -> int32 2021-03-08 16:10:39 +01:00
Paweł Kołodziejski
ef38ef4f9a ICB: More cleanup int->int32 2021-03-07 21:56:44 +01:00
Paweł Kołodziejski
99f1c888c8 ICB: Remove not used code 2021-03-07 18:31:02 +01:00
Paweł Kołodziejski
8beec5ae7b ICB: Fixed regression GFX glitch by properly fixing variable shadowing 2021-03-07 16:59:23 +01:00
Paweł Kołodziejski
a18e803ea6 ICB: Cleanup types 2021-03-07 09:56:34 +01:00
Paweł Kołodziejski
9bf59ec021 ICB: Attempt to fix amigaos4 build 2021-02-28 18:54:57 +01:00
Paweł Kołodziejski
dce0c082db ICB: Attempt to fix amigaos4 build 2021-02-28 18:15:10 +01:00
Cameron Cawley
75d5a886df ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
Cameron Cawley
286f377d1f ICB: Replace PXmin and PXmax with MIN and MAX 2021-02-28 08:56:49 +01:00
Cameron Cawley
8eb1cecf53 ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
Paweł Kołodziejski
020d534c49 ICB: Remove SDL/OPENGL leftovers 2021-02-14 18:12:27 +01:00
Matthew Duggan
a6df289fdd ICB: Remove more duplicate types 2020-12-27 11:26:37 +09:00
Cameron Cawley
8aac0d2cf2 ICB: Remove duplicate types 2020-12-25 05:16:57 +01:00
Pawel Kolodziejski
d63f0e7513 ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
Pawel Kolodziejski
edaa015de1 ICB: Switch to Common::File access game data 2020-10-06 12:59:49 +02:00
Pawel Kolodziejski
22c607b1a8 ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
Pawel Kolodziejski
2c9c005469 ICB: Remove ifdefs _PC and _PSX 2020-10-06 06:33:43 +02:00
Pawel Kolodziejski
b86ff6623e ICB: Fixed includes path 2020-09-27 17:58:40 +02:00
Pawel Kolodziejski
3505ece7ed ICB: Remove unused code 2020-09-21 08:52:52 +02:00
Pawel Kolodziejski
ef37f29980 ICB: Remove __int64 type 2020-09-21 08:04:38 +02:00
Pawel Kolodziejski
ca10bc0ee1 ICB: Remove left over ';' 2020-09-20 20:08:41 +02:00
Pawel Kolodziejski
e442890378 ICB: Fixed plenty compilers warnings 2020-09-20 19:44:03 +02:00
Pawel Kolodziejski
3f7a5d447e ICB: Fixed compilation for non SDL target. Fixed unsigned char type compilation. 2020-06-28 21:35:04 +02:00
Pawel Kolodziejski
0320ac4d19 ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00