Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Add LZW decompressor | Bendegúz Nagy | |
2016-08-26 | DM: Add debugger console | Bendegúz Nagy | |
2016-08-26 | DM: Add sound loading | Bendegúz Nagy | |
2016-08-26 | DM: Add DialogMan | Bendegúz Nagy | |
2016-08-26 | DM: Add some missing code | Bendegúz Nagy | |
2016-08-26 | DM: Add dependencies for ↵ | Bendegúz Nagy | |
F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF | |||
2016-08-26 | DM: Add GroupMan, Group, ActiveGroup, F0196_GROUP_InitializeActiveGroups | Bendegúz Nagy | |
2016-08-26 | DM: Move two global arrays to DMEngine | Strangerke | |
2016-08-26 | DM: Reorder files in MK file | Strangerke | |
2016-08-26 | DM: Add MovesensMan | Bendegúz Nagy | |
2016-08-26 | DM: Add standard GPLv2 header | Bendegúz Nagy | |
2016-08-26 | DM: Fix link | Strangerke | |
2016-08-26 | DM: Add InventoryMan, G0041_s_Graphic562_Box_ViewportFloppyZzzCross | Bendegúz Nagy | |
2016-08-26 | DM: Add ObjectMan | Bendegúz Nagy | |
2016-08-26 | DM: Add initialization related to F0435_STARTEND_LoadGame_CPSF | Bendegúz Nagy | |
2016-08-26 | DM: Add champion POD and it's enums | Bendegúz Nagy | |
2016-08-26 | DM: Add mouse input processing and display for movement arrows | Bendegúz Nagy | |
2016-08-26 | DM: Add event manager | Bendegúz Nagy | |
2016-08-26 | DM: Add dungeonman.o to module.mk, fix _bitmaps memory leak | WinterGrascph | |
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 | |