Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Rearrange main parts to better align with the original | Bendegúz Nagy | |
2016-08-26 | DM: Add initialization related to F0435_STARTEND_LoadGame_CPSF | Bendegúz Nagy | |
2016-08-26 | DM: Fix some CppCheck warnings | Strangerke | |
2016-08-26 | DM: Add mouse input processing and display for movement arrows | Bendegúz Nagy | |
2016-08-26 | DM: Add mouseclick processing | Bendegúz Nagy | |
2016-08-26 | DM: Add commands | Bendegúz Nagy | |
2016-08-26 | DM: Add event manager | Bendegúz Nagy | |
2016-08-26 | DM: Add dummy movement code for testing | WinterGrascph | |
2016-08-26 | DM: getSquareAspect(..) is complete | WinterGrascph | |
2016-08-26 | DM: Add some draw dungeon dependencies | WinterGrascph | |
I forgot to do commits and it was already too late to revert back the changes I've because they were too numerous. | |||
2016-08-26 | DM: Add drawDungeon test code | WinterGrascph | |
2016-08-26 | DM: Rewrite blitting methods, revise FRAME POD | WinterGrascph | |
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 | |