Eugene Sandulenko
|
aec2d5afc6
|
SAGA2: Rename enums in spells.h
|
2022-10-29 14:39:34 +02:00 |
|
Eugene Sandulenko
|
b46e166050
|
SAGA2: Rename enums in player.h
|
2022-10-29 13:46:27 +02:00 |
|
Eugene Sandulenko
|
e6aab8c586
|
SAGA2: Rename enums in objects.h
|
2022-10-29 13:04:15 +02:00 |
|
Eugene Sandulenko
|
39032c3743
|
SAGA2: Rename enums in effects.h
|
2022-10-27 14:35:54 +02:00 |
|
Eugene Sandulenko
|
aa481ba77b
|
SAGA2: Rename enums in actor.h
|
2022-10-27 13:25:55 +02:00 |
|
Eugene Sandulenko
|
73ed338da0
|
SAGA2: Rename class variables in player.h
|
2022-09-27 12:43:28 +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
|
18ec7c853e
|
SAGA2: More work on Dinotopia
|
2021-10-17 23:13:55 +03: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/
|
fb15fce9d6
|
SAGA2: Fix wild pointer access in iterators
|
2021-08-15 18:29:20 +09:00 |
|
a/
|
500916b5ca
|
SAGA2: Move playerList to Saga2Engine
|
2021-07-17 11:23:24 +09:00 |
|
a/
|
cc93ff8ff4
|
SAGA2: Fix global constructor in object.cpp
|
2021-07-17 06:53:06 +09:00 |
|
a/
|
93f24f239c
|
SAGA2: Make more save chunk sizes portable
|
2021-07-15 23:33:40 +09:00 |
|
a/
|
2d20a99a33
|
SAGA2: Fix original PlayerActor save/loading
|
2021-07-15 20:04:34 +09:00 |
|
a/
|
0d7a8dc7dc
|
SAGA2: Make several save size calculations portable
|
2021-07-14 14:19:21 +09:00 |
|
Eugene Sandulenko
|
1d169ee4bf
|
SAGA2: Remove savefile.*
|
2021-07-12 17:11:37 +02:00 |
|
Eugene Sandulenko
|
eb7c7273db
|
SAGA2: Remove old save/load methods
|
2021-07-12 17:11:37 +02:00 |
|
D G Turner
|
ac5bd7c76f
|
SAGA2: Fix GCC Signed vs. Unsigned Comparison Warnings
|
2021-07-09 04:36:30 +01:00 |
|
a/
|
9be1d8918e
|
SAGA2: Implement CenterActor save/loading
|
2021-07-09 06:23:32 +09:00 |
|
a/
|
3d4a8a6893
|
SAGA2: Implement PlayerActor save/loading
|
2021-07-09 02:31:52 +09:00 |
|
Eugene Sandulenko
|
55a9867755
|
SAGA2: Move globalContainerList to Saga2Engine
|
2021-07-06 21:34:48 +02:00 |
|
Eugene Sandulenko
|
7cbd2455b7
|
SAGA2: Replaced rest of rand() calls
|
2021-07-06 16:26:32 +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
|
2af306a60a
|
SAGA2: Fix warnings in player.cpp
|
2021-07-01 01:37:26 +02:00 |
|
Eugene Sandulenko
|
3979138f24
|
SAGA2: Rename PortraitType enum
|
2021-07-01 01:37:26 +02:00 |
|
a/
|
291add3cd6
|
SAGA2: Fix player iterator access in player.cpp
|
2021-07-01 01:37:19 +02:00 |
|
Eugene Sandulenko
|
97f7a0e529
|
SAGA2: Drop custom TRUE/FALSE
|
2021-07-01 01:37:08 +02:00 |
|
Eugene Sandulenko
|
24eb580ea3
|
SAGA2: Remove anonymous struct in actor.h
|
2021-07-01 01:37:07 +02:00 |
|
Eugene Sandulenko
|
8f19630ded
|
SAGA2: JANITORIAL: Fix code formatting
|
2021-07-01 01:37:00 +02:00 |
|
Eugene Sandulenko
|
9ba0a2e46c
|
SAGA2: Finish reducing include dependencies
|
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
|
177aa92900
|
SAGA2: Replace custom assert macros
|
2021-07-01 01:36:49 +02:00 |
|
Eugene Sandulenko
|
b8ab6203e4
|
SAGA2: Rename abort() methods
|
2021-07-01 01:36:47 +02:00 |
|
Eugene Sandulenko
|
e7cfeb8bab
|
SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files
|
2021-07-01 01:36:46 +02:00 |
|
Eugene Sandulenko
|
62e5f32dd8
|
SAGA2: Initial engine commit
|
2021-07-01 01:36:44 +02:00 |
|