Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | ENGINES: Stop using 'single id' | Bastien Bouclet | |
2019-11-03 | ENGINES: Add an engine ID to all the engines | Bastien Bouclet | |
2019-10-08 | JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines | Hubert Maier | |
2019-10-04 | HDB: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-09-29 | HDB: The engine does not use mid, mark the games as such. | Henrik "Henke37" Andersson | |
2019-09-13 | HDB: Ensure Demos are Indicated in ScummVM GUI Launcher List | D G Turner | |
2019-09-04 | HDB: Set engine to testing | Eugene Sandulenko | |
2019-09-03 | HDB: Mark autosave slots with 'Auto:' in the GUI | Eugene Sandulenko | |
2019-09-03 | HDB: Implement cheating as GUI option | Eugene Sandulenko | |
2019-09-03 | HDB: Increase number of slots to 99 and support saveload from the GMM | Eugene Sandulenko | |
2019-09-03 | HDB: Fix isPPC() check | Eugene Sandulenko | |
2019-09-03 | HDB: Added Handango flag | Eugene Sandulenko | |
2019-09-03 | HDB: Use PocketPC platform enum | Eugene Sandulenko | |
2019-09-03 | HDB: Fix warnings | Nipun Garg | |
2019-09-03 | HDB: Add isPPC Flag | Nipun Garg | |
2019-09-03 | HDB: Implement rest of the demo differences | Eugene Sandulenko | |
2019-09-03 | HDB: Added more detection entries | Eugene Sandulenko | |
2019-09-03 | HDB: Reduce header dependency | Eugene Sandulenko | |
2019-09-03 | HDB: Implement removeSaveState() | Strangerke | |
2019-09-03 | HDB: (Hopefully) fix a c&p error in hasFeature() | Strangerke | |
2019-09-03 | HDB: Fix load menu items | Eugene Sandulenko | |
2019-09-03 | HDB: Load thumbnail from the launcher | Eugene Sandulenko | |
2019-09-03 | HDB: Support loading from the launcher | Eugene Sandulenko | |
2019-09-03 | HDB: Move HDBGame::hasFeature() to detection.cpp for consistency | Eugene Sandulenko | |
2019-09-03 | HDB: Added more code for loading save states from the command line | Eugene Sandulenko | |
2019-09-03 | HDB: Improve isDemo() function definition | Nipun Garg | |
2019-09-03 | HDB: Add isDemo() | Nipun Garg | |
2019-09-03 | HDB: Add the Detector entry for hyperspace.mpc | Nipun Garg | |
2019-09-03 | HDB: Correct the include paths from X.h to hdb/X.h | Nipun Garg | |
2019-09-03 | HDB: Modify setGameFlags() to getGameFlags() | Nipun Garg | |
2019-09-03 | HDB: Check if demo version is running | Nipun Garg | |
2019-09-03 | HDB: Fix Coding and Formatting Conventions issues | Nipun Garg | |
2019-09-03 | HDB: Add additional HDB variant to detection.cpp | Nipun Garg | |
2019-09-03 | HDB: Setup system for drawing Title Screen | Nipun Garg | |
2019-09-03 | HDB: Update HDB to the Code Formatting Conventions | Nipun Garg | |
2019-09-03 | HDB: Add decompresser to readMPC() | Nipun Garg | |
The .MPC decompression methods are added to readMPC(). The position and length of each data file in held in the struct DataFile, which are stored in the Array gameData. To extract a file, you need to access its entry in gameData and read the file from the given position. | |||
2019-09-03 | HDB: Attach the HDBGame class into the HDBMetaEngine | Nipun Garg | |
Modified HBDMetaEngine's createInstance() method to instantiate the engine to an HDBGame object | |||
2019-09-03 | HDB: Add array of ADGameDescription objects | Nipun Garg | |
The ADGameDescription object corresponding to hyperdemo.mpc is added to gameDescriptions[]. Also, updated the getName() and getOriginalCopyright() functions. | |||
2019-09-03 | HDB: Add skeleton detection.cpp file | Nipun Garg | |
Subclassed the AdvancedMetaEngine and defined the following virtual methods: hasFeature() and createInstance() |