Commit Graph
65 Commits
Author SHA1 Message Date
Eugene Sandulenko 2d3173b151 SAGA2: Rename rest of constants in the header files 2022-10-29 23:46:00 +02:00
Eugene Sandulenko ca1a6e8f25 SAGA2: Rename enums in task.h 2022-10-29 15:08:31 +02:00
Eugene Sandulenko e00bdadfd2 SAGA2: Rename enums in property.h 2022-10-29 13:50:59 +02:00
Eugene Sandulenko 7896855b10 SAGA2: Rename enums in objproto.h 2022-10-29 13:36:38 +02:00
Eugene Sandulenko adc959719c SAGA2: Rename enums in idtypes.h 2022-10-28 23:58:46 +02:00
Hubert Maier d1d4cfb83e SAGA2: Correct spelling mistake
wether -> whether
2022-10-27 15:57:27 +02:00
Eugene Sandulenko aa481ba77b SAGA2: Rename enums in actor.h 2022-10-27 13:25:55 +02:00
Eugene Sandulenko 9d393ffc61 SAGA2: Rename class variables in task.h 2022-09-27 17:44:56 +02:00
D G Turner 9c9ff6f670 SAGA2: Remove Leftover Compilation Broken Debug Code from Task Class
The rest of this code was removed by commit 50868e2 i.e.
"SAGA2: Removed DList from Task and TaskList".

The remaining code fails to build when "#define DEBUG 1" is passed due
to various missing function definitions and other methods from Task
base class.

This was causing GCC Undefined Macro Warnings as well when -Wundef
was passed.
2022-03-22 12:38:18 +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/ c225233949 SAGA2: Rename Actor class variables 2021-08-19 06:15:39 +09:00
a/ 93c18db9d8 SAGA2: Fix getRandomNumber ranges 2021-08-18 15:54:30 +09:00
a/ da759ebfe4 SAGA2: Add debug output for TaskStack 2021-08-08 16:31:23 +09:00
a/ 4cd2a2d433 SAGA2: Fix TaskStack construction for full stack 2021-08-08 16:31:23 +09:00
a/ e31b998a01 SAGA2: Put warnings on kill task check 2021-07-27 04:06:35 +09:00
a/ 31623f8ead SAGA2: Fix weapon evaluation 2021-07-26 09:07:06 +09:00
a/ 016d69e418 SAGA2: Fix null target access in task.cpp 2021-07-19 21:51:20 +09:00
a/ a5bcf36816 SAGA2: Fix global constructor warnings in task.cpp 2021-07-18 16:43:03 +09:00
a/ 17bcde4f6f SAGA2: Fix ActorAssignment deletion 2021-07-18 12:55:50 +09:00
a/ 6518db9554 SAGA2: Fix original Tasks save/loading 2021-07-15 20:59:45 +09:00
Eugene Sandulenko 18e18298f1 SAGA2: Properly initialize tasks on loading 2021-07-15 13:27:32 +02:00
a/ 0d7a8dc7dc SAGA2: Make several save size calculations portable 2021-07-14 14:19:21 +09:00
a/ afdfff9c81 SAGA2: Fix Task loading 2021-07-14 09:45:28 +09:00
Eugene Sandulenko c298ece898 SAGA2: Fix CID 1457983 which is false positive, but could prevent bugs in the future 2021-07-13 10:30:24 +02:00
Eugene Sandulenko cafd2a67e9 SAGA2: Properly iniy HuntTask on loading. CID 1458215 2021-07-13 01:25:34 +02: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
a/ 9238ed9903 SAGA2: Add error check on TaskStacks loading 2021-07-11 03:23:26 +09:00
a/ b919df6bcb SAGA2: Implement Tasks save/loading 2021-07-11 03:23:26 +09:00
a/ ce8c887d76 SAGA2: Implement TaskStack save/loading 2021-07-09 22:01:26 +09: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
a/ 88f0158077 SAGA2: Fix delete on TaskStack::abortTask 2021-07-01 01:37:35 +02:00
a/ 6f9d0728d3 SAGA2: Fix unremoved GotoTask 2021-07-01 01:37:35 +02:00
a/ 4c0d6d0e63 SAGA2: Print Task type on deletion 2021-07-01 01:37:35 +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 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
a/ fa11dcd1a4 SAGA2: Fix more warnings 2021-07-01 01:37:29 +02:00
Eugene Sandulenko 5f1d4e1c73 SAGA2: Fixing bug in the original. If there is no weapon, actor itself is a weapon 2021-07-01 01:37:26 +02:00
Eugene Sandulenko 485cdce8eb SAGA2: Fix more warnings 2021-07-01 01:37:26 +02:00
Eugene Sandulenko 34ae4988f7 SAGA2: Added more debug output 2021-07-01 01:37:22 +02:00
Eugene Sandulenko fee6fb6ead SAGA2: Fix another double free 2021-07-01 01:37:22 +02:00
Eugene Sandulenko 868a77f1e9 SAGA2: Fix double free in number of places 2021-07-01 01:37:22 +02:00
Eugene Sandulenko a445537f48 SAGA2: Fix stack overflow 2021-07-01 01:37:19 +02:00
Eugene Sandulenko 50868e2608 SAGA2: Removed DList from Task and TaskList 2021-07-01 01:37:18 +02:00