aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection.cpp
AgeCommit message (Collapse)Author
2018-12-10PINK: Push down the advanced detector includeBastien Bouclet
So the whole engine is not rebuilt when making changes to shared code.
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
Also-By: Matthew Hoops <clone2727@gmail.com>
2018-06-29PINK: added loading of thumbnail only when necessaryAndrei Prykhodko
2018-06-28PINK: JANITORIAL: formatting fixesAndrei Prykhodko
2018-06-28PINK: fix saving/loadingAndrei Prykhodko
2018-06-28PINK: Allow running from original mediaEugene Sandulenko
2018-06-28PINK: add savestate metadata supportwhiterandrek
2018-06-28PINK: add saving/loading of game.whiterandrek
It's bugged, but playable
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: moved game descriptions to detection_tables.hwhitertandrek
2018-06-28PINK: Initial commitwhitertandrek
Implemented skeleton of engine, detection, broFile and started orbFile implementation.