a/
|
1df171e36b
|
SAGA2: Delete timers on list removal
|
2021-07-01 01:37:37 +02:00 |
|
a/
|
abad186530
|
SAGA2: Fix timer delete on removeAllTimers
|
2021-07-01 01:37:35 +02:00 |
|
a/
|
99c8e3f59a
|
SAGA2: Fix double free in removeAllTimers
|
2021-07-01 01:37:35 +02:00 |
|
a/
|
81505c6feb
|
SAGA2: Fix object activation mistake in updateImage
|
2021-07-01 01:37:34 +02:00 |
|
Eugene Sandulenko
|
29ab7ab001
|
SAGA2: Added more debug output
|
2021-07-01 01:37:34 +02:00 |
|
a/
|
708a5b374b
|
SAGA2: Add more debug output
|
2021-07-01 01:37:34 +02:00 |
|
a/
|
13831e17c1
|
SAGA2: Add more debug output
|
2021-07-01 01:37:34 +02:00 |
|
Eugene Sandulenko
|
7a8a5e6e6e
|
SAGA2: Added more debug output
|
2021-07-01 01:37:34 +02:00 |
|
a/
|
d39fa6e86e
|
SAGA2: Fallback for invalid sector deactivation
|
2021-07-01 01:37:33 +02:00 |
|
a/
|
4b0b742baa
|
SAGA2: Revert stub in objObscured
|
2021-07-01 01:37:33 +02:00 |
|
Eugene Sandulenko
|
14da1dcc51
|
SAGA2: More gcc warning fixes
|
2021-07-01 01:37:33 +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/
|
e659aa14d3
|
SAGA2: Load more stuff with stream
|
2021-07-01 01:37:30 +02:00 |
|
a/
|
ba5d06a20a
|
SAGA2: Load prototypes with stream
|
2021-07-01 01:37:30 +02:00 |
|
a/
|
f367c884cb
|
SAGA2: Fix memory leak
|
2021-07-01 01:37:30 +02:00 |
|
a/
|
c452adaf1b
|
SAGA2: Load ResourceGameObject with stream
|
2021-07-01 01:37:30 +02:00 |
|
Eugene Sandulenko
|
b59c9d3334
|
SAGA2: Remove unused unsafe method
|
2021-07-01 01:37:30 +02:00 |
|
Eugene Sandulenko
|
6819c2ae15
|
SAGA2: Cleanup string copying
|
2021-07-01 01:37:25 +02:00 |
|
Eugene Sandulenko
|
7e73510bb4
|
SAGA2: Fix object name loading
|
2021-07-01 01:37:25 +02:00 |
|
Eugene Sandulenko
|
d295808363
|
SAGA2: Fix warnings in objects.cpp
|
2021-07-01 01:37:25 +02:00 |
|
a/
|
1cc521808f
|
SAGA2: Fix double free
|
2021-07-01 01:37:24 +02:00 |
|
a/
|
bdf005cac1
|
SAGA2: Fix invalid sector activation
|
2021-07-01 01:37:23 +02:00 |
|
Eugene Sandulenko
|
868a77f1e9
|
SAGA2: Fix double free in number of places
|
2021-07-01 01:37:22 +02:00 |
|
Eugene Sandulenko
|
d6a2b6a8e0
|
SAGA2: Rewrite Sensors to use Common::List
|
2021-07-01 01:37:22 +02:00 |
|
a/
|
1ab3ffa869
|
SAGA2: Fix more warnings
|
2021-07-01 01:37:20 +02:00 |
|
a/
|
5e599dfb6e
|
SAGA2: Fix unsafe world access on objObscured
|
2021-07-01 01:37:20 +02:00 |
|
a/
|
189b558e94
|
SAGA2: Remove unnecessary if
|
2021-07-01 01:37:17 +02:00 |
|
a/
|
1919ef1f5e
|
SAGA2: Fix GameObject referencing in sagafunc.cpp
|
2021-07-01 01:37:17 +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/
|
500a6ba468
|
SAGA2: Rename metatile metric constants
|
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/
|
bc35986f95
|
SAGA2: Use Common::Array for nameList
|
2021-07-01 01:37:15 +02:00 |
|
a/
|
706593f763
|
SAGA2: Load nameList with stream
|
2021-07-01 01:37:15 +02:00 |
|
Eugene Sandulenko
|
cf61650d1b
|
SAGA2: Rewrite TimerList using Common::List
|
2021-07-01 01:37:13 +02:00 |
|
a/
|
36d672189e
|
SAGA2: Fix global buffer overflow in terrain.cpp
|
2021-07-01 01:37:01 +02:00 |
|
a/
|
c628f16be1
|
SAGA2: Fix game object loading
|
2021-07-01 01:36:58 +02:00 |
|
a/
|
9bde6969e1
|
SAGA2: Fix object prototype loading
|
2021-07-01 01:36:58 +02:00 |
|
a/
|
f74ed3eabb
|
SAGA2: Fix objects.cpp more
|
2021-07-01 01:36:58 +02:00 |
|
a/
|
5969577a2b
|
SAGA2: Fix object prototypes initialization
|
2021-07-01 01:36:57 +02:00 |
|
Eugene Sandulenko
|
68bbf3c16c
|
SAGA2: Reduce header dependency
|
2021-07-01 01:36:57 +02:00 |
|
a/
|
392690a107
|
SAGA2: Fix RES_ID calls
|
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
|
3e79f9cd1b
|
SAGA2: Remove rmemfta.h
|
2021-07-01 01:36:55 +02:00 |
|
Eugene Sandulenko
|
a24d6c7a1c
|
SAGA2: More work on includes
|
2021-07-01 01:36:55 +02:00 |
|
Eugene Sandulenko
|
8d16b5156d
|
SAGA2: Further include dependency reduction
|
2021-07-01 01:36:54 +02:00 |
|