Age | Commit message (Expand) | Author |
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 |
2016-09-03 | DM: Replace _vm->_system with g_system | Bendegúz Nagy |
2016-09-03 | DM: Clean up includes | Bendegúz Nagy |
2016-08-30 | DM: Add message area scroller | Bendegúz Nagy |
2016-08-28 | DM: Some renaming | Strangerke |
2016-08-27 | DM: More renaming in DungeonMan, move some arrays | Strangerke |
2016-08-27 | DM: Remove custom warning function | Strangerke |
2016-08-26 | DM: Finish the renaming of class members | Strangerke |
2016-08-26 | DM: Rename functions and class members of GroupMan | Strangerke |
2016-08-26 | DM: Rename variables and functions of DisplayMan | Strangerke |
2016-08-26 | DM: Rename class members in EventManager | Strangerke |
2016-08-26 | DM: Rename DungeonMan class members | Strangerke |
2016-08-26 | DM: Rename functions of DMEngine and DialogMan | Strangerke |
2016-08-26 | DM: Renaming of Champion and ChampionMan functions | Strangerke |
2016-08-26 | DM: Fix drawing of some dungeon items | Bendegúz Nagy |
2016-08-26 | DM: Fix some more GCC warnings | Strangerke |
2016-08-26 | DM: Fix some more GCC warnings | Strangerke |
2016-08-26 | DM: Implement missing code in f125_drawSquareD0L | Strangerke |
2016-08-26 | DM: Fix some GCC warnings | Strangerke |
2016-08-26 | DM: Remove some warnings | Bendegúz Nagy |
2016-08-26 | DM: Fix releasing flagged bitmaps | Bendegúz Nagy |
2016-08-26 | DM: Some renaming, move some globals to class member | Strangerke |
2016-08-26 | DM: Fix regression (pressure plate), fix compilation | Strangerke |
2016-08-26 | DM: Clear check some warnings, complete minor functions | Bendegúz Nagy |
2016-08-26 | DM: Fix regression in f107_isDrawnWallOrnAnAlcove | Strangerke |
2016-08-26 | DM: Finish f113_drawField | Bendegúz Nagy |
2016-08-26 | DM: Pull K0016_aui_Palette_FadeTemporary into a class vaiable | Bendegúz Nagy |
2016-08-26 | DM: Some more work on f115_cthulhu | Strangerke |
2016-08-26 | DM: WIP renaming and cleanup in f115_cthulhu | Strangerke |
2016-08-26 | DM: Some refactoring and renaming | Strangerke |
2016-08-26 | DM: Some refactoring, get rid of some more globals | Strangerke |
2016-08-26 | DM: Refactor f107_isDrawnWallOrnAnAlcove | Strangerke |
2016-08-26 | DM: Refactor f123_drawSquareD1R, f124_drawSquareD1C and f125_drawSquareD0L | Strangerke |
2016-08-26 | DM: Refactor f120_drawSquareD2R, f121_drawSquareD2C and f122_drawSquareD1L, r... | Strangerke |
2016-08-26 | DM: Refactor f118_drawSquareD3C and f119_drawSquareD2L, remove several GOTOs | Strangerke |
2016-08-26 | DM: Refactor f117_drawSquareD3R, get rid of several GOTOs | Strangerke |
2016-08-26 | DM: Refactor f116_drawSquareD3L, remove 4 GOTOs | Strangerke |
2016-08-26 | DM: Refactor f109_drawDoorOrnament, f111_drawDoor, f112_drawCeilingPit and f1... | Strangerke |