Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Add drawDungeon test code | WinterGrascph | |
2016-08-26 | DM: Add square query in DungeonMan | WinterGrascph | |
2016-08-26 | DM: Implement F0173_DUNGEON_SetCurrentMap | WinterGrascph | |
2016-08-26 | DM: Implement Dungeon.dat file parsing, add relevant structures | WinterGrascph | |
2016-08-26 | DM: Add support for viewports with blitting | WinterGrascph | |
2016-08-26 | DM: Delete TOBE2 macro, use READ_BE_UINT16 instead | WinterGrascph | |
2016-08-26 | DM: Fix constant and global variable names according to coding conventions | WinterGrascph | |
2016-08-26 | DM: Rewrite blitting methods, revise FRAME POD | WinterGrascph | |
2016-08-26 | DM: Add horizontal and vertical bitmap flipping | WinterGrascph | |
2016-08-26 | DM: Refactor DisplayMan::DrawFrame and Frame POD | WinterGrascph | |
2016-08-26 | DM: Add support for transparency in blitting | WinterGrascph | |
2016-08-26 | DM: Add support for drawing portions of bitmaps | WinterGrascph | |
Create Frame structure and drawFrame(..) convenience method, also DisplayMan unpacks all the bitmaps with unpackGraphics() | |||
2016-08-26 | DM: Add the original palettes, edit palette loading accordingly | WinterGrascph | |
2016-08-26 | DM: Fix typos and whitespace | WinterGrascph | |
2016-08-26 | DM: Fix memory leak in dm.cpp and gfx.cpp | WinterGrascph | |
2016-08-26 | DM: Add support for Dungeon.dat uncompression | WinterGrascph | |
Add DungeonMan class with support for loading and uncompressing Dungeon.dat file into memory | |||
2016-08-26 | DM: Create DisplayMan, add support parsing IMG0 files | WinterGrascph | |
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-26 | DM: Add detection for Amiga v2.0 English | WinterGrascph | |
2016-08-26 | DM: Create engine and detection with dummy data | WinterGrascph | |