657
edits
(Fixed) |
m |
||
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 horizontal and vertical flipping of wizImages, using compression type 1 (For mustard) | * Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For mustard) | ||
* 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) (cyx) | ||
* Add support for | * Add support for drawWizComplexPolygonTransform (For pajama3 and puttcircus) (cyx) | ||
* 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 |
edits