Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of ↵ | Strangerke | |
demo to 2.0 | |||
2016-10-11 | DM: Handle demo dungeon file | Strangerke | |
2016-10-09 | DM: Add detection for an amiga demo version | Strangerke | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-11 | DM Rename enum members in dm.h and dialog.h | Strangerke | |
2016-09-03 | DM: Fix copyright issues | Bendegúz Nagy | |
2016-09-03 | DM: Clean up includes | Bendegúz Nagy | |
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files | |||
2016-08-26 | DM: Fix GCC errors in detection.cpp | Bendegúz Nagy | |
2016-08-26 | DM: Add target and original platform to save files | Bendegúz Nagy | |
2016-08-26 | DM: Add support for loading from launcher | Bendegúz Nagy | |
2016-08-26 | DM: Add unknown Atari game version | Bendegúz Nagy | |
2016-08-26 | DM: Add missing localization warnings and query function for language | Bendegúz Nagy | |
2016-08-26 | DM: Add entrance processing | Bendegúz Nagy | |
2016-08-26 | DM: Add standard GPLv2 header | Bendegúz Nagy | |
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 | |