Age | Commit message (Expand) | Author |
2018-12-23 | DM: Fix class member naming, and silence some MSVC warnings | Filippos Karapetis |
2018-07-30 | DM: Fix Possible Uninitialized Variable Usage Compiler Warnings. | D G Turner |
2018-03-25 | DM: Fix drawSquareD0L() to match original rebuilt sources | Adrian Frühwirth |
2018-03-24 | JANITORIAL: Silence GCC 7 fallthrough warnings | Adrian Frühwirth |
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson |
2017-04-18 | JANITORIAL: Remove superfluous semicolons | Torbjörn Andersson |
2017-01-31 | DM: Fix GCC warnings | Strangerke |
2017-01-22 | DM: Fix formating | Bendegúz Nagy |
2017-01-20 | Fix crash at the first corridor and entrance door | Bendegúz Nagy |
2017-01-20 | Silence valgrind error messages | Bendegúz Nagy |
2017-01-20 | Properly delete leaking DisplayMan::_tmpBitmap | Bendegúz Nagy |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko |
2016-09-28 | DM: More refactoring | Strangerke |
2016-09-26 | DM: reduce some more redirections | Strangerke |
2016-09-24 | DM: Fix some CppCheck warnings | Strangerke |
2016-09-21 | DM: Rename GraphicIndice members | Strangerke |
2016-09-20 | DM: Initialize some variables | Strangerke |
2016-09-18 | DM: Rename members of Behavior, some more renaming | Strangerke |
2016-09-18 | DM: rename members of DescriptionMask, PanelContent, CreatureSize, CreatureMask | Strangerke |
2016-09-18 | DM: Rename Creature masks, move SoundMode to sound.h | Strangerke |
2016-09-17 | DM: Some renaming in group | Strangerke |
2016-09-17 | DM: Fix the style of some pointers in gfx, remove some implicit casts to Box | Strangerke |
2016-09-16 | DM: Fix some more warnings | Strangerke |
2016-09-16 | DM: Clarify some assignments | Strangerke |
2016-09-16 | DM: Refactor Box() | Strangerke |
2016-09-16 | DM: More renaming in gfx enums | Strangerke |
2016-09-16 | DM: More renaming in Gfx enums | Strangerke |
2016-09-15 | DM: Renaming of enums in gfx, some refactoring | Strangerke |
2016-09-15 | DM: Some renaming and refactoring in Gfx | Strangerke |
2016-09-14 | DM: Add DoorButton enum, fix a bug in drawSquareD3C | Strangerke |
2016-09-14 | DM: Add DoorOrnament enum, some refactoring in drawDoorOrnament to make use o... | Strangerke |
2016-09-14 | DM: Add DoorState enum, make use of it | Strangerke |
2016-09-14 | DM: Add an enum (ViewFloor), enforce its use, fix a bug in the case of kDMEle... | Strangerke |
2016-09-13 | DM: Silence some GCC warnings | Strangerke |
2016-09-13 | DM: Get rif od SquareType, rename SquareMask | Strangerke |
2016-09-12 | DM: more renaming in DungeonMan | Strangerke |
2016-09-12 | DM: Add partial fix to drawing explosions | Bendegúz Nagy |
2016-09-11 | DM: Rename more constants | Strangerke |
2016-09-11 | DM: Start renaming constants in DungeonMan | Strangerke |
2016-09-11 | DM: Get rid of getBoundedValue, replace it by CLIP | Strangerke |
2016-09-11 | DM: Rework functions related to Directions in order to make them consistent a... | Strangerke |
2016-09-11 | DM: Make some functions private, move 2 functions to more specific classes | Strangerke |
2016-09-11 | DM: Move some globals to DMEngine | Strangerke |
2016-09-11 | DM Rename enum members in dm.h and dialog.h | Strangerke |
2016-09-10 | DM: Rename _C to _Cu | Eugene Sandulenko |
2016-09-10 | DM: Fix regression in 4613e8ffad84e76d06024448f9215439d5cea5e7 | Strangerke |
2016-09-09 | DM: Rename IconIndice enum | Strangerke |
2016-09-05 | Merge branch 'dm' of github.com:WinterGrascph/scummvm into dm | Bendegúz Nagy |
2016-09-04 | DM: Remove a variant of blitToScreen, refactor drawActionDamage | Strangerke |
2016-09-03 | DM: Some more fixes concerning pointer formatting | Strangerke |