Eugene Sandulenko
|
a1c5dee320
|
SAGA2: Renamed some constants
|
2022-10-29 23:45:59 +02:00 |
|
Eugene Sandulenko
|
bd03133ec7
|
SAGA2: Rename enums in panel.h
|
2022-10-29 13:41:51 +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
|
ea0d27d496
|
SAGA2: Rename class variables in panel.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 |
|
Eugene Sandulenko
|
e424669f6d
|
SAGA2: Fix class member names in floating.h
|
2022-09-25 21:37: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 |
|
Alexandre Detiste
|
6044504762
|
JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
|
2021-10-31 20:46:31 +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/
|
ab60363941
|
SAGA2: More const correctness in contain.cpp
|
2021-08-28 23:57:30 +09:00 |
|
a/
|
06de8af3f6
|
SAGA2: Move some globaL variables to Saga2Engine
|
2021-08-22 07:26:40 +09:00 |
|
a/
|
88548d38d3
|
SAGA2: Fix heap-use-after-free for _containerList
|
2021-08-21 02:48:51 +09:00 |
|
a/
|
0ae8d6c307
|
SAGA2: Rename class variables in button.h
|
2021-08-20 06:07:30 +09:00 |
|
a/
|
eeef415809
|
SAGA2: Fix global constructor warnings in tile.cpp
|
2021-07-18 15:37:57 +09:00 |
|
a/
|
32ac17817f
|
SAGA2: Move G_BASE to Saga2Engine
|
2021-07-17 07:37:18 +09:00 |
|
a/
|
7888757dad
|
SAGA2: Move pointer to Saga2Engine
|
2021-07-17 06:12:11 +09:00 |
|
Eugene Sandulenko
|
c9c77e4aaf
|
SAGA2: Fixed side effect in assertion. CID 1457988
|
2021-07-06 16:28:22 +02:00 |
|
a/
|
f7556980d0
|
SAGA2: Clean more global constructors in tile.cpp
|
2021-07-04 15:44:10 +09:00 |
|
a/
|
4dbfeb6ea4
|
SAGA2: Kill DList
|
2021-07-03 10:54:53 +09:00 |
|
Eugene Sandulenko
|
d403eab56f
|
SAGA2: Get rid of tileRect
|
2021-07-01 22:59:44 +02:00 |
|
a/
|
30071b6046
|
SAGA2: Move ImageCache to Saga2Engine
|
2021-07-01 01:37:44 +02:00 |
|
a/
|
85b1c8e842
|
SAGA2: Move mouseInfo to Saga2Engine
|
2021-07-01 01:37:44 +02:00 |
|
a/
|
4048869485
|
SAGA2: Move mainPort to Saga2Engine
|
2021-07-01 01:37:44 +02:00 |
|
Eugene Sandulenko
|
46e38b5a5b
|
SAGA2: Cleanup Win32-specific code
|
2021-07-01 01:37:42 +02:00 |
|
a/
|
e6f0beb243
|
SAGA2: Clear more global constructors
|
2021-07-01 01:37:41 +02:00 |
|
a/
|
7fe3baf184
|
SAGA2: Clear some WindowDecoration global constructor warnings
|
2021-07-01 01:37:41 +02:00 |
|
a/
|
deb8ee29a4
|
SAGA2: Remove global constructors in floating.cpp
|
2021-07-01 01:37:39 +02:00 |
|
a/
|
cf7e412b59
|
SAGA2: Get rid of some global constructors
|
2021-07-01 01:37:37 +02:00 |
|
Eugene Sandulenko
|
27dd030e94
|
SAGA2: Fix more gcc warnings
|
2021-07-01 01:37:32 +02:00 |
|
Eugene Sandulenko
|
2161d9e388
|
SAGA2: Removed std.h
|
2021-07-01 01:37:31 +02:00 |
|
Eugene Sandulenko
|
5b1671fb69
|
SAGA2: Fix overridden methods
|
2021-07-01 01:37:17 +02:00 |
|
Eugene Sandulenko
|
97f7a0e529
|
SAGA2: Drop custom TRUE/FALSE
|
2021-07-01 01:37:08 +02:00 |
|
a/
|
ab19d4437b
|
SAGA2: Remove unnecessary drawing code
|
2021-07-01 01:37:05 +02:00 |
|
a/
|
cc1e289597
|
SAGA2: Set blip relative to mainPort
|
2021-07-01 01:37:05 +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 |
|
Eugene Sandulenko
|
4a5b055e10
|
SAGA2: Reduce header 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
|
177aa92900
|
SAGA2: Replace custom assert macros
|
2021-07-01 01:36:49 +02:00 |
|
Eugene Sandulenko
|
b76a1121d6
|
SAGA2: Const'ness
|
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/
|
1a0d619a7e
|
SAGA2: Change RES_ID to MKTAG in some files
|
2021-07-01 01:36:46 +02:00 |
|
Eugene Sandulenko
|
62e5f32dd8
|
SAGA2: Initial engine commit
|
2021-07-01 01:36:44 +02:00 |
|