Commit Graph
112 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01: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
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
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
Torbjörn Andersson 6cda47ca3d JANITORIAL: Remove superfluous semicolons 2017-04-18 06:49:14 +02:00
Strangerke f4472d2f0a DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
Strangerke 2a080979b8 DM: Fix GCC warning (and potential bug) 2016-10-30 12:38:32 -07:00
Strangerke 86e525c1ad DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of demo to 2.0 2016-10-11 21:44:03 +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 6ea230af48 DM: Fix some CppCheck warnings 2016-09-24 09:41:56 +02:00
Strangerke 76fcf4f025 DM: Fix GCC warnings reported by eriktorbjorn 2016-09-21 07:57:44 +02:00
Strangerke 58728d2f16 DM: Make use of TimeLineEventType 2016-09-20 22:26:00 +02:00
Strangerke dd9e43925f DM: Rename TimelineEventType members 2016-09-20 21:51:42 +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 1670cb035f DM: Change the definition of setMapAndTime, move SoundIndex enum to SoundMan 2016-09-19 07:06:55 +02:00
Strangerke 197e85176e DM: Remove a couple of useless checks 2016-09-19 00:55:11 +02:00
Strangerke 9a4bc7128e DM: Fix verbose warnings using GCC 2016-09-19 00:29:42 +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 421d47db85 DM: Fix some more non-MSVC warnings, remove a useless variable 2016-09-16 23:15:27 +02:00
Strangerke 85341206c5 DM: Fix some non-MSVC warnings 2016-09-16 22:41:46 +02:00
Strangerke ae9ff70204 DM: More renaming in Gfx enums 2016-09-16 06:58:48 +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 f9d28464ea DM: Get rif od SquareType, rename SquareMask 2016-09-13 07:47:47 +02:00
Strangerke ed9b883543 DM: more renaming in DungeonMan 2016-09-12 22:46:38 +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 3b3572a110 DM: More renaming in DungeonMan 2016-09-12 00:07:00 +02:00
Strangerke e413f44d47 DM: Start renaming constants in DungeonMan 2016-09-11 21:24:02 +02:00
Strangerke 2f311a800f DM: Get rid of getBoundedValue, replace it by CLIP 2016-09-11 11:10:22 +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 f0a6f6b269 DM: Make some functions private, move 2 functions to more specific classes 2016-09-11 10:27:29 +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 d588e15dad DM: Rename ChampionSlot enum 2016-09-10 11:47:36 +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 8d41bf9ad7 DM: Some more fixes concerning pointer formatting 2016-09-03 21:42:58 +02:00