Commit Graph
94 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
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
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
Strangerke f4472d2f0a DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
Strangerke dcfa51cd9d DM: Remove useless variable 2016-10-09 23:50:36 +02:00
Strangerke e114e9a47f DM: Some more work on dereferencing 2016-09-25 22:33:40 +02:00
Strangerke 51bef09e4a DM: reduce dereferencing some more 2016-09-25 07:44:04 +02:00
Strangerke 9f852a03b7 DM: Reduce dereferencing of _dungeonMan in MovesensMan 2016-09-24 09:41:48 +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 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 ebe014f4be DM: Rename Creature masks, move SoundMode to sound.h 2016-09-18 11:18:11 +02:00
Strangerke 94f1c71c08 DM: Some renaming in group 2016-09-17 15:13:20 +02:00
Strangerke 952abc3243 DM: More renaming in gfx enums 2016-09-16 07:46:10 +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 668142e905 DM: Change the declaration of addEvent 2016-09-12 22:37:48 +02:00
Strangerke 935df3b397 DM: Enforce the use of Cell enum, some renaming 2016-09-12 21:56:49 +02:00
Strangerke ce6d3fed8f DM: Use SensorEffect in two functions 2016-09-12 21:48:16 +02:00
Strangerke 3b3572a110 DM: More renaming in DungeonMan 2016-09-12 00:07:00 +02:00
Eugene Sandulenko be12f7a835 DM: Fix another variable shadowing.
NOTE: This affects the logic flow, so needs to be checked against original
2016-09-11 23:32:40 +02:00
Eugene Sandulenko a48d15c758 DM: Fix variable shadowing warning 2016-09-11 23:32:40 +02:00
Eugene Sandulenko c673c5654b DM: Fix comparison warnings 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 4099814fbe DM: Finish the renaming in champion.h 2016-09-10 14:53:10 +02:00
Strangerke d2b0829476 DM: Change constants into enums in champion.h, renaming 2016-09-10 14:31:49 +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 70906ba7eb DM: Better refactoring of sensorIsTriggeredByClickOnWall 2016-09-05 21:16:34 +02:00
Strangerke 17bf26821b DM: Better refactoring of processThingAdditionOrRemoval 2016-09-05 21:08:06 +02:00
Strangerke 4663d190c4 DM: Get rid of Gotos in processThingAdditionOrRemoval 2016-09-05 20:53:55 +02:00
Strangerke 6e404ec0bc DM: Small refactoring in processThingAdditionOrRemoval 2016-09-04 23:58:51 +02:00
Strangerke d6b2ea67b0 DM: More polishing in MovesensMan 2016-09-04 23:35:58 +02:00
Strangerke 47741742f5 DM: Fix typo in the name of isObjectInPartyPossession, get rid of the GOTO 2016-09-04 23:18:11 +02:00
Strangerke 91fe53762d DM: First pass of refactoring in isObjcetInPartyPossession 2016-09-04 23:13:30 +02:00
Strangerke c95620b8db DM: First pass of refactoring of getTeleporterRotatedGroupResult 2016-09-04 22:47:23 +02:00