Commit graph

57 commits

Author SHA1 Message Date
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
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
64b1c4fdf1 DM: Rename DungeonMan class members 2016-08-26 23:02:22 +02:00
Strangerke
544ce3578b DM: rename members of dungeonman 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
5bd4464076 DM: Fix some more GCC warnings 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
0233b503f1 DM: Some more work on 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
0eb61d0a7d DM: Pull sound handling into a separate class 2016-08-26 23:02:22 +02:00
Strangerke
cdbbc15e56 DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename _moveSens 2016-08-26 23:02:22 +02:00
Strangerke
b174331e71 DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction. 2016-08-26 23:02:22 +02:00
Strangerke
ebd672770a DM: Properly stub f064_SOUND_RequestPlay_CPSD 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
81a8c8cf74 DM: Clear some warnings 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
cc5f1ab478 DM: Add f220_explosionProcessEvent25_explosion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
12f06fd1d9 DM: Add f219_processEvents48To49_projectile 2016-08-26 23:02:22 +02:00