Commit Graph
137 Commits
Author SHA1 Message Date
Filippos Karapetis 71f74d5134 SAGA2: Fix type mismatch
tileRect is referenced as an extern Rect16 in the rest of the engine,
plus pointInside() of Rect16 is used with it
2021-07-01 22:59:48 +03:00
a/ 28a906b4d6 SAGA2: Fix more global constructor warnings 2021-07-02 04:06:46 +09:00
a/ f6c8326aa4 SAGA2: Fix more global constructors warnings 2021-07-02 03:33:13 +09:00
a/ e13588744d SAGA2: Fix more global constructor warnings 2021-07-02 00:06:55 +09:00
a/ 4048869485 SAGA2: Move mainPort to Saga2Engine 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 e9671a73eb SAGA2: Fix MSVC warnings 2021-07-01 01:37:43 +02:00
Eugene Sandulenko 46e38b5a5b SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
Eugene Sandulenko eeb969fa35 SAGA2: Fix more enum warnings 2021-07-01 01:37:41 +02:00
a/ dab42f94f2 SAGA2: Remove test-purposes code 2021-07-01 01:37:40 +02:00
Eugene Sandulenko 2e4246faa3 SAGA2: Print non-printables in debug messages 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 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
Eugene Sandulenko 44c4ad38e9 SAGA2: Fix rest of the non-global-constructor warnings 2021-07-01 01:37:31 +02:00
a/ e90a71d2fd SAGA2: Kill hResContext read* functions 2021-07-01 01:37:31 +02:00
a/ e659aa14d3 SAGA2: Load more stuff with stream 2021-07-01 01:37:30 +02:00
a/ fa11dcd1a4 SAGA2: Fix more warnings 2021-07-01 01:37:29 +02:00
Eugene Sandulenko 054f0d4870 SAGA2: Fix warnings in tile.cpp 2021-07-01 01:37:26 +02:00
a/ f7fcec7b62 SAGA2: Fix code formatting 2021-07-01 01:37:25 +02:00
a/ e49f37f230 SAGA2: Fix platform cacheing 2021-07-01 01:37:25 +02:00
Eugene Sandulenko 254540bc9d SAGA2: Remove mouse polling warning 2021-07-01 01:37:25 +02:00
a/ 634732e42f SAGA2: Remove residual debug code 2021-07-01 01:37:24 +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
a/ 91882aca4e SAGA2: Fix platform fetching 2021-07-01 01:37:21 +02:00
a/ efda4028a9 SAGA2: Fix some warnings 2021-07-01 01:37:20 +02:00
Eugene Sandulenko b585f1bb03 SAGA2: Fix copy/paste error in resource loading 2021-07-01 01:37:20 +02:00
a/ c575ca2995 SAGA2: Put GameObject data into a packed struct 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/ 2ac1b6f55d SAGA2: Rename more constants in idtypes.h 2021-07-01 01:37:16 +02:00
a/ 500a6ba468 SAGA2: Rename metatile metric constants 2021-07-01 01:37:16 +02:00
a/ 6dad132e83 SAGA2: Rename map sector constants 2021-07-01 01:37:16 +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
a/ c35aef8ad2 SAGA2: Fix accidental read in tile.cpp 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/ c594b9304b SAGA2: Move some tile constants to idtypes.h 2021-07-01 01:37:13 +02:00
a/ 2948280be8 SAGA2: Fix some formatting 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/ b43ddb3162 SAGA2: Make some buffer reading code portable 2021-07-01 01:37:13 +02:00
a/ ce603fe4e8 SAGA2: Fix some warnings 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
Eugene Sandulenko 2b67a92944 SAGA2: Code cleanup 2021-07-01 01:37:11 +02:00
Eugene Sandulenko 9eca51a159 SAGA2: Move platformLRU to Common::List 2021-07-01 01:37:11 +02:00
a/ 04a5d3936f SAGA2: Rename a few global variables in tile.cpp 2021-07-01 01:37:10 +02:00