scummvm/engines/dm
Filippos Karapetis 9fe1491a64 DM: Fix class member naming, and silence some MSVC warnings
MSVC complained about some potentially uninitialized variables (false
positives), as well as missing default cases in switch blocks
2018-12-23 20:40:21 +02:00
..
TODOs DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
.gitattributes DM: Add .gitattributes to repository 2016-08-26 23:02:22 +02:00
champion.cpp ALL: Fix misuse of comma operator 2017-11-10 09:57:03 -06:00
champion.h DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
configure.engine DM: Don't build by default 2016-09-11 00:30:19 +02:00
console.cpp DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
console.h DM: Rework functions related to Directions in order to make them consistent and remove redundancy 2016-09-11 10:45:20 +02:00
detection.cpp DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of demo to 2.0 2016-10-11 21:44:03 +02:00
dialog.cpp DM: reduce dereferencing some more 2016-09-25 07:44:04 +02:00
dialog.h DM Rename enum members in dm.h and dialog.h 2016-09-11 00:34:44 +02:00
dm.cpp ALL: Fix misuse of comma operator 2017-11-10 09:57:03 -06:00
dm.h ALL: Load savegame thumbnail only when necessary 2018-04-07 09:26:20 +02:00
dmglobals.cpp DM: Clean up includes 2016-09-03 10:38:43 +02:00
dungeonman.cpp JANITORIAL: Silence GCC 7 fallthrough warnings 2018-03-24 15:53:25 +01:00
dungeonman.h DM: Get rif od SquareType, rename SquareMask 2016-09-13 07:47:47 +02:00
eventman.cpp EVENTS: Rename synthetic to kbdRepeat 2017-11-19 16:12:50 +01:00
eventman.h DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
gfx.cpp DM: Fix class member naming, and silence some MSVC warnings 2018-12-23 20:40:21 +02:00
gfx.h DM: Fix class member naming, and silence some MSVC warnings 2018-12-23 20:40:21 +02:00
group.cpp JANITORIAL: Silence GCC 7 fallthrough warnings 2018-03-24 15:53:25 +01:00
group.h DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
inventory.cpp DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
inventory.h DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
loadsave.cpp ALL: Load savegame thumbnail only when necessary 2018-04-07 09:26:20 +02:00
loadsave.h DM: Rename some more enums 2016-09-18 22:16:52 +02:00
lzw.cpp DM: Polishing in LZWdecompressor 2016-09-04 00:13:19 +02:00
lzw.h DM: Some more fixes concerning pointer formatting 2016-09-03 21:42:58 +02:00
menus.cpp JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
menus.h DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
module.mk DM: Add LZW decompressor 2016-08-26 23:02:22 +02:00
movesens.cpp ALL: Fix misuse of comma operator 2017-11-10 09:57:03 -06:00
movesens.h DM: Make use of TimeLineEventType 2016-09-20 22:26:00 +02:00
objectman.cpp DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
objectman.h DM: Rename some more enums 2016-09-18 22:16:52 +02:00
POTFILES DM: Add POTFILES 2016-11-24 12:46:18 +01:00
projexpl.cpp DM: Fix Possible Uninitialized Variable Usage Compiler Warnings. 2018-07-30 14:07:23 +01:00
projexpl.h DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
sounds.cpp JANITORIAL: Silence more GCC 7 warnings 2017-08-06 12:26:05 +02:00
sounds.h DM: Change the definition of setMapAndTime, move SoundIndex enum to SoundMan 2016-09-19 07:06:55 +02:00
text.cpp DM: Rename GraphicIndice members 2016-09-21 07:54:58 +02:00
text.h DM: Some more renaming 2016-09-19 07:58:42 +02:00
timeline.cpp DM: Fix GCC warnings 2017-01-31 18:15:31 +01:00
timeline.h DM: Make use of TimeLineEventType 2016-09-20 22:26:00 +02:00