Commit Graph
37 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 90cc01996a SAGA2: Rename enums in tile.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko 4d6ca3173b SAGA2: Rename enums in sensor.h, setup.h and speech.h 2022-10-29 14:26:07 +02:00
Eugene Sandulenko 39032c3743 SAGA2: Rename enums in effects.h 2022-10-27 14:35:54 +02:00
Eugene Sandulenko d7d4d1b210 SAGA2: Rename class variables in sensor.h 2022-09-27 17:44:55 +02: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/ fb15fce9d6 SAGA2: Fix wild pointer access in iterators 2021-08-15 18:29:20 +09:00
a/ 5001268e3b SAGA2: Fix protagonist check in ObjectSensor::check 2021-08-13 21:57:12 +09:00
a/ 9777cc6a1a SAGA2: Fix uninitialized field. CID 1458722 2021-08-06 04:22:30 +09:00
a/ 46673c7924 SAGA2: Fix Sensor deletion on remove 2021-07-19 18:27:42 +09:00
a/ 8b28cb61b3 SAGA2: Fix global constructor warnings in property.cpp 2021-07-17 10:20:19 +09:00
a/ e6365abfd9 SAGA2: Make Sensor chunk size portable 2021-07-16 00:08:46 +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
a/ a9f7ee09d7 SAGA2: Implement Sensor save/loading 2021-07-12 13:08:48 +09:00
a/ 3af9df01b2 SAGA2: Fix Sensor/SensorList cleanup 2021-07-06 08:47:09 +09:00
a/ 3d14051fe3 SAGA2: Move Sensor Lists to Saga2Engine 2021-07-02 03:42:16 +09:00
Eugene Sandulenko e9671a73eb SAGA2: Fix MSVC warnings 2021-07-01 01:37:43 +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/ fa11dcd1a4 SAGA2: Fix more warnings 2021-07-01 01:37:29 +02:00
Eugene Sandulenko 10ea74f5d9 SAGA2: Attempt to fix another original bug 2021-07-01 01:37:27 +02:00
Eugene Sandulenko d6a2b6a8e0 SAGA2: Rewrite Sensors to use Common::List 2021-07-01 01:37:22 +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
Eugene Sandulenko 54fb9a226a SAGA2: Added warnings for unsafe pointer arithmetics 2021-07-01 01:37:09 +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
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 65060ab0ca SAGA2: Decrease header dependency 2021-07-01 01:36:54 +02:00
Eugene Sandulenko 177aa92900 SAGA2: Replace custom assert macros 2021-07-01 01:36:49 +02:00
Eugene Sandulenko e7cfeb8bab SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files 2021-07-01 01:36:46 +02:00
Eugene Sandulenko 62e5f32dd8 SAGA2: Initial engine commit 2021-07-01 01:36:44 +02:00