657
edits
m (Update) |
(Update issues) |
||
Line 2: | Line 2: | ||
* Add support for deleting and renaming of files, to enable original game's load and save system. | * Add support for deleting and renaming of files, to enable original game's load and save system. | ||
* Add support for drawWizImage masking, triggered by flag 0x80 (Used in maze and putttime) | * Add support for drawWizImage masking, triggered by flag 0x80 (Used in maze and putttime) | ||
* Add support for drawWizComplexPolygon (For | * Add support for drawWizComplexPolygon (For pajama3 and puttcircus) | ||
* Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | * Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | ||
An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is | An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is | ||
Line 12: | Line 12: | ||
* Add extra Sound flags. | * Add extra Sound flags. | ||
* Fix sound resource manipulation in createSound(). | * Fix sound resource manipulation in createSound(). | ||
== U32 library calls == | == U32 library calls == | ||
Line 49: | Line 48: | ||
== Pajama Sam 3 == | == Pajama Sam 3 == | ||
* Pajama Sam is always shown wearing a pumpkin over head in 'A Complex Exterior'. | * Pajama Sam is always shown wearing a pumpkin over head in 'A Complex Exterior'. | ||
* Sprites aren't shown during 'Ski Ride', due to lack of | * Sprites aren't shown during 'Ski Ride', due to lack of support for angles and scaling. | ||
* The images in 'Credits' aren't zoomed out and rotated, due to lack of | * The images in 'Credits' aren't zoomed out and rotated, due to lack of support for angles and scaling of wizImages. | ||
== Pajama Sam's Lost & Found == | == Pajama Sam's Lost & Found == | ||
Line 62: | Line 61: | ||
== Putt-Putt Joins The Circus == | == Putt-Putt Joins The Circus == | ||
* | * The image shown by the magnifying glass is wrong, due to lack of support for scaling of wizImages. | ||
== Putt-Putt Enters The Race == | == Putt-Putt Enters The Race == | ||
Line 88: | Line 87: | ||
== Future == | == Future == | ||
* Add 16bit color support for later HE games? | * Add 16bit color support for later HE games? | ||
* Add compression support for music/speech files | * Add compression support for music/speech files | ||
* Add support for resource queuing, to help playing from CD. | |||
== 16bit Color Games == | == 16bit Color Games == |
edits