52 Commits

Author SHA1 Message Date
Eugene Sandulenko
c76b8f1078
SAGA2: Rename enums in tcoords.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko
7f4dd6aaaa
SAGA2: Rename enums in script.h 2022-10-29 14:15:21 +02:00
Eugene Sandulenko
7896855b10
SAGA2: Rename enums in objproto.h 2022-10-29 13:36:38 +02:00
Eugene Sandulenko
e6aab8c586
SAGA2: Rename enums in objects.h 2022-10-29 13:04:15 +02:00
Eugene Sandulenko
a748812220
SAGA2: Rename enums in grabinfo.h 2022-10-28 23:52:24 +02:00
Eugene Sandulenko
39032c3743
SAGA2: Rename enums in effects.h 2022-10-27 14:35:54 +02:00
Eugene Sandulenko
7cc012e311
SAGA2: Reanme enums in contain.h 2022-10-27 14:06:11 +02:00
Eugene Sandulenko
aa481ba77b
SAGA2: Rename enums in actor.h 2022-10-27 13:25:55 +02:00
Eugene Sandulenko
9834c6e321
SAGA2: Rename class variables in objproto.h 2022-09-26 19:52:27 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
f544cb934d SAGA2: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Filippos Karapetis
d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/
5fd2ab4794 SAGA2: Rename _containerList 2021-08-28 23:57:30 +09:00
a/
c225233949 SAGA2: Rename Actor class variables 2021-08-19 06:15:39 +09:00
a/
93c18db9d8 SAGA2: Fix getRandomNumber ranges 2021-08-18 15:54:30 +09:00
a/
fb15fce9d6 SAGA2: Fix wild pointer access in iterators 2021-08-15 18:29:20 +09:00
a/
23f6dc66ed SAGA2: Add onAcceptDrop method constant 2021-08-09 23:47:24 +09:00
a/
6462095999 SAGA2: Warn for onAcceptLockToggle 2021-07-29 05:02:28 +09:00
a/
659d6b44ee SAGA2: Remove unnecessary warning 2021-07-25 05:29:27 +09:00
a/
578bbea67c SAGA2: Fix global constructor warning in speldata.cpp 2021-07-18 17:38:49 +09:00
a/
500916b5ca SAGA2: Move playerList to Saga2Engine 2021-07-17 11:23:24 +09:00
Eugene Sandulenko
55a9867755
SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
Paul Gilbert
fd55e0f71a SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
a/
85b1c8e842
SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
a/
19c3be9104
SAGA2: Fix some global constructor warnings 2021-07-01 01:37:44 +02:00
Eugene Sandulenko
14da1dcc51
SAGA2: More gcc warning fixes 2021-07-01 01:37:33 +02:00
a/
9a39a34a5d
SAGA2: Remove unnecessary warning 2021-07-01 01:37:32 +02:00
a/
8bf479ba43
SAGA2: Raise level of noisy warning 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
2161d9e388
SAGA2: Removed std.h 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
37bd0e9c38
SAGA2: Replace elementsof with ARRAYSIZE 2021-07-01 01:37:31 +02:00
Eugene Sandulenko
44c4ad38e9
SAGA2: Fix rest of the non-global-constructor warnings 2021-07-01 01:37:31 +02:00
a/
09c4a42d32
SAGA2: Add warning for missing methods 2021-07-01 01:37:29 +02:00
a/
12535d74bc
SAGA2: Add fallback for invalid sector access 2021-07-01 01:37:21 +02:00
a/
ffa1c98eea
SAGA2: Increase level of noisy warning 2021-07-01 01:37:20 +02:00
a/
c575ca2995
SAGA2: Put GameObject data into a packed struct 2021-07-01 01:37:17 +02:00
a/
2ac1b6f55d
SAGA2: Rename more constants in idtypes.h 2021-07-01 01:37:16 +02:00
a/
6dad132e83
SAGA2: Rename map sector constants 2021-07-01 01:37:16 +02:00
a/
cd48eeca19
SAGA2: Rename tile uv-coord constants 2021-07-01 01:37:16 +02:00
a/
6fe11531b6
SAGA2: Rename platform metric constants 2021-07-01 01:37:15 +02:00
a/
05275a3129
SAGA2: Temporary crash prevention 2021-07-01 01:37:10 +02:00
Eugene Sandulenko
97f7a0e529
SAGA2: Drop custom TRUE/FALSE 2021-07-01 01:37:08 +02:00
Eugene Sandulenko
4eebd6d6bf
SAGA2: Fix remaining warnings in weapons.cpp 2021-07-01 01:37:08 +02:00
Eugene Sandulenko
ffc0ed5fd2
SAGA2: Eliminate global objects in weapons.cpp 2021-07-01 01:37:07 +02:00
Eugene Sandulenko
8f19630ded
SAGA2: JANITORIAL: Fix code formatting 2021-07-01 01:37:00 +02:00
a/
34af614f8e
SAGA2: Fix actor sprite initialization 2021-07-01 01:36:57 +02:00
Eugene Sandulenko
68bbf3c16c
SAGA2: Reduce header dependency 2021-07-01 01:36:57 +02:00
Eugene Sandulenko
9a8c31cde3
SAGA2: Finish work on the nested includes 2021-07-01 01:36:56 +02:00
Eugene Sandulenko
e71207f680
SAGA2: Reduce header dependency in audio.* 2021-07-01 01:36:54 +02:00
Eugene Sandulenko
177aa92900
SAGA2: Replace custom assert macros 2021-07-01 01:36:49 +02:00
Eugene Sandulenko
97fa02d7b8
SAGA2: Fix duplicated enums 2021-07-01 01:36:48 +02:00