Commit Graph
74 Commits
Author SHA1 Message Date
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 3f91accbd7 DM: Fix Possible Uninitialized Variable Usage Compiler Warnings. 2018-07-30 14:07:23 +01:00
Adrian Frühwirth a222fc8ad8 JANITORIAL: Silence GCC 7 fallthrough warnings
Verified intentional.
2018-03-24 15:53:25 +01:00
Colin Snover 51329c0dc6 ALL: Fix misuse of comma operator 2017-11-10 09:57:03 -06:00
Strangerke f4472d2f0a DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
Strangerke dd9e43925f DM: Rename TimelineEventType members 2016-09-20 21:51:42 +02:00
Strangerke 1670cb035f DM: Change the definition of setMapAndTime, move SoundIndex enum to SoundMan 2016-09-19 07:06:55 +02:00
Strangerke 4a8c8a53bd DM: Rename members of SoundIndex 2016-09-19 00:17:36 +02:00
Strangerke 8bdabc16bd DM: Rename some more enums 2016-09-18 22:16:52 +02:00
Strangerke 8668f6765b DM: Rename members of Behavior, some more renaming 2016-09-18 12:52:01 +02:00
Strangerke 0750c20fe7 DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask 2016-09-18 11:46:53 +02:00
Strangerke ebe014f4be DM: Rename Creature masks, move SoundMode to sound.h 2016-09-18 11:18:11 +02:00
Strangerke ea8f3dfb19 DL: Enforce the use of CreatureType 2016-09-18 01:02:51 +02:00
Strangerke 94f1c71c08 DM: Some renaming in group 2016-09-17 15:13:20 +02:00
Strangerke cb2b1b17db DM: Some renaming and refactoring in Gfx 2016-09-15 07:36:40 +02:00
Strangerke 20a27fac63 DM: Add DoorState enum, make use of it 2016-09-14 21:27:09 +02:00
Strangerke 9f324dff86 DM: Silence some GCC warnings 2016-09-13 22:08:01 +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 935df3b397 DM: Enforce the use of Cell enum, some renaming 2016-09-12 21:56:49 +02:00
Strangerke 3b3572a110 DM: More renaming in DungeonMan 2016-09-12 00:07:00 +02:00
Eugene Sandulenko 6172be6ef0 DM: Fix logical error with local variables 2016-09-11 23:32:40 +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
Eugene Sandulenko 2fd2374992 DM: Rename _C to _Cu 2016-09-10 21:54:22 +02:00
Eugene Sandulenko 786f244929 DM: Rename _B to _Bu to avoid name clashes on some platforms 2016-09-10 21:50:57 +02:00
Strangerke d2b0829476 DM: Change constants into enums in champion.h, renaming 2016-09-10 14:31:49 +02:00
Strangerke 93fb0efc0b DM: More renaming in champion.h 2016-09-09 07:32:32 +02:00
Strangerke 1b482a1e12 DM: Rename enums ChampionIndex, ChampionAttribute, ChampionWound, ChampionStatisticType, ChampionStatisticValue 2016-09-09 07:12:36 +02:00
Strangerke b365338293 DM: Rename IconIndice enum 2016-09-09 01:09:25 +02:00
Strangerke 4414995c29 DM: Fix the style of some pointers in projexpl 2016-09-07 19:49:10 +02:00
Strangerke 6e1a3d6217 DM: Remove the use of GOTO in processEvent25 2016-09-07 08:07:29 +02:00
Strangerke 4a29167fd0 DM: Refactor processEvent25 2016-09-07 08:04:10 +02:00
Strangerke 57d950b46f DM: Refactor processEvents48To49 2016-09-07 07:45:24 +02:00
Strangerke 8f33b469be DM: Get rid of a GOTO in projectileGetImpactCount 2016-09-07 07:14:50 +02:00
Strangerke 6df9a20b85 DM: Renaming in ProjExpl 2016-09-06 23:45:56 +02:00
Strangerke 78085dcd8d DM: Take Dreammaster's suggestion into account to make it even more readable 2016-09-06 22:52:58 +02:00
Strangerke 92ca2ae87b DM: Rework a if statement in hasProjectileImpactOccurred to make it readable 2016-09-06 22:36:59 +02:00
Strangerke 46b41f9b2b DM: Split redefined variables in hasProjectileImpactOccurred() 2016-09-06 20:39:05 +02:00
Strangerke a4de5d0dd2 DM: First pass of refactoring in hasProjectileImpactOccurred 2016-09-06 07:23:45 +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 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