Commit Graph
55 Commits
Author SHA1 Message Date
Eugene Sandulenko 2d3173b151 SAGA2: Rename rest of constants in the header files 2022-10-29 23:46:00 +02:00
Eugene Sandulenko 90cc01996a SAGA2: Rename enums in tile.h 2022-10-29 23:45:58 +02:00
Eugene Sandulenko bd03133ec7 SAGA2: Rename enums in panel.h 2022-10-29 13:41:51 +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 4921ae88c2 SAGA2: Rename class variables in objects.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 69182794c9 SAGA2: Fix Possible Uninitialized Variable in Automap Code
Should fix Coverity CID 1490802.
2022-07-25 15:04:42 +01:00
D G Turner 32dbd828dc SAGA2: Add Automap Cheat to Console Command 2022-07-23 22:56:45 +01:00
D G Turner ed2d89fedd SAGA2: Remove Undefined DEBUG Macro Symbol Usage from Automap
This generates a warning if GCC is passed -Wundef.

This will now allow the Automap cheat functionality to be enabled
at runtime via the debug console when code for this is added.
2022-07-18 22:17:28 +01: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/ 176e81f5d3 SAGA2: Use streams for locateRegion 2021-08-28 23:57:30 +09:00
a/ ebba60f8eb SAGA2: Move currentMapNum to Saga2Engine 2021-08-24 02:43:15 +09:00
a/ 0ae8d6c307 SAGA2: Rename class variables in button.h 2021-08-20 06:07:30 +09:00
a/ 1fcdb25a19 SAGA2: Rename classes in button.h 2021-08-20 06:07:30 +09:00
a/ 5e2fdae329 SAGA2: Rename class variables/constants in automap.h 2021-08-20 01:41:42 +09:00
a/ 0bdf49fb71 SAGA2: Fix strlcpy range in document.cpp 2021-08-13 22:50:26 +09:00
a/ 81909e6dab SAGA2: Replace remaining SpecialKey uses by Common::KeyCode 2021-08-13 22:41:02 +09:00
a/ 16ac457114 SAGA2: Fix indentation 2021-08-12 15:12:51 +09:00
a/ 1064e963a0 SAGA2: Implement teleportOnMap command 2021-08-12 15:05:13 +09:00
a/ be4b93a9ed SAGA2: Fix global constructor warning in automap.cpp 2021-07-19 08:09:02 +09:00
a/ 7888757dad SAGA2: Move pointer to Saga2Engine 2021-07-17 06:12:11 +09:00
Eugene Sandulenko 539d99380e SAGA2: Remove useless check. CID 1457992
There is an assert above which catches this condition
2021-07-12 00:46:45 +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
a/ 176c81b074 SAGA2: Fix StaticWindow warnings 2021-07-01 01:37:43 +02:00
a/ 7fe3baf184 SAGA2: Clear some WindowDecoration global constructor warnings 2021-07-01 01:37:41 +02:00
Eugene Sandulenko 50a0807d2f SAGA2: Fix automap panel initalization 2021-07-01 01:37:40 +02:00
a/ 9d55dced84 SAGA2: Fix code formatting for consistency 2021-07-01 01:37:39 +02:00
a/ e4ca5a7864 SAGA2: Get rid of some global constructors 2021-07-01 01:37:39 +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 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 f4203b3d27 SAGA2: Get rid of checkAlloc() 2021-07-01 01:37:28 +02:00
Eugene Sandulenko 5e519d2ca5 SAGA2: Remove errors.h 2021-07-01 01:37:28 +02:00
Eugene Sandulenko 5b1671fb69 SAGA2: Fix overridden methods 2021-07-01 01:37:17 +02:00
a/ cd48eeca19 SAGA2: Rename tile uv-coord constants 2021-07-01 01:37:16 +02:00
a/ 6fe11531b6 SAGA2: Rename platform metric constants 2021-07-01 01:37:15 +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
Eugene Sandulenko 1fd59c3759 SAGA2: Fix warnings 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 c571279f1b SAGA2: Reduced header dependency for fta.h 2021-07-01 01:36:55 +02:00
Eugene Sandulenko a24d6c7a1c SAGA2: More work on includes 2021-07-01 01:36:55 +02:00
Eugene Sandulenko 65060ab0ca SAGA2: Decrease header dependency 2021-07-01 01:36:54 +02:00