aboutsummaryrefslogtreecommitdiff
path: root/engines/dm
AgeCommit message (Collapse)Author
2016-08-26DM: Add support for drawing portions of bitmapsWinterGrascph
Create Frame structure and drawFrame(..) convenience method, also DisplayMan unpacks all the bitmaps with unpackGraphics()
2016-08-26DM: Add the original palettes, edit palette loading accordinglyWinterGrascph
2016-08-26DM: Fix typos and whitespaceWinterGrascph
2016-08-26DM: Fix memory leak in dm.cpp and gfx.cppWinterGrascph
2016-08-26DM: Add support for Dungeon.dat uncompressionWinterGrascph
Add DungeonMan class with support for loading and uncompressing Dungeon.dat file into memory
2016-08-26DM: Create DisplayMan, add support parsing IMG0 filesWinterGrascph
Add display manager named DisplayMan with functions: setUpScreens(), loadGraphics() (which loads graphics from the graphics.dat file), setPalette(..), loadIntoBitmap(..) which loads the requested image into a bitmap and blitToScreen(..)
2016-08-26DM: Add detection for Amiga v2.0 EnglishWinterGrascph
2016-08-26DM: Create engine and detection with dummy dataWinterGrascph