Hubert Maier
fba97454c8
JANITORIAL: SAGA2: Fix typos
2024-09-16 01:53:47 +03:00
Eugene Sandulenko
90cc01996a
SAGA2: Rename enums in tile.h
2022-10-29 23:45:58 +02:00
Eugene Sandulenko
5b7b40af0b
SAGA2: Rename class variables in tile.h
2022-09-27 17:44:56 +02:00
D G Turner
351f897d2c
SAGA2: Remove Some Undefined Macro Compiler Warnings
...
Previously some of the Dinotopia specific code for cursor cycling was
hidden behind macros, resulting in some bitrot to the code. This has
been migrated to being more live by removing the macros.
This prevents various GCC warnings when -Wundef is passed.
2022-03-19 14:42:10 +00:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Filippos Karapetis
d3df1b09a1
SAGA2: Adapt some C syntax to C++
2021-09-11 12:23:32 +03:00
a/
8def0618c6
SAGA2: Fix ActiveItem hashmap
2021-08-06 09:27:13 +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/
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/
ce6b9a1a1b
SAGA2: Fix global constructor in speech.cpp
2021-07-17 06:52:37 +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
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
a/
caf6f57b48
SAGA2: Implement TaskActivityList save/load
2021-07-11 13:22:49 +09:00
Eugene Sandulenko
0ad163f56c
SAGA2: Initialize class variables. CID 1457942
2021-07-11 00:56:45 +02: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
Eugene Sandulenko
7c909cd569
SAGA2: Properly initialize TileIterator. CID 1457854
2021-07-06 15:01:22 +02: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
a/
e13588744d
SAGA2: Fix more global constructor warnings
2021-07-02 00:06:55 +09:00
Eugene Sandulenko
46e38b5a5b
SAGA2: Cleanup Win32-specific code
2021-07-01 01:37:42 +02:00
Eugene Sandulenko
725f11ca60
SAGA2: Fix more warnings with enumarations
2021-07-01 01:37:40 +02:00
Eugene Sandulenko
74a5424dce
SAGA2: Get rid of DList is tile.cpp
2021-07-01 01:37:34 +02:00
Eugene Sandulenko
3ad054d85c
SAGA2: Properly mark structs as packed
2021-07-01 01:37:32 +02:00
a/
e659aa14d3
SAGA2: Load more stuff with stream
2021-07-01 01:37:30 +02:00
a/
54d2e7ac11
SAGA2: Kill rmem and rserver
2021-07-01 01:37:29 +02:00
a/
cee4f07c1b
SAGA2: Remove DNode from PlatformCacheEntry
2021-07-01 01:37:24 +02:00
a/
054c920251
SAGA2: Change assert to warning in fetchPlatforms
2021-07-01 01:37:23 +02:00
Eugene Sandulenko
277245a49e
SAGA2: Made ActiveMission script-friendly
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/
6fe11531b6
SAGA2: Rename platform metric constants
2021-07-01 01:37:15 +02:00
a/
a9729be225
SAGA2: Move tile.h constants to idtypes.h
2021-07-01 01:37:15 +02:00
a/
fb2612399a
SAGA2: Classify activeItemList
2021-07-01 01:37:14 +02:00
a/
ed2fe2befc
SAGA2: Create destructors for MapHeader and MetaTileList
2021-07-01 01:37:14 +02:00
a/
f930e14188
SAGA2: Use Common::HashMap for active items hash
2021-07-01 01:37:14 +02:00
a/
f9ecdb80ae
SAGA2: Move platform metric constants to idtypes.h
2021-07-01 01:37:14 +02:00
a/
c594b9304b
SAGA2: Move some tile constants to idtypes.h
2021-07-01 01:37:13 +02:00
a/
0535d6bd19
SAGA2: Replace some buffer usage by stream in tile.cpp
2021-07-01 01:37:13 +02:00
a/
f35c05a9de
SAGA2: Rename class variables MetaTile
2021-07-01 01:37:12 +02:00
a/
a4fcdbb8f5
SAGA2: Get rid of pointer arithmetics for metaList
2021-07-01 01:37:12 +02:00
a/
aee8d39e7c
SAGA2: Load TileBank and MapHeader with Common::SeekableReadStream
2021-07-01 01:37:12 +02:00
a/
04a5d3936f
SAGA2: Rename a few global variables in tile.cpp
2021-07-01 01:37:10 +02:00
a/
87f37e6427
SAGA2: Rename TileBank's class variables
2021-07-01 01:37:10 +02:00
a/
59e21d89ad
SAGA2: Load tile bank in constructor
2021-07-01 01:37:10 +02:00