Commit Graph
137 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 afc3aeec50 SAGA2: Rename enums in tileload.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko 90cc01996a SAGA2: Rename enums in tile.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko c76b8f1078 SAGA2: Rename enums in tcoords.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko 7f4dd6aaaa SAGA2: Rename enums in script.h 2022-10-29 14:15:21 +02:00
Eugene Sandulenko 5b7b40af0b SAGA2: Rename class variables in tile.h 2022-09-27 17:44:56 +02:00
Eugene Sandulenko 307bd92ea8 SAGA2: Remove non-portable log-related code 2022-09-26 19:52:27 +02:00
Eugene Sandulenko 4921ae88c2 SAGA2: Rename class variables in objects.h 2022-09-26 19:52:27 +02:00
Eugene Sandulenko 98ef900668 SAGA2: Rename class variables in gdraw.h 2022-09-26 19:52:25 +02:00
D G Turner 894813870e SAGA2: Fix Redundant Declaration Warnings
These warnings are generated by GCC if -Wredundant-decls is enabled.
2022-03-07 18:30:58 +00:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis 18ec7c853e SAGA2: More work on Dinotopia 2021-10-17 23:13:55 +03:00
Thunderforge 35c3668275 COMMON: Fixing misspellings "occured" -> "occurred"
Fixing this misspelled word across multiple parts of the codebase.
2021-09-25 21:36:42 +03:00
Filippos Karapetis d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/ ebba60f8eb SAGA2: Move currentMapNum to Saga2Engine 2021-08-24 02:43:15 +09:00
a/ 21316cc286 SAGA2: Fix various cleanup steps 2021-08-21 02:48:51 +09:00
a/ fb15fce9d6 SAGA2: Fix wild pointer access in iterators 2021-08-15 18:29:20 +09:00
a/ dfd9c393c2 SAGA2: Fix buffer overflow in buildRipTables 2021-08-12 22:57:33 +09:00
a/ 2f5e76435a SAGA2: Fix memory leak in fetchPlatform 2021-08-09 19:33:10 +09:00
a/ 8def0618c6 SAGA2: Fix ActiveItem hashmap 2021-08-06 09:27:13 +09:00
a/ 5b534f271e SAGA2: Fix typo in saveActiveItemStates 2021-08-06 04:27:26 +09:00
a/ 771d0a903f SAGA2: Fix saveActiveItemStates 2021-08-06 04:22:30 +09:00
a/ c9a43228b9 SAGA2: Fix object access in scripts 2021-07-23 14:44:10 +09:00
a/ 1f9810561e SAGA2: Fix drawMetaTiles declaration 2021-07-21 00:51:06 +09:00
a/ 3cd91d0a29 SAGA2: Add command to dump map 2021-07-20 22:49:31 +09:00
a/ 6336897f2a SAGA2: Fix pointer arithmetic in tile.cpp 2021-07-19 13:26:16 +09:00
a/ eeef415809 SAGA2: Fix global constructor warnings in tile.cpp 2021-07-18 15:37:57 +09:00
a/ fa2eedced5 SAGA2: Move tileImageBanks to Saga2Engine 2021-07-18 13:58:33 +09:00
a/ 582952b6a0 SAGA2: Move backPort to Saga2Engine 2021-07-17 11:29:23 +09:00
a/ ce6b9a1a1b SAGA2: Fix global constructor in speech.cpp 2021-07-17 06:52:37 +09:00
a/ 7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +09:00
a/ 16c1879e58 SAGA2: Remove a few original mouse routines 2021-07-17 06:12:11 +09:00
a/ 23910f0d95 SAGA2: Make remaining chunk sizes portable 2021-07-16 00:08:46 +09:00
a/ 93f24f239c SAGA2: Make more save chunk sizes portable 2021-07-15 23:33:40 +09:00
a/ e2d7bbe279 SAGA2: Make ActiveItemStates save size portable 2021-07-15 20:04:34 +09:00
Eugene Sandulenko 5b19291ecb SAGA2: Fix memory leak in TileBank. CID 1458025 2021-07-13 10:30:24 +02:00
Eugene Sandulenko 357ac01612 SAGA2: Clear saveAutoMap buffer before generating. CID 1458212 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/ d2f96b708a SAGA2: Implement AutoMap save/loading 2021-07-12 13:08:48 +09:00
Eugene Sandulenko 7c99060cd8 SAGA2: Remove logically dead code. CID 1457951 2021-07-12 00:46:46 +02:00
Eugene Sandulenko 8d1ad08fe9 SAGA2: Init buffer before saving. CID 1458012 2021-07-12 00:46:45 +02:00
a/ caf6f57b48 SAGA2: Implement TaskActivityList save/load 2021-07-11 13:22:49 +09:00
a/ d7b8d52859 SAGA2: Implement TileCyclingState save/loading 2021-07-09 08:51:08 +09:00
a/ d9aece25d8 SAGA2: Implement ActiveItemState loading 2021-07-09 06:23:32 +09:00
a/ 46d0d6d775 SAGA2: Fix alloc-dealloc mismatch 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/ f7556980d0 SAGA2: Clean more global constructors in tile.cpp 2021-07-04 15:44:10 +09:00
a/ c6c0475e41 SAGA2: Clean some global constructor warnings 2021-07-04 15:44:10 +09:00
Eugene Sandulenko d403eab56f SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00