Commit Graph
58 Commits
Author SHA1 Message Date
Eugene Sandulenko 4d6ca3173b SAGA2: Rename enums in sensor.h, setup.h and speech.h 2022-10-29 14:26:07 +02:00
Eugene Sandulenko 7f4dd6aaaa SAGA2: Rename enums in script.h 2022-10-29 14:15:21 +02:00
Eugene Sandulenko 7896855b10 SAGA2: Rename enums in objproto.h 2022-10-29 13:36:38 +02:00
Eugene Sandulenko bf073313a6 SAGA2: Rename enums in motion.h 2/2 2022-10-29 01:07:20 +02:00
Hubert Maier 019d06bb0f SAGA2: Fix calendar typo (was calender) 2022-10-28 22:37:57 +03:00
Hubert Maier a71b49d946 SAGA2: Correct spelling mistake
begining -> beginning
2022-10-27 15:57:27 +02:00
Eugene Sandulenko 39032c3743 SAGA2: Rename enums in effects.h 2022-10-27 14:35:54 +02:00
Eugene Sandulenko aa481ba77b SAGA2: Rename enums in actor.h 2022-10-27 13:25:55 +02:00
Eugene Sandulenko 5b7b40af0b SAGA2: Rename class variables in tile.h 2022-09-27 17:44:56 +02:00
Eugene Sandulenko 54907f9465 SAGA2: Rename class variables in script.h 2022-09-27 17:44:55 +02:00
Eugene Sandulenko 307bd92ea8 SAGA2: Remove non-portable log-related code 2022-09-26 19:52:27 +02:00
Eugene Sandulenko 9834c6e321 SAGA2: Rename class variables in objproto.h 2022-09-26 19:52:27 +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/ 5fd2ab4794 SAGA2: Rename _containerList 2021-08-28 23:57:30 +09:00
a/ e6db9ded56 SAGA2: Move calender to Saga2Engine 2021-08-26 04:43:14 +09:00
a/ 0e3b035d3e SAGA2: Rename class variables in calender.h 2021-08-20 18:03:05 +09:00
a/ 5b1872672c SAGA2: Rename constants in calender.h 2021-08-20 18:03:05 +09: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/ 0e68133382 SAGA2: Fix builtinVTableAddress object script access 2021-08-15 16:32:33 +09:00
a/ c9a43228b9 SAGA2: Fix object access in scripts 2021-07-23 14:44:10 +09:00
a/ d3c4bdbf15 SAGA2: Add debug commands 2021-07-19 21:51:20 +09:00
a/ be1048d954 SAGA2: Fix pointer arithmetic in actor/object constructors 2021-07-17 13:02:02 +09:00
Eugene Sandulenko 55a9867755 SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
Eugene Sandulenko 79003be1b3 SAGA2: Fix new[]/delete mismatch 2021-07-06 16:56:37 +02: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/ 19c3be9104 SAGA2: Fix some global constructor warnings 2021-07-01 01:37:44 +02:00
Eugene Sandulenko 16356103a4 SAGA2: Fix codacy warnings 2021-07-01 01:37:43 +02:00
Eugene Sandulenko 3c14a99f7c SAGA2: Fix non-portable cast from pointer to long 2021-07-01 01:37:43 +02:00
Eugene Sandulenko c14b9f9389 SAGA2: Fix MSVC compilation 2021-07-01 01:37:42 +02:00
Eugene Sandulenko 46e38b5a5b SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
Eugene Sandulenko c308387589 SAGA2: Fix another warning 2021-07-01 01:37:41 +02:00
a/ 8748806a5c SAGA2: Add more debug messages 2021-07-01 01:37:36 +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/ d7b74d5408 SAGA2: Fix endianness on scriptMakeActor 2021-07-01 01:37:28 +02:00
Eugene Sandulenko 6cda95cefc SAGA2: Fix more warnings 2021-07-01 01:37:27 +02:00
Eugene Sandulenko d295808363 SAGA2: Fix warnings in objects.cpp 2021-07-01 01:37:25 +02:00
a/ 90b82851f2 SAGA2: Update cycleList usage in sagafunc.cpp 2021-07-01 01:37:23 +02:00
Eugene Sandulenko 36e9a264c8 SAGA2: Reworked ActorAssignment to not use dirty pointer hacks 2021-07-01 01:37:19 +02:00
a/ 1919ef1f5e SAGA2: Fix GameObject referencing in sagafunc.cpp 2021-07-01 01:37:17 +02:00
Eugene Sandulenko b5359d7202 SAGA2: Fix incorrect object accesses 2021-07-01 01:37:17 +02:00
Eugene Sandulenko 23d841a04a SAGA2: Make ActiveItem script-friendly 2021-07-01 01:37:16 +02:00
a/ cd48eeca19 SAGA2: Rename tile uv-coord constants 2021-07-01 01:37:16 +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 9ba0a2e46c SAGA2: Finish reducing include dependencies 2021-07-01 01:36:57 +02:00