Commit Graph
148 Commits
Author SHA1 Message Date
Le Philousophe 667ea2f88e DM: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 8c0f10e817 DM: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
D G Turner 4b6cb68784 DM: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-16 10:10:45 +00:00
D G Turner bf5846dcd7 DM: Fix GCC Compiler Warnings from Structure memset Usage. 2019-08-26 02:31:29 +01:00
Adrian Frühwirth a222fc8ad8 JANITORIAL: Silence GCC 7 fallthrough warnings
Verified intentional.
2018-03-24 15:53:25 +01:00
Torbjörn Andersson 462f1c9859 JANITORIAL: Silence more GCC 7 warnings
There were all flagged as intentional fall throughs. I simply changed
the comments to something GCC would recognize.
2017-08-06 12:26:05 +02:00
Strangerke f4472d2f0a DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
Bendegúz Nagy 0c428e4fd7 Fix regression introduced in 3ab3a85 2017-01-19 22:53:04 +01:00
Strangerke 7c138231e0 DM: Handle demo dungeon file 2016-10-11 21:44:01 +02:00
Strangerke 9ca8d65113 DM: More refactoring 2016-09-28 00:29:07 +02:00
Strangerke dc19419507 DM: reduce some more redirections 2016-09-26 21:15:04 +02:00
Strangerke 51bef09e4a DM: reduce dereferencing some more 2016-09-25 07:44:04 +02:00
Strangerke 6ea230af48 DM: Fix some CppCheck warnings 2016-09-24 09:41:56 +02:00
Strangerke 2458fd090c DM: Initialize some variables 2016-09-20 23:14:30 +02:00
Strangerke fd8082593e DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
Strangerke 706b1b27a4 DM: Fix 2 GCC warnings, some renaming 2016-09-19 21:52:37 +02:00
Strangerke 67f95ce50d DM: Some more renaming 2016-09-19 07:58:42 +02:00
Strangerke ea8f3dfb19 DL: Enforce the use of CreatureType 2016-09-18 01:02:51 +02:00
Strangerke f9d28464ea DM: Get rif od SquareType, rename SquareMask 2016-09-13 07:47:47 +02:00
Strangerke edf6e4f2d9 DM: Enforce the use of SoundMode 2016-09-12 22:37:54 +02:00
Strangerke 4e28542029 DM: Rename some enums in DungeonMan 2016-09-12 22:37:51 +02:00
Strangerke db3ba8ecc0 DM: Avoid null pointer dereferencing in unlinkThingFromList 2016-09-12 21:19:52 +02:00
Strangerke 3b3572a110 DM: More renaming in DungeonMan 2016-09-12 00:07:00 +02:00
Strangerke 040d71bca5 DM: Rename more constants 2016-09-11 23:06:29 +02:00
Strangerke e413f44d47 DM: Start renaming constants in DungeonMan 2016-09-11 21:24:02 +02:00
Strangerke b17f3490f8 DM: Rework functions related to Directions in order to make them consistent and remove redundancy 2016-09-11 10:45:20 +02:00
Strangerke f90bf31bea DM: Move some globals to DMEngine 2016-09-11 09:46:35 +02:00
Strangerke 34d636d72e DM Rename enum members in dm.h and dialog.h 2016-09-11 00:34:44 +02:00
Strangerke b365338293 DM: Rename IconIndice enum 2016-09-09 01:09:25 +02:00
Strangerke fbe9c92ce1 DM: Fix the style used for some pointers and casts 2016-09-03 14:20:13 +02:00
Bendegúz Nagy cd3b485952 DM: Clean up includes
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
2016-09-03 10:38:43 +02:00
Strangerke 8c9eed7bac DM: Some renaming 2016-08-28 00:33:32 +02:00
Strangerke 361722d459 DM: More renaming in DungeonMan, move some arrays 2016-08-27 23:10:13 +02:00
Strangerke 42fea91d5d DM: Finish the renaming of class members 2016-08-26 23:02:22 +02:00
Strangerke 52170d39ae DM: Rename ObjectMan and ProjExpl members 2016-08-26 23:02:22 +02:00
Strangerke 938b38a66a DM: Rename class members of MovesensMan 2016-08-26 23:02:22 +02:00
Strangerke 5c81e4f4fd DM: Rename functions and class members of GroupMan 2016-08-26 23:02:22 +02:00
Strangerke 6a02a571cd DM: Rename variables and functions of DisplayMan 2016-08-26 23:02:22 +02:00
Strangerke 64b1c4fdf1 DM: Rename DungeonMan class members 2016-08-26 23:02:22 +02:00
Strangerke e728cb706e DM: Rename functions of DMEngine and DialogMan 2016-08-26 23:02:22 +02:00
Strangerke 857d4e72ed DM: Renaming of Champion and ChampionMan functions 2016-08-26 23:02:22 +02:00
Strangerke 53121afb09 DM: Fix some GCC warnings 2016-08-26 23:02:22 +02:00
Strangerke 705e906698 DM: Some renaming, move some globals to class member 2016-08-26 23:02:22 +02:00
Strangerke a5b8085c48 DM: Fix regression (pressure plate), fix compilation 2016-08-26 23:02:22 +02:00
Bendegúz Nagy efac7b5eb0 DM: Add loading from game 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2f424adc30 DM: Fix broken wallOrnamentIndices 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 4f916a08d2 DM: Add support for uncompressed dungeon.dat 2016-08-26 23:02:22 +02:00
Strangerke 013b555338 DM: Add missing code in f125_drawSquareD0L, rename a constant 2016-08-26 23:02:22 +02:00
Strangerke b41f86651f DM: Refactor f167_getObjForProjectileLaucherOrObjGen 2016-08-26 23:02:22 +02:00