Commit Graph
93 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
Strangerke f4472d2f0a DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
Strangerke dc19419507 DM: reduce some more redirections 2016-09-26 21:15:04 +02:00
Strangerke d046d76263 DM: Fix GCC warning 2016-09-22 07:04:19 +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 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 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 952abc3243 DM: More renaming in gfx enums 2016-09-16 07:46:10 +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 edf6e4f2d9 DM: Enforce the use of SoundMode 2016-09-12 22:37:54 +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
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 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 7654c89d4f DM: Finish refactoring pass in Timeline 2016-09-08 07:15:12 +02:00
Strangerke ebc0dbe8b8 DM: Check the style used for the pointers in Timeline, more renaming 2016-09-08 06:47:56 +02:00
Strangerke f18013db65 DM: Renaming in more functions of Timeline 2016-09-07 23:29:04 +02:00
Strangerke 3d4c73251d DM: More refactoring in Timeline 2016-09-07 22:58:18 +02:00
Strangerke 4703c6e799 DM: Remove GOTOs from processTimeline() 2016-09-07 22:21:01 +02:00
Strangerke 6e412c6a8b DM: more renaming in Timeline 2016-09-07 22:19:10 +02:00
Strangerke 40f57744ef DM: Remove a GOTO from fixChronology() 2016-09-07 21:46:08 +02:00
Strangerke 7bda512dde DM: Start refactoring Timeline 2016-09-07 21:43:18 +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
Strangerke 938b38a66a DM: Rename class members of MovesensMan 2016-08-26 23:02:22 +02:00
Strangerke 5b05f3cff4 DM: Rename members of InventoryMan 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 0d5f9a762e DM: Rename class members in EventManager 2016-08-26 23:02:22 +02:00