aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
AgeCommit message (Expand)Author
2016-08-26DM: Add blitToBitmapShrinkWithPalChangeWinterGrascph
2016-08-26DM: Add isDrawnWallOrnAnAlcove functionWinterGrascph
2016-08-26DM: Add global variable dependencies for isDrawnWallOrnAnAlcoveWinterGrascph
2016-08-26DM: Add stairs displayWinterGrascph
2016-08-26DM: Add dummy movement code for testingWinterGrascph
2016-08-26DM: Add wall flipping displayWinterGrascph
2016-08-26DM: getSquareAspect(..) is completeWinterGrascph
2016-08-26DM: Add the partial drawing of dungeonwallsWinterGrascph
2016-08-26DM: Add flipped wall bitmapsWinterGrascph
2016-08-26DM: Fix file loading dependancyWinterGrascph
2016-08-26DM: Add some draw dungeon dependenciesWinterGrascph
2016-08-26DM: Finish implementing ornament masks in DungeonMan::getSquareWinterGrascph
2016-08-26DM: Add dungeonman.o to module.mk, fix _bitmaps memory leakWinterGrascph
2016-08-26DM: Add loadWallSet(..) and loadFloorSet(..)WinterGrascph
2016-08-26DM: Add missing cross-references in gfx.hWinterGrascph
2016-08-26DM: Add support for viewports with blittingWinterGrascph
2016-08-26DM: Fix constant and global variable names according to coding conventionsWinterGrascph
2016-08-26DM: Rewrite blitting methods, revise FRAME PODWinterGrascph
2016-08-26DM: Add horizontal and vertical bitmap flippingWinterGrascph
2016-08-26DM: Refactor DisplayMan::DrawFrame and Frame PODWinterGrascph
2016-08-26DM: Add support for transparency in blittingWinterGrascph
2016-08-26DM: Add support for drawing portions of bitmapsWinterGrascph
2016-08-26DM: Add the original palettes, edit palette loading accordinglyWinterGrascph
2016-08-26DM: Add support for Dungeon.dat uncompressionWinterGrascph
2016-08-26DM: Create DisplayMan, add support parsing IMG0 filesWinterGrascph