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
|
dc19419507
|
DM: reduce some more redirections
|
2016-09-26 21:15:04 +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
|
b0e433cec2
|
DM: Get rid of some dereferencing in DungeonMan
|
2016-09-23 07:54:54 +02:00 |
|
Strangerke
|
9169099b23
|
DM: Some renaming, reduce dereferencing
|
2016-09-22 07:04:23 +02:00 |
|
Strangerke
|
4133ea66c1
|
DM: Rename GraphicIndice members
|
2016-09-21 07:54:58 +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
|
0750c20fe7
|
DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask
|
2016-09-18 11:46:53 +02:00 |
|
Strangerke
|
f6039153ec
|
DM: Refactor Box()
|
2016-09-16 22:05:59 +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
|
4e28542029
|
DM: Rename some enums in DungeonMan
|
2016-09-12 22:37:51 +02:00 |
|
Strangerke
|
c4e362bf04
|
DM: Rename leftover variable
|
2016-09-12 20:50: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
|
2f311a800f
|
DM: Get rid of getBoundedValue, replace it by CLIP
|
2016-09-11 11:10:22 +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
|
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
|
4eeeea2c8d
|
DM: Refactoring, enforce the use of ChampionIndex
|
2016-09-04 08:47:13 +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
|
bf5875d2fe
|
DM: Janitorial - Fix the style of some pointers
|
2016-08-27 10:54:29 +02:00 |
|
Strangerke
|
8f6f350aa5
|
DM: Renaming in ChampionMan
|
2016-08-26 23:02:22 +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
|
d2fbd98f3d
|
DM: Renaming in MenuMan definition
|
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
|
6a02a571cd
|
DM: Rename variables and functions of DisplayMan
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
0d5f9a762e
|
DM: Rename class members in EventManager
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
64b1c4fdf1
|
DM: Rename DungeonMan class members
|
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 |
|