Eugene Sandulenko
|
2d3173b151
|
SAGA2: Rename rest of constants in the header files
|
2022-10-29 23:46:00 +02:00 |
|
Eugene Sandulenko
|
90cc01996a
|
SAGA2: Rename enums in tile.h
|
2022-10-29 23:45:58 +02:00 |
|
Eugene Sandulenko
|
c76b8f1078
|
SAGA2: Rename enums in tcoords.h
|
2022-10-29 23:45:58 +02:00 |
|
Eugene Sandulenko
|
98508c2bfb
|
SAGA2: Rename enums in sprite.h
|
2022-10-29 14:49:08 +02:00 |
|
Eugene Sandulenko
|
aec2d5afc6
|
SAGA2: Rename enums in spells.h
|
2022-10-29 14:39:34 +02:00 |
|
Eugene Sandulenko
|
cc93020cb5
|
SAGA2: Renamed enums in spelbuk.h
|
2022-10-29 14:33:52 +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
|
bf073313a6
|
SAGA2: Rename enums in motion.h 2/2
|
2022-10-29 01:07:20 +02:00 |
|
Eugene Sandulenko
|
34a20f5482
|
SAGA2: Rename enums in motion.h 1/2
|
2022-10-29 01:02:24 +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
|
9834c6e321
|
SAGA2: Rename class variables in objproto.h
|
2022-09-26 19:52:27 +02:00 |
|
Eugene Sandulenko
|
c2d795f63c
|
SAGA2: Rename class variables in motion.h
|
2022-09-26 19:52:27 +02:00 |
|
Eugene Sandulenko
|
7b69970c82
|
SAGA2: Fix class variable names in intrface.h
|
2022-09-26 19:52:26 +02:00 |
|
D G Turner
|
894813870e
|
SAGA2: Fix Redundant Declaration Warnings
These warnings are generated by GCC if -Wredundant-decls is enabled.
|
2022-03-07 18:30:58 +00: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/
|
fb15fce9d6
|
SAGA2: Fix wild pointer access in iterators
|
2021-08-15 18:29:20 +09:00 |
|
a/
|
722d6e960f
|
SAGA2: Use correct arguments for implementAction
|
2021-08-12 22:57:33 +09:00 |
|
a/
|
59dcd4090f
|
SAGA2: Move _nextMT to MotionTaskList
|
2021-08-06 09:27:13 +09:00 |
|
a/
|
5d58df9063
|
SAGA2: Fix MotionTask uninitalized pointer field
|
2021-07-23 14:45:22 +09:00 |
|
a/
|
40e91565a6
|
SAGA2: Fix MotionTask cleanup
|
2021-07-21 21:39:07 +09:00 |
|
a/
|
578bbea67c
|
SAGA2: Fix global constructor warning in speldata.cpp
|
2021-07-18 17:38:49 +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 |
|
Eugene Sandulenko
|
f7aa3933b6
|
SAGA2: Removed useless null chack. CID 1458001
|
2021-07-12 00:46:46 +02:00 |
|
Eugene Sandulenko
|
9b244f5567
|
SAGA2: Unwrap unused loop in freeFall(). CID 1457883
|
2021-07-12 00:46:46 +02:00 |
|
a/
|
6ad3058c1a
|
SAGA2: Implement MotionTasks save/loading
|
2021-07-09 12:59:41 +09:00 |
|
Eugene Sandulenko
|
55a9867755
|
SAGA2: Move globalContainerList to Saga2Engine
|
2021-07-06 21:34:48 +02:00 |
|
Eugene Sandulenko
|
6e8aed5238
|
SAGA2: Fix potential null dereferencing. CID 1457864
|
2021-07-06 16:50:43 +02:00 |
|
Eugene Sandulenko
|
f032f05032
|
SAGA2: Replace rand() with _random
|
2021-07-06 16:23:06 +02:00 |
|
Paul Gilbert
|
fd55e0f71a
|
SAGA2: Change abs to ABS
|
2021-07-04 11:54:29 -07:00 |
|
a/
|
1d88f03012
|
SAGA2: Fix global constructor warnings in motion.cpp
|
2021-07-01 01:37:44 +02:00 |
|
a/
|
53b4eb47a6
|
SAGA2: Fix some warnings in motion.cpp
|
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
|
e9671a73eb
|
SAGA2: Fix MSVC warnings
|
2021-07-01 01:37:43 +02:00 |
|
Eugene Sandulenko
|
21077e5d13
|
SAGA2: More enum warnings fixed
|
2021-07-01 01:37:41 +02:00 |
|
a/
|
f60d4a18fc
|
SAGA2: Fix MotionTaskList::newTask
|
2021-07-01 01:37:33 +02:00 |
|
Eugene Sandulenko
|
f39036ff8e
|
SAGA2: Move motion.cpp from DList
|
2021-07-01 01:37:33 +02:00 |
|
Eugene Sandulenko
|
27dd030e94
|
SAGA2: Fix more gcc warnings
|
2021-07-01 01:37: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 |
|
a/
|
54d2e7ac11
|
SAGA2: Kill rmem and rserver
|
2021-07-01 01:37:29 +02:00 |
|
Eugene Sandulenko
|
405b8cc230
|
SAGA2: Fix bugs in the original with the combat action in the savegame
|
2021-07-01 01:37:27 +02:00 |
|
Eugene Sandulenko
|
83fad9d0f1
|
SAGA2: Fix warnings in moton.cpp
|
2021-07-01 01:37:26 +02:00 |
|