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 |
|
Adrian Frühwirth
|
a20f90cbb7
|
JANITORIAL: Fix formatting
|
2018-04-22 00:56:21 +02:00 |
|
Adrian Frühwirth
|
a222fc8ad8
|
JANITORIAL: Silence GCC 7 fallthrough warnings
Verified intentional.
|
2018-03-24 15:53:25 +01: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
|
9ca8d65113
|
DM: More refactoring
|
2016-09-28 00:29:07 +02:00 |
|
Strangerke
|
dc19419507
|
DM: reduce some more redirections
|
2016-09-26 21:15:04 +02:00 |
|
Strangerke
|
4133ea66c1
|
DM: Rename GraphicIndice members
|
2016-09-21 07:54:58 +02:00 |
|
Strangerke
|
0ee75674fc
|
DM: Fix two memory leaks
|
2016-09-20 23:26:23 +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
|
0750c20fe7
|
DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask
|
2016-09-18 11:46:53 +02:00 |
|
Strangerke
|
ebe014f4be
|
DM: Rename Creature masks, move SoundMode to sound.h
|
2016-09-18 11:18:11 +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
|
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
|
5e9363b6d9
|
DM: Make use of Common::String in menusPrintSpellFailureMessage
|
2016-09-12 21:20:45 +02:00 |
|
Strangerke
|
2aada126a2
|
DM: Fix potential divide by zero
|
2016-09-12 20:58:21 +02:00 |
|
Eugene Sandulenko
|
c673c5654b
|
DM: Fix comparison warnings
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
efe44f1eb0
|
DM: Fix warning
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
802ec48a3d
|
DM: Fix variable clash
|
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
|
2f311a800f
|
DM: Get rid of getBoundedValue, replace it by CLIP
|
2016-09-11 11:10:22 +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
|
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
|
7bda512dde
|
DM: Start refactoring Timeline
|
2016-09-07 21:43:18 +02:00 |
|
Strangerke
|
9284e4c9fd
|
DM: Remove a variant of blitToScreen, refactor drawActionDamage
|
2016-09-04 18:29:16 +02:00 |
|
Strangerke
|
e8f4b15af9
|
DM: More refactoring and renaming in MenuMan
|
2016-09-04 15:44:40 +02:00 |
|
Strangerke
|
f2fdc9c06f
|
DM: Finish the rework in isActionPerformed, remove all GOTOs
|
2016-09-04 13:03:32 +02:00 |
|
Strangerke
|
c5f45cb301
|
DM: WIP rework in isActionPerformed()
|
2016-09-04 12:07:31 +02:00 |
|
Strangerke
|
db99e8bc60
|
DM: Fix original bug in MenuMan
|
2016-09-04 11:24:22 +02:00 |
|