Commit Graph
126 Commits
Author SHA1 Message Date
a/ da6a70c3e7 SAGA2: Imlement Assignment saving 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
Eugene Sandulenko 55a9867755 SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
Eugene Sandulenko c01939731a SAGA2: Fix object copying. CID 1458027 2021-07-06 17:49:40 +02:00
a/ a7650b1039 SAGA2: Implement Worlds loading 2021-07-07 00:13:15 +09:00
Eugene Sandulenko 7cbd2455b7 SAGA2: Replaced rest of rand() calls 2021-07-06 16:26:32 +02:00
Paul Gilbert fd55e0f71a SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
a/ f7556980d0 SAGA2: Clean more global constructors in tile.cpp 2021-07-04 15:44:10 +09:00
a/ b45d6ce6a8 SAGA2: Fix more uninitialized fields in objects.h 2021-07-04 04:58:22 +09:00
a/ 9b2f694cff SAGA2: Fix for uninitialized field in GameWorld 2021-07-04 03:43:01 +09:00
a/ e42615a844 SAGA2: Fix for unaligned pointer warnings 2021-07-02 06:55:54 +09:00
a/ 0a29b13194 SAGA2: Fix uninitialized variables 2021-07-01 21:52:01 +09:00
a/ 2e3564aafd SAGA2: Fix global constructor warning 2021-07-01 21:21:20 +09: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 e9671a73eb SAGA2: Fix MSVC warnings 2021-07-01 01:37:43 +02:00
Eugene Sandulenko eeb969fa35 SAGA2: Fix more enum warnings 2021-07-01 01:37:41 +02:00
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