Eugene Sandulenko
bd03133ec7
SAGA2: Rename enums in panel.h
2022-10-29 13:41:51 +02:00
Eugene Sandulenko
d75b2df977
SAGA2: Rename enums in input.h
2022-10-29 00:01:10 +02:00
Eugene Sandulenko
df6d4b91c4
SAGA2: Rename enums in gdraw.h
2022-10-28 23:43:53 +02:00
Eugene Sandulenko
bf7edc017a
SAGA2: Eliminate some C-isms
2022-10-28 23:40:11 +02:00
Eugene Sandulenko
60e3d445ab
SAGA2: Rename enums in bevel.h
2022-10-28 23:34:23 +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
D G Turner
351f897d2c
SAGA2: Remove Some Undefined Macro Compiler Warnings
...
Previously some of the Dinotopia specific code for cursor cycling was
hidden behind macros, resulting in some bitrot to the code. This has
been migrated to being more live by removing the macros.
This prevents various GCC warnings when -Wundef is passed.
2022-03-19 14:42:10 +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
Thunderforge
35c3668275
COMMON: Fixing misspellings "occured" -> "occurred"
...
Fixing this misspelled word across multiple parts of the codebase.
2021-09-25 21:36:42 +03:00
Filippos Karapetis
d3df1b09a1
SAGA2: Adapt some C syntax to C++
2021-09-11 12:23:32 +03:00
a/
0ae8d6c307
SAGA2: Rename class variables in button.h
2021-08-20 06:07:30 +09:00
a/
9e894a82d6
SAGA2: Fix mouse tooltip centering
2021-08-13 21:57:12 +09:00
a/
9a46addcd4
SAGA2: Fix gTextBox text insertion
2021-08-01 13:28:43 +09:00
a/
f439b36bc8
SAGA2: Fix global constructor warning in vwdraw.cpp
2021-07-18 12:14:01 +09:00
a/
1ce9f5614a
SAGA2: Remove displayPage from gDisplayPort
2021-07-18 12:11:11 +09:00
a/
24435f5bfc
SAGA2: Fix global constructors in panel.cpp
2021-07-17 07:37:18 +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
af52dbc638
SAGA2: Fix panel traversal logic. CID 1458093
2021-07-14 23:28:39 +02:00
a/
5e6d32062c
SAGA2: Fix list removal on gControl delete
2021-07-12 17:19:01 +09:00
Eugene Sandulenko
031c279f78
SAGA2: Properly init gPanel. CID 1457870, 1457887, 1457904, 1457927
2021-07-11 00:32:36 +02:00
Paul Gilbert
fd55e0f71a
SAGA2: Change abs to ABS
2021-07-04 11:54:29 -07:00
a/
4dbfeb6ea4
SAGA2: Kill DList
2021-07-03 10:54:53 +09:00
a/
4048869485
SAGA2: Move mainPort 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
a/
b210e1691f
SAGA2: Get rid of some global constructors in uidialog.cpp
2021-07-01 01:37:37 +02:00
Eugene Sandulenko
14da1dcc51
SAGA2: More gcc warning fixes
2021-07-01 01:37:33 +02:00
Eugene Sandulenko
2161d9e388
SAGA2: Removed std.h
2021-07-01 01:37:31 +02:00
Eugene Sandulenko
c5efa4fd80
SAGA2: Fix warnings in panel.cpp
2021-07-01 01:37:26 +02:00
Eugene Sandulenko
f0fe90c267
SAGA2: Fix overridden methods
2021-07-01 01:37:24 +02:00
Eugene Sandulenko
5b1671fb69
SAGA2: Fix overridden methods
2021-07-01 01:37:17 +02:00
Eugene Sandulenko
c7fad67025
SAGA2: Remove input.cpp
2021-07-01 01:37:09 +02:00
Eugene Sandulenko
26f6c564ed
SAGA2: Remove ReadTimer()
2021-07-01 01:37:09 +02:00
Eugene Sandulenko
97f7a0e529
SAGA2: Drop custom TRUE/FALSE
2021-07-01 01:37:08 +02:00
a/
f9fe364f14
SAGA2: Fix memory-related errors on exit
2021-07-01 01:37:02 +02:00
Eugene Sandulenko
05c3ed6ea0
SAGA2: Implement keyboard/mouse event handling
2021-07-01 01:36:59 +02:00
Eugene Sandulenko
9ba0a2e46c
SAGA2: Finish reducing include dependencies
2021-07-01 01:36:57 +02:00
a/
3e0d5ec5cd
SAGA2: Fix panel loading
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
20e0ee7e70
SAGA2: More work on reducing header dependency
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
Eugene Sandulenko
62e5f32dd8
SAGA2: Initial engine commit
2021-07-01 01:36:44 +02:00