Commit Graph
45 Commits
Author SHA1 Message Date
Eugene Sandulenko a1c5dee320 SAGA2: Renamed some constants 2022-10-29 23:45:59 +02:00
Eugene Sandulenko a748812220 SAGA2: Rename enums in grabinfo.h 2022-10-28 23:52:24 +02:00
Eugene Sandulenko df6d4b91c4 SAGA2: Rename enums in gdraw.h 2022-10-28 23:43:53 +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
Filippos Karapetis d3df1b09a1 SAGA2: Adapt some C syntax to C++ 2021-09-11 12:23:32 +03:00
a/ b6f4609551 SAGA2: Move gameRunning to Saga2Engine 2021-08-21 02:48:51 +09:00
a/ eeef415809 SAGA2: Fix global constructor warnings in tile.cpp 2021-07-18 15:37:57 +09:00
a/ d6bd7b2f22 SAGA2: Fix global constructor warning in playmode.cpp 2021-07-17 11:32:46 +09:00
a/ 582952b6a0 SAGA2: Move backPort to Saga2Engine 2021-07-17 11:29:23 +09:00
a/ 500916b5ca SAGA2: Move playerList to Saga2Engine 2021-07-17 11:23:24 +09:00
a/ 32ac17817f SAGA2: Move G_BASE to Saga2Engine 2021-07-17 07:37:18 +09:00
a/ d3c4d62ec4 SAGA2: Fix global constructors in intrface.h 2021-07-17 06:12:11 +09:00
Eugene Sandulenko d403eab56f SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
a/ 85b1c8e842 SAGA2: Move mouseInfo 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 2161d9e388 SAGA2: Removed std.h 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
Eugene Sandulenko c92315fca6 SAGA2: More warning fixes 2021-07-01 01:37:18 +02:00
Eugene Sandulenko 5b1671fb69 SAGA2: Fix overridden methods 2021-07-01 01:37:17 +02:00
a/ 706593f763 SAGA2: Load nameList with stream 2021-07-01 01:37:15 +02:00
a/ 04a5d3936f SAGA2: Rename a few global variables in tile.cpp 2021-07-01 01:37:10 +02:00
a/ cc1e289597 SAGA2: Set blip relative to mainPort 2021-07-01 01:37:05 +02:00
a/ 716d3148c3 SAGA2: Initialize mainPort and blit its contents 2021-07-01 01:37:04 +02:00
Eugene Sandulenko a6ec2a77de SAGA2: Implement few low level drawing routines 2021-07-01 01:37:03 +02:00
a/ f9fe364f14 SAGA2: Fix memory-related errors on exit 2021-07-01 01:37:02 +02:00
a/ 26cd352872 SAGA2: Fix memory allocation in floating.cpp 2021-07-01 01:37:02 +02:00
Eugene Sandulenko 8f19630ded SAGA2: JANITORIAL: Fix code formatting 2021-07-01 01:37:00 +02:00
a/ 34af614f8e SAGA2: Fix actor sprite initialization 2021-07-01 01:36:57 +02:00
Eugene Sandulenko 9ba0a2e46c SAGA2: Finish reducing include dependencies 2021-07-01 01:36:57 +02:00
Eugene Sandulenko 3e79f9cd1b SAGA2: Remove rmemfta.h 2021-07-01 01:36:55 +02:00
Eugene Sandulenko c571279f1b SAGA2: Reduced header dependency for fta.h 2021-07-01 01:36:55 +02:00
Eugene Sandulenko a6b19daa9a SAGA2: Fix include order 2021-07-01 01:36:55 +02:00
Eugene Sandulenko a24d6c7a1c SAGA2: More work on includes 2021-07-01 01:36:55 +02:00
a/ 5708989481 SAGA2: Fix display-related system initializations 2021-07-01 01:36:54 +02:00
a/ b1ac2cfe01 SAGA2: Cleanup playmode.cpp 2021-07-01 01:36:54 +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
a/ 5eadf11a37 SAGA2: Fix more formatting 2021-07-01 01:36:49 +02:00
a/ 8d5c31359e SAGA2: Blit test image to screen 2021-07-01 01:36:48 +02:00
Eugene Sandulenko e7cfeb8bab SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files 2021-07-01 01:36:46 +02:00
a/ fde112d2b1 SAGA2: Import image decoding routines from SAGA 2021-07-01 01:36:46 +02:00
Eugene Sandulenko 62e5f32dd8 SAGA2: Initial engine commit 2021-07-01 01:36:44 +02:00