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 |
|
Strangerke
|
857d4e72ed
|
DM: Renaming of Champion and ChampionMan functions
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
f9323fe9fa
|
DM: Get rid of some globals in inventory
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
53121afb09
|
DM: Fix some GCC warnings
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
d90f365728
|
DM: Work on eventman globals, renaming and apply some coding conventions
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
c469c72824
|
DM: Move some more globals
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
d97a8905cc
|
DM: Remove some warnings
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
92c9c54481
|
DM: Start refactoring of eventMan
|
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
|
58d1bcc3e7
|
DM: Silent a couple of CppCheck warnings
|
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
|
80f2199151
|
DM: Clear check some warnings, complete minor functions
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
b4b76047ff
|
DM: Fix some GCC warnings
|
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 |
|
Bendegúz Nagy
|
aacbcc0757
|
DM: Correct language from GR_GRE to DE_DEU
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
5bd6e3a49b
|
DM: Add missing calls in constructors to initConstant methods
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
f7ad6488e3
|
DM: Add localization
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
3fffb08a40
|
DM: Add missing localization warnings and query function for language
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
52f76a5d74
|
DM: Remove default parameters from blitToBitmap
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
5c2ee5c748
|
DM: Fix wrong champIcon hidden in f319_championKill
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
50f3cfa625
|
DM: Add debug command godmode
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
774ae8e821
|
DM: Remove unnecessary redirection through DMEngine members
|
2016-08-26 23:02:22 +02:00 |
|
Strangerke
|
a80ae55379
|
DM: some minor changes in f291_drawSlot and f281_renameChampion
|
2016-08-26 23:02:22 +02:00 |
|
Bendegúz Nagy
|
084b1df8f3
|
DM: Refactor f281_renameChampion
|
2016-08-26 23:02:22 +02:00 |
|