Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes sounds in the menu
|
|
Only thing missing is the hEndOfBuffer code, but this is a good start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We already have our own raw PCM and IMA ADPCM classes that we will use
|
|
We'll let our own sound code take care of the RIFF header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That fixes the regression in the credits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Italian and Polish versions.
This also breaks the English game detection. To be fixed!
|
|
|
|
|
|
|
|
|
|
|
|
Though the CD contains installshield cabinets, these don't contain
the required datafiles. These are instead already found on the CD in
the directories named "Music", "Voices" and "Roasted".
The last of these contains the main datafiles and executables.
It appears the installshield cabinet format here is using a rare
"external" link format pointing to the files and folders on the CD.
Since the files are on the CD anyway, the "compressed" entry is not
required.
However, the detection entry is likely to need some more changes to
support detection of these in the original CD folder structure..
|