aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.cpp
AgeCommit message (Expand)Author
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 a...Strangerke
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
2016-09-03DM: Replace _vm->_system with g_systemBendegúz Nagy
2016-09-03DM: Clean up includesBendegúz Nagy
2016-08-30DM: Add message area scrollerBendegúz Nagy
2016-08-28DM: Some renamingStrangerke
2016-08-27DM: More renaming in DungeonMan, move some arraysStrangerke
2016-08-27DM: Remove custom warning functionStrangerke
2016-08-26DM: Finish the renaming of class membersStrangerke
2016-08-26DM: Rename functions and class members of GroupManStrangerke
2016-08-26DM: Rename variables and functions of DisplayManStrangerke
2016-08-26DM: Rename class members in EventManagerStrangerke
2016-08-26DM: Rename DungeonMan class membersStrangerke
2016-08-26DM: Rename functions of DMEngine and DialogManStrangerke
2016-08-26DM: Renaming of Champion and ChampionMan functionsStrangerke
2016-08-26DM: Fix drawing of some dungeon itemsBendegúz Nagy
2016-08-26DM: Fix some more GCC warningsStrangerke
2016-08-26DM: Fix some more GCC warningsStrangerke
2016-08-26DM: Implement missing code in f125_drawSquareD0LStrangerke
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Remove some warningsBendegúz Nagy
2016-08-26DM: Fix releasing flagged bitmapsBendegúz Nagy
2016-08-26DM: Some renaming, move some globals to class memberStrangerke
2016-08-26DM: Fix regression (pressure plate), fix compilationStrangerke
2016-08-26DM: Clear check some warnings, complete minor functionsBendegúz Nagy
2016-08-26DM: Fix regression in f107_isDrawnWallOrnAnAlcoveStrangerke
2016-08-26DM: Finish f113_drawFieldBendegúz Nagy
2016-08-26DM: Pull K0016_aui_Palette_FadeTemporary into a class vaiableBendegúz Nagy
2016-08-26DM: Some more work on f115_cthulhuStrangerke
2016-08-26DM: WIP renaming and cleanup in f115_cthulhuStrangerke
2016-08-26DM: Some refactoring and renamingStrangerke
2016-08-26DM: Some refactoring, get rid of some more globalsStrangerke
2016-08-26DM: Refactor f107_isDrawnWallOrnAnAlcoveStrangerke
2016-08-26DM: Refactor f123_drawSquareD1R, f124_drawSquareD1C and f125_drawSquareD0LStrangerke
2016-08-26DM: Refactor f120_drawSquareD2R, f121_drawSquareD2C and f122_drawSquareD1L, r...Strangerke
2016-08-26DM: Refactor f118_drawSquareD3C and f119_drawSquareD2L, remove several GOTOsStrangerke
2016-08-26DM: Refactor f117_drawSquareD3R, get rid of several GOTOsStrangerke
2016-08-26DM: Refactor f116_drawSquareD3L, remove 4 GOTOsStrangerke