aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/detection.cpp
AgeCommit message (Collapse)Author
2018-01-23SUPERNOVA: Add detection entry for English translationThierry Crozat
2018-01-23SUPERNOVA: Fix GCC Unused Variable Warnings.D G Turner
2018-01-23SUPERNOVA: Add saving/loading of playtimeThierry Crozat
2018-01-23SUPERNOVA: Improve save state handlingThierry Crozat
The saved game files now start with a header and version which allows to do some sanity check and will allow to change the format in the future if needed. Also the MetaEngine can now be queried for the meta infos of a save state.
2018-01-23SUPERNOVA: Raises save game limit to 99Joseph-Eugene Winzer
2018-01-23SUPERNOVA: Extends MetaEngine for load/save supportJoseph-Eugene Winzer
2018-01-23SUPERNOVA: FormattingJoseph-Eugene Winzer
2018-01-22SUPERNOVA: Added basic game loop and play sound samplesJoseph-Eugene Winzer
There has been many other changes like copy/pasting room definitions, skeleton for image decoder, .. Getting supernova mod format support seems to be a good next step.
2018-01-22SUPERNOVA: Create engine skeleton and game detectionJoseph-Eugene Winzer