aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
AgeCommit message (Collapse)Author
2016-09-03PRINCE: Added detection to Russian version of the game.Eugene Sandulenko
The engine requires a bit of work, as this version has all files unpacked from the PTC archives.
2016-09-03PRINCE: Properly detect translated versions, and mark them via Game FeatureEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
2014-10-28PRINCE: Change PrinceGameType enum nameslukaslw
Fix compilation on gcc
2014-10-28PRINCE: Allow to load translation file - prince_translation.datlukaslw
Update detection file to allow English language with both PL and DE data files. Add setMobTranslationTexts() to update mob names to translated ones in each location
2014-10-09PRINCE: Change ADGameFlag in gameDescriptions to ADGF_TESTINGlukaslw
2014-10-06PRINCE: detection.h - remove unnecessary commentlukaslw
2014-09-30PRINCE: Original copyright - updatelukaslw
2014-07-29PRINCE: Game saving - basic implementationlukaslw