Eugene Sandulenko
|
dc6c99f80e
|
SAGA2: Remove useless assert. CID 1457977
|
2021-07-12 00:46:45 +02:00 |
|
D G Turner
|
d0020eb6c4
|
SAGA2: Fix Two Cases of Shadowing Warnings
|
2021-07-11 16:29:09 +01:00 |
|
D G Turner
|
ac5bd7c76f
|
SAGA2: Fix GCC Signed vs. Unsigned Comparison Warnings
|
2021-07-09 04:36:30 +01:00 |
|
a/
|
3d4a8a6893
|
SAGA2: Implement PlayerActor save/loading
|
2021-07-09 02:31:52 +09:00 |
|
a/
|
da6a70c3e7
|
SAGA2: Imlement Assignment saving
|
2021-07-08 04:34:39 +09:00 |
|
a/
|
f1b4faa3d4
|
SAGA2: Implement Assignment loading
|
2021-07-08 04:34:39 +09:00 |
|
a/
|
c9a87e025c
|
SAGA2: Implement Actor loading partially
|
2021-07-07 12:36:51 +09:00 |
|
a/
|
4392e3f8a1
|
SAGA2: Implement Actor saving
|
2021-07-07 12:36:51 +09:00 |
|
Paul Gilbert
|
ea4afc2834
|
SAGA2: Fix GetRandomBetween method
|
2021-07-06 20:35:43 -07:00 |
|
Eugene Sandulenko
|
55a9867755
|
SAGA2: Move globalContainerList to Saga2Engine
|
2021-07-06 21:34:48 +02:00 |
|
Eugene Sandulenko
|
827496b333
|
SAGA2: Fix potential NULL dereference. CID 1458002
|
2021-07-06 16:55:12 +02:00 |
|
Eugene Sandulenko
|
0e0c456612
|
SAGA2: Replace rand() with _random
|
2021-07-06 16:02:00 +02:00 |
|
Eugene Sandulenko
|
d4c8cfb80d
|
SAGA2: Properly set actor assignment on loading. CID 1457852, CID 1457891
|
2021-07-06 15:01:04 +02:00 |
|
a/
|
0f588942ab
|
SAGA2: Fix Actor cleanup
|
2021-07-06 08:47:09 +09:00 |
|
Paul Gilbert
|
fd55e0f71a
|
SAGA2: Change abs to ABS
|
2021-07-04 11:54:29 -07:00 |
|
Eugene Sandulenko
|
16356103a4
|
SAGA2: Fix codacy warnings
|
2021-07-01 01:37:43 +02:00 |
|
Eugene Sandulenko
|
e9671a73eb
|
SAGA2: Fix MSVC warnings
|
2021-07-01 01:37:43 +02:00 |
|
Eugene Sandulenko
|
a79b1379e4
|
SAGA2: Fix more warnings
|
2021-07-01 01:37:40 +02:00 |
|
Eugene Sandulenko
|
725f11ca60
|
SAGA2: Fix more warnings with enumarations
|
2021-07-01 01:37:40 +02:00 |
|
Eugene Sandulenko
|
8a9827985d
|
SAGA2: Print out object names
|
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/
|
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 |
|
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/
|
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 |
|
a/
|
d8ca5e031a
|
SAGA2: Load actor resources with stream
|
2021-07-01 01:37:30 +02:00 |
|
Eugene Sandulenko
|
46f14c4f1e
|
SAGA2: Fix warnings in actor.cpp
|
2021-07-01 01:37:24 +02:00 |
|
a/
|
8aca55e10b
|
SAGA2: Fix animation access
|
2021-07-01 01:37:19 +02:00 |
|
a/
|
a532e97f3e
|
SAGA2: Fix Actor void initialization
|
2021-07-01 01:37:19 +02:00 |
|
Eugene Sandulenko
|
4f363da243
|
SAGA2: Accommodate for resource loading errors
|
2021-07-01 01:37:19 +02:00 |
|
Eugene Sandulenko
|
36e9a264c8
|
SAGA2: Reworked ActorAssignment to not use dirty pointer hacks
|
2021-07-01 01:37:19 +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/
|
cd48eeca19
|
SAGA2: Rename tile uv-coord constants
|
2021-07-01 01:37:16 +02:00 |
|
a/
|
127299672b
|
SAGA2: Load schemeList with stream
|
2021-07-01 01:37:14 +02:00 |
|
Eugene Sandulenko
|
97f7a0e529
|
SAGA2: Drop custom TRUE/FALSE
|
2021-07-01 01:37:08 +02:00 |
|
Eugene Sandulenko
|
8f19630ded
|
SAGA2: JANITORIAL: Fix code formatting
|
2021-07-01 01:37:00 +02:00 |
|
a/
|
99d0035d61
|
SAGA2: Fix pose/colorscheme loading
|
2021-07-01 01:37:00 +02:00 |
|
a/
|
d54d3a0dce
|
SAGA2: Fix ResourceActor size
|
2021-07-01 01:36:58 +02:00 |
|
a/
|
b8cdec88bd
|
SAGA2: Fix ResourceActor loading
|
2021-07-01 01:36:58 +02:00 |
|
Eugene Sandulenko
|
7fbe19751b
|
SAGA2: Cleanup task.h
|
2021-07-01 01:36:56 +02:00 |
|
Eugene Sandulenko
|
9a8c31cde3
|
SAGA2: Finish work on the nested includes
|
2021-07-01 01:36:56 +02:00 |
|
Eugene Sandulenko
|
0dba551dd5
|
SAGA2: Further work on include dependency reduction
|
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
|
20e0ee7e70
|
SAGA2: More work on reducing header dependency
|
2021-07-01 01:36:55 +02:00 |
|
Eugene Sandulenko
|
177aa92900
|
SAGA2: Replace custom assert macros
|
2021-07-01 01:36:49 +02:00 |
|