Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Add the original palettes, edit palette loading accordingly | 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: Create engine and detection with dummy data | WinterGrascph | |