657
edits
(cyx fixed issue in thinker1) |
(Update issues) |
||
Line 5: | Line 5: | ||
* 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. | * Fix broken sync. of songs, if the game is paused during a song. | ||
* Fix broken sync. and glitches that occur, when using slow talkspeed in HE80+ games. | * Fix broken sync. of speech and graphical glitches that can occur, when using a slow talkspeed in HE80+ games. | ||
* 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 14: | Line 14: | ||
== Sound system == | == Sound system == | ||
Complete support for music/sound engine of the games | Complete support for music/sound engine of the games | ||
* Add extra sound flags (Where are they used?). | * Add extra sound flag (4), purpose unknown (Looping related?) | ||
* Add extra sound flags (32, 64, 128) in HE100 games (Where are they used?). | |||
== U32 library calls == | == U32 library calls == | ||
Line 21: | Line 22: | ||
== Backyard Football == | == Backyard Football == | ||
* Freezes when computer | * Freezes when the computer pick a player, when choosing teams. | ||
* Items in the Game Options can only be selected by the choosing the pixels of text, selecting the white background of text doesn't work. | * Items in the Game Options can only be selected by the choosing the pixels of text, selecting the white background of text doesn't work. | ||
== Fatty Bear == | == Fatty Bear == | ||
Line 45: | Line 44: | ||
== Putt-Putt Saves the Zoo == | == Putt-Putt Saves the Zoo == | ||
Issues which effect 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. The background of actor 2 (Waterfall drops) is reset in this scene, causing the glitches. | ||
== Fun Shop titles == | == Fun Shop titles == | ||
Line 52: | Line 51: | ||
* 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 when first selecting shapes button. | ||
* Rotation of shapes is broken, a shape is changed, instead of been rotated. | * Rotation of shapes is broken, a shape is changed, instead of been rotated. Rotation uses case 1004 of logic dispatch. | ||
* 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. | ||
== SPY Fox In Hold the Mustard == | == SPY Fox In Hold the Mustard == | ||
Line 91: | Line 88: | ||
=== Spy Fox 3 === | === Spy Fox 3 === | ||
* Add support for 16bit color, to fix the various palette issues throughout the game. | * Add support for 16bit color, to fix the various actor palette issues throughout the game. |
edits