aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.cpp
AgeCommit message (Expand)Author
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
2016-08-26DM: Refactor f109_drawDoorOrnament, f111_drawDoor, f112_drawCeilingPit and f1...Strangerke
2016-08-26DM: Refactor f108_drawFloorOrnament, get rid of a GOTOStrangerke
2016-08-26DM: Add support for LZW compresssed graphics.datBendegúz Nagy
2016-08-26DM: Some small refactoring in DisplayManStrangerke
2016-08-26DM: Minor adjustment to fuseSequence timingBendegúz Nagy
2016-08-26DM: Get rid the last globals of gfx.cppStrangerke
2016-08-26DM: More work on globals in gfx.cppStrangerke
2016-08-26DM: More work on globalsStrangerke
2016-08-26DM: Get rid of more globalsStrangerke
2016-08-26DM: More work on globals in gfx.cppStrangerke
2016-08-26DM: Add missing code in f125_drawSquareD0L, rename a constantStrangerke
2016-08-26DM: More work on global variablesStrangerke
2016-08-26DM: Get rid of more global variables in gfxStrangerke
2016-08-26DM: Get rid of more global variablesStrangerke
2016-08-26DM: Refactoring in DisplayManStrangerke
2016-08-26DM: Move some globals in DisplayMan, renamingStrangerke
2016-08-26DM: Add sanity check to blitToBimapBendegúz Nagy
2016-08-26DM: Remove default parameters from blitToBitmapBendegúz Nagy
2016-08-26DM: Disable releaseBlock code in f115_cthulhuBendegúz Nagy
2016-08-26DM: Fix addActiveGroup with groupGeneratorBendegúz Nagy
2016-08-26DM: Start moving globals to DisplayManStrangerke
2016-08-26DM: Fix building copperBendegúz Nagy
2016-08-26DM: Add missing code related to palettesBendegúz Nagy
2016-08-26DM: Complete DisplayMan::f436_STARTEND_fadeToPaletteBendegúz Nagy
2016-08-26DM: Deprecate DisplayMan::loadPaletteBendegúz Nagy
2016-08-26DM: Add partial fix of color paletteBendegúz Nagy
2016-08-26DM: Add debugger consoleBendegúz Nagy
2016-08-26DM: Fill stub method f438_STARTEND_OpenEntranceDoorsBendegúz Nagy
2016-08-26DM: Add stub methods, clean up warnings and some commentsBendegúz Nagy
2016-08-26DM: Remove unnecessary redirection through DMEngine membersBendegúz Nagy
2016-08-26DM: Fix item display in the dungeon, add f480_releaseBlockBendegúz Nagy
2016-08-26DM: Improve upon blitShrinkBendegúz Nagy
2016-08-26DM: Improve on broken displayBendegúz Nagy
2016-08-26DM: Remove hack from f107_isDrawnWallOrnAnAlcoveBendegúz Nagy
2016-08-26DM: Fix portrait drawingBendegúz Nagy
2016-08-26DM: Fix drawing of some wall oranmentsBendegúz Nagy
2016-08-26DM: Partially fix drawing of shrunk bitmapsBendegúz Nagy
2016-08-26DM: Add sound loadingBendegúz Nagy