Eugene Sandulenko
|
a1c5dee320
|
SAGA2: Renamed some constants
|
2022-10-29 23:45:59 +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
|
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
|
aa481ba77b
|
SAGA2: Rename enums in actor.h
|
2022-10-27 13:25:55 +02:00 |
|
Le Philousophe
|
707c71ecf9
|
SAGA2: Don't use unsafe sprintf and vsprintf
|
2022-10-23 22:46:19 +02:00 |
|
Eugene Sandulenko
|
7bcf7224e2
|
SAGA2: Rename class variables in sprite.h
|
2022-09-27 17:44:56 +02:00 |
|
Eugene Sandulenko
|
7b7603556b
|
SAGA2: Rename class variables in speech.h
|
2022-09-27 17:44:55 +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 |
|
Orgad Shaneh
|
f544cb934d
|
SAGA2: Use nullptr
Using clang-tidy modernize-use-nullptr
|
2021-11-14 15:51:59 +02:00 |
|
Filippos Karapetis
|
d3df1b09a1
|
SAGA2: Adapt some C syntax to C++
|
2021-09-11 12:23:32 +03:00 |
|
a/
|
c225233949
|
SAGA2: Rename Actor class variables
|
2021-08-19 06:15:39 +09:00 |
|
a/
|
62ea348ea0
|
SAGA2: Fix endianness of Speech saves
|
2021-08-15 07:24:39 +09:00 |
|
a/
|
13310e555e
|
SAGA2: Fix stillDoingVoice
|
2021-08-07 08:21:00 +09:00 |
|
a/
|
cb61c9ce05
|
SAGA2: Fix global constructor warnings in speech.cpp
|
2021-07-19 09:20:40 +09:00 |
|
a/
|
582952b6a0
|
SAGA2: Move backPort to Saga2Engine
|
2021-07-17 11:29:23 +09:00 |
|
a/
|
ce6b9a1a1b
|
SAGA2: Fix global constructor in speech.cpp
|
2021-07-17 06:52:37 +09:00 |
|
a/
|
0d7a8dc7dc
|
SAGA2: Make several save size calculations portable
|
2021-07-14 14:19:21 +09: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/
|
10fd1031e5
|
SAGA2: Implement Speech Tasks save/loading
|
2021-07-11 13:22:49 +09:00 |
|
Paul Gilbert
|
fd55e0f71a
|
SAGA2: Change abs to ABS
|
2021-07-04 11:54:29 -07:00 |
|
a/
|
f7556980d0
|
SAGA2: Clean more global constructors in tile.cpp
|
2021-07-04 15:44:10 +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
|
e9671a73eb
|
SAGA2: Fix MSVC warnings
|
2021-07-01 01:37:43 +02:00 |
|
Eugene Sandulenko
|
c14b9f9389
|
SAGA2: Fix MSVC compilation
|
2021-07-01 01:37:42 +02:00 |
|
Eugene Sandulenko
|
8da92d2af5
|
SAGA2: Cleanup speech.cpp
|
2021-07-01 01:37:37 +02:00 |
|
Eugene Sandulenko
|
932b20ace6
|
SAGA2: Fix warnings
|
2021-07-01 01:37:36 +02:00 |
|
a/
|
5761c83004
|
SAGA2: Remove DList from speech.cpp
|
2021-07-01 01:37:36 +02:00 |
|
a/
|
b0cf10eb67
|
SAGA2: Add speech debug output
|
2021-07-01 01:37:35 +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/
|
fa11dcd1a4
|
SAGA2: Fix more warnings
|
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 |
|
Eugene Sandulenko
|
963791245e
|
SAGA2: Fix warnings in speech.cpp
|
2021-07-01 01:37:27 +02:00 |
|
a/
|
751a6d086a
|
SAGA2: Get rid of rmem in speech.cpp
|
2021-07-01 01:37:24 +02:00 |
|
a/
|
127299672b
|
SAGA2: Load schemeList with stream
|
2021-07-01 01:37:14 +02:00 |
|
Eugene Sandulenko
|
97f7a0e529
|
SAGA2: Drop custom TRUE/FALSE
|
2021-07-01 01:37:08 +02:00 |
|
Eugene Sandulenko
|
8f19630ded
|
SAGA2: JANITORIAL: Fix code formatting
|
2021-07-01 01:37:00 +02:00 |
|
a/
|
99d0035d61
|
SAGA2: Fix pose/colorscheme loading
|
2021-07-01 01:37:00 +02:00 |
|
Eugene Sandulenko
|
9ba0a2e46c
|
SAGA2: Finish reducing include dependencies
|
2021-07-01 01:36:57 +02:00 |
|
Eugene Sandulenko
|
68bbf3c16c
|
SAGA2: Reduce header dependency
|
2021-07-01 01:36:57 +02:00 |
|
a/
|
392690a107
|
SAGA2: Fix RES_ID calls
|
2021-07-01 01:36:57 +02:00 |
|
Eugene Sandulenko
|
a24d6c7a1c
|
SAGA2: More work on includes
|
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
|
e7cfeb8bab
|
SAGA2: Move FORBIDDEN_SYMBOL_ALLOW_ALL to individual files
|
2021-07-01 01:36:46 +02:00 |
|