aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.cpp
AgeCommit message (Collapse)Author
2018-12-23DM: Fix class member naming, and silence some MSVC warningsFilippos Karapetis
MSVC complained about some potentially uninitialized variables (false positives), as well as missing default cases in switch blocks
2018-07-30DM: Fix Possible Uninitialized Variable Usage Compiler Warnings.D G Turner
2018-03-25DM: Fix drawSquareD0L() to match original rebuilt sourcesAdrian Frühwirth
The current implementation is shite ((c) Strangerke), so here is one which matches the rebuilt sources :-) Given that drawSquareD0R() is identical to the rebuilt sources already it's safe to assume that no refactoring has been done which could explain why drawSquareD0L() looks different. While we're at it, mark that (now correct) fallthrough as intentional to silence the current gcc7 warning.
2018-03-24JANITORIAL: Silence GCC 7 fallthrough warningsAdrian Frühwirth
Verified intentional.
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
There were all flagged as intentional fall throughs. I simply changed the comments to something GCC would recognize.
2017-04-18JANITORIAL: Remove superfluous semicolonsTorbjörn Andersson
2017-01-31DM: Fix GCC warningsStrangerke
2017-01-22DM: Fix formatingBendegúz Nagy
2017-01-20Fix crash at the first corridor and entrance doorBendegúz Nagy
Crash caused by missing DisplayMan::_derivedBitmapByteCount values
2017-01-20Silence valgrind error messagesBendegúz Nagy
2017-01-20Properly delete leaking DisplayMan::_tmpBitmapBendegúz Nagy
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-28DM: More refactoringStrangerke
2016-09-26DM: reduce some more redirectionsStrangerke
2016-09-24DM: Fix some CppCheck warningsStrangerke
2016-09-21DM: Rename GraphicIndice membersStrangerke
2016-09-20DM: Initialize some variablesStrangerke
2016-09-18DM: Rename members of Behavior, some more renamingStrangerke
2016-09-18DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMaskStrangerke
2016-09-18DM: Rename Creature masks, move SoundMode to sound.hStrangerke
2016-09-17DM: Some renaming in groupStrangerke
2016-09-17DM: Fix the style of some pointers in gfx, remove some implicit casts to BoxStrangerke
2016-09-16DM: Fix some more warningsStrangerke
2016-09-16DM: Clarify some assignmentsStrangerke
2016-09-16DM: Refactor Box()Strangerke
2016-09-16DM: More renaming in gfx enumsStrangerke
2016-09-16DM: More renaming in Gfx enumsStrangerke
2016-09-15DM: Renaming of enums in gfx, some refactoringStrangerke
2016-09-15DM: Some renaming and refactoring in GfxStrangerke
2016-09-14DM: Add DoorButton enum, fix a bug in drawSquareD3CStrangerke
2016-09-14DM: Add DoorOrnament enum, some refactoring in drawDoorOrnament to make use ↵Strangerke
of it
2016-09-14DM: Add DoorState enum, make use of itStrangerke
2016-09-14DM: Add an enum (ViewFloor), enforce its use, fix a bug in the case of ↵Strangerke
kDMElementTypeDoorFront
2016-09-13DM: Silence some GCC warningsStrangerke
2016-09-13DM: Get rif od SquareType, rename SquareMaskStrangerke
2016-09-12DM: more renaming in DungeonManStrangerke
2016-09-12DM: Add partial fix to drawing explosionsBendegúz Nagy
2016-09-11DM: Rename more constantsStrangerke
2016-09-11DM: Start renaming constants in DungeonManStrangerke
2016-09-11DM: Get rid of getBoundedValue, replace it by CLIPStrangerke
2016-09-11DM: Rework functions related to Directions in order to make them consistent ↵Strangerke
and remove redundancy
2016-09-11DM: Make some functions private, move 2 functions to more specific classesStrangerke
2016-09-11DM: Move some globals to DMEngineStrangerke
2016-09-11DM Rename enum members in dm.h and dialog.hStrangerke
2016-09-10DM: Rename _C to _CuEugene Sandulenko
2016-09-10DM: Fix regression in 4613e8ffad84e76d06024448f9215439d5cea5e7Strangerke
2016-09-09DM: Rename IconIndice enumStrangerke
2016-09-05Merge branch 'dm' of github.com:WinterGrascph/scummvm into dmBendegúz Nagy
2016-09-04DM: Remove a variant of blitToScreen, refactor drawActionDamageStrangerke
2016-09-03DM: Some more fixes concerning pointer formattingStrangerke