Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
Modified HBDMetaEngine's createInstance() method to instantiate the
engine to an HDBGame object
|
|
The ADGameDescription object corresponding to hyperdemo.mpc is added to
gameDescriptions[]. Also, updated the getName() and
getOriginalCopyright() functions.
|
|
Subclassed the AdvancedMetaEngine and defined the following virtual
methods: hasFeature() and createInstance()
|