aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/detection.cpp
AgeCommit message (Collapse)Author
2016-10-11DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of ↵Strangerke
demo to 2.0
2016-10-11DM: Handle demo dungeon fileStrangerke
2016-10-09DM: Add detection for an amiga demo versionStrangerke
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-11DM Rename enum members in dm.h and dialog.hStrangerke
2016-09-03DM: Fix copyright issuesBendegúz Nagy
2016-09-03DM: Clean up includesBendegúz Nagy
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
2016-08-26DM: Fix GCC errors in detection.cppBendegúz Nagy
2016-08-26DM: Add target and original platform to save filesBendegúz Nagy
2016-08-26DM: Add support for loading from launcherBendegúz Nagy
2016-08-26DM: Add unknown Atari game versionBendegúz Nagy
2016-08-26DM: Add missing localization warnings and query function for languageBendegúz Nagy
2016-08-26DM: Add entrance processingBendegúz Nagy
2016-08-26DM: Add standard GPLv2 headerBendegúz Nagy
2016-08-26DM: Create DisplayMan, add support parsing IMG0 filesWinterGrascph
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-26DM: Add detection for Amiga v2.0 EnglishWinterGrascph
2016-08-26DM: Create engine and detection with dummy dataWinterGrascph