657
edits
(Update issues) |
(Update issues) |
||
Line 2: | Line 2: | ||
* Add descumm support for HE90+ games, to help solve bugs. | * 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 | * 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 the 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. | ||
Line 45: | Line 46: | ||
== Putt-Putt Saves the Zoo == | == Putt-Putt Saves the Zoo == | ||
Issues which effect demo and full version (HE72 version only) | Issues which effect demo and full version (HE72 version only) | ||
* When you encouner Kenya the lion cub for the first time, you see a short cutscene. When Kenya tries to jump, her back is teared off with waterfall drops. | * When you encouner Kenya the lion cub for the first time, you see a short cutscene. When Kenya tries to jump, her back is teared off with waterfall drops. Actor 1 (Kenya) is an AUX image and actor 2 (Waterfall drops) is only displayed around Kenya (Not overlapping). But the complete background of actor 2 is been reset, causing the glitches. | ||
== Fun Shop titles == | == Fun Shop titles == | ||
* Add support for processWizImage modes 7 (captureWizPolygon), used when selecting the stamps button or background objects button. Creates the images to be displayed. | * Add support for processWizImage modes 7 (captureWizPolygon), used when selecting the stamps button or background objects button. Creates the images to be displayed. | ||
* Add support for processWizImage modes 13, 14, 15, used after selecting text button. Creates and displays the text written on cursor. | * Add support for processWizImage modes 13, 14, 15, used after selecting text button. Creates and displays the text written on cursor. | ||
* Add support for processWizImage 17, used when first selecting shapes button. | * Add support for processWizImage 17, used draw circle when first selecting shapes button. | ||
* Rotation of shapes is broken, | * Rotation of shapes is broken, which uses case 1004 of logic dispatch. A shape is changed, instead of been rotated correctly. | ||
* All shapes have a line cut off on right edge and bottom edge. | * All shapes have a line cut off on right edge and bottom edge (Another off by one rect issue somehwere?). | ||
== SPY Fox In Hold the Mustard == | == SPY Fox In Hold the Mustard == | ||
Line 77: | Line 78: | ||
=== Freddi Fish 5 === | === Freddi Fish 5 === | ||
* Add support for wizImage compression type 2. which is used for background images of all the light green colors rooms (Of debug room). | * Add support for wizImage compression type 2. which is used for background images of all the light green colors rooms (Of debug room). | ||
* Add support for displayWizComplexImage 0x80000 flag, which is used | * Add support for displayWizComplexImage 0x80000 flag, which is used by the title screen. | ||
=== Pajama Sam: Games to Play on Any Day === | === Pajama Sam: Games to Play on Any Day === |
edits