Eugene Sandulenko
a1c5dee320
SAGA2: Renamed some constants
2022-10-29 23:45:59 +02:00
Eugene Sandulenko
90cc01996a
SAGA2: Rename enums in tile.h
2022-10-29 23:45:58 +02:00
Eugene Sandulenko
4d6ca3173b
SAGA2: Rename enums in sensor.h, setup.h and speech.h
2022-10-29 14:26:07 +02:00
Eugene Sandulenko
bd03133ec7
SAGA2: Rename enums in panel.h
2022-10-29 13:41:51 +02:00
Eugene Sandulenko
7896855b10
SAGA2: Rename enums in objproto.h
2022-10-29 13:36:38 +02:00
Eugene Sandulenko
d75b2df977
SAGA2: Rename enums in input.h
2022-10-29 00:01:10 +02:00
Eugene Sandulenko
a748812220
SAGA2: Rename enums in grabinfo.h
2022-10-28 23:52:24 +02:00
Hubert Maier
019d06bb0f
SAGA2: Fix calendar typo (was calender)
2022-10-28 22:37:57 +03:00
Hubert Maier
95860f7860
SAGA2: Correct spelling mistake
...
wether -> whether
2022-10-27 15:57:27 +02:00
Eugene Sandulenko
aa481ba77b
SAGA2: Rename enums in actor.h
2022-10-27 13:25:55 +02:00
Eugene Sandulenko
8a35749334
SAGA2: Rename class variables in tilemode.cpp
2022-09-27 17:44:56 +02:00
Eugene Sandulenko
ea0d27d496
SAGA2: Rename class variables in panel.h
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
D G Turner
037393a289
SAGA2: Remove Dead / Unused Debug Code from Tile Classes
...
This code was causing various GCC compiler warnings including for
the DEBUG symbol value being implicitly 0 due to not being defined.
2022-06-28 22:53:25 +01:00
D G Turner
9c9ff6f670
SAGA2: Remove Leftover Compilation Broken Debug Code from Task Class
...
The rest of this code was removed by commit 50868e2 i.e.
"SAGA2: Removed DList from Task and TaskList".
The remaining code fails to build when "#define DEBUG 1" is passed due
to various missing function definitions and other methods from Task
base class.
This was causing GCC Undefined Macro Warnings as well when -Wundef
was passed.
2022-03-22 12:38:18 +00: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
Orgad Shaneh
f544cb934d
SAGA2: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Orgad Shaneh
d6a4c4f83a
SAGA2: Use override
...
Using clang-tidy modernize-use-override
2021-11-14 14:34:14 +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
a/
4b27f9f6c9
SAGA2: Remove globals in contain.cpp
2021-09-13 09:27:20 +09:00
Filippos Karapetis
d3df1b09a1
SAGA2: Adapt some C syntax to C++
2021-09-11 12:23:32 +03:00
a/
e6db9ded56
SAGA2: Move calender to Saga2Engine
2021-08-26 04:43:14 +09:00
a/
c225233949
SAGA2: Rename Actor class variables
2021-08-19 06:15:39 +09:00
a/
fb15fce9d6
SAGA2: Fix wild pointer access in iterators
2021-08-15 18:29:20 +09:00
D G Turner
c105cb1540
SAGA2: Remove Unused Variable from Extend TeleportOnClick Change
2021-08-12 18:11:09 +01:00
a/
ecf307886b
SAGA2: Extend teleportOnClick
2021-08-12 22:57:33 +09:00
a/
b2ac6c2244
SAGA2: Change teleportOnClick to use right click
2021-08-12 15:05:13 +09:00
a/
c2aac871a9
SAGA2: Add command to teleport on click
2021-07-25 05:29:28 +09:00
a/
fa2eedced5
SAGA2: Move tileImageBanks to Saga2Engine
2021-07-18 13:58:33 +09:00
a/
38057f51d0
SAGA2: Fix global constructor warning in tilemode.cpp
2021-07-18 13:58:33 +09:00
a/
703ff18cb3
SAGA2: Fix a global constructor warning in tilemode.cpp
2021-07-18 12:57:12 +09:00
a/
32ac17817f
SAGA2: Move G_BASE to Saga2Engine
2021-07-17 07:37:18 +09:00
a/
6f7cab17c4
SAGA2: Make Calender save size portable
2021-07-14 12:13:35 +09:00
Eugene Sandulenko
374fd0f680
SAGA2: Fix default constructor for delayedNavigation struct. CID 1457847
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/
cbf1177550
SAGA2: Implement TileModeState save/loading
2021-07-12 13:08:48 +09:00
Eugene Sandulenko
d403eab56f
SAGA2: Get rid of tileRect
2021-07-01 22:59:44 +02:00
a/
e13588744d
SAGA2: Fix more global constructor warnings
2021-07-02 00:06:55 +09: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
b02941237d
SAGA2: Fix unreferenced symbols
2021-07-01 01:37:42 +02:00
Eugene Sandulenko
307e094d4f
SAGA2: Stubbed musicBuffer methods
2021-07-01 01:37:42 +02:00
a/
e6f0beb243
SAGA2: Clear more global constructors
2021-07-01 01:37:41 +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
a/
54d2e7ac11
SAGA2: Kill rmem and rserver
2021-07-01 01:37:29 +02:00
Eugene Sandulenko
4a71417f5c
SAGA2: Replace custom config code with ScummVM
2021-07-01 01:37:28 +02:00