657
edits
(Fixed bug in putttime) |
(Update gerneal issues) |
||
Line 1: | Line 1: | ||
== General Issues == | == General Issues == | ||
* Add descumm support for | * Add descumm support for HE90+ games, to help solve bugs. | ||
* 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 o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used by the mini game of spyfox2, when 'arcadecheat=1' is added to ScummVM config file. | * Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used by the mini game of spyfox2, when 'arcadecheat=1' is added to ScummVM config file. | ||
* Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | * Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | ||
* Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | * Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | ||
* Fix broken sync. of songs, if the game is paused during song. | |||
* 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