Open main menu

Difference between revisions of "Humongous Entertainment/Progress"

Update Russian issues
(Update Russian issues)
(Update Russian issues)
Line 24: Line 24:
Complete the U32 library calls, triggered by case 2001 of kernelGetFunctions/kernelSetFunctions. Unfortunately the U32 library calls are unique in each HE game.
Complete the U32 library calls, triggered by case 2001 of kernelGetFunctions/kernelSetFunctions. Unfortunately the U32 library calls are unique in each HE game.
* The U32 code controls the players movements on field in soccer
* The U32 code controls the players movements on field in soccer
==Russian versions==
The Russian company logo shown at the start of many games, is missing most of the white color sections. The missing sections use palette slot 255, palette slot 255 is skipped when setting the room's palette, due to a RGB of 255, 255, 255. Caused by a missing palette difference somewhere or maybe a color miscaluation in drawStripHE() ?


== Backyard Football ==
== Backyard Football ==
Line 34: Line 31:
== Fatty Bear ==
== Fatty Bear ==
* Add support for pitch changes in XMIDI music, which is used by the piano notes in DOS version.
* Add support for pitch changes in XMIDI music, which is used by the piano notes in DOS version.
== Freddi Fish and Luther's Water Worries ==
* The Russian updated version has a bad picture in resources, which shows up as garbage, even in the original version. It crashes ScummVM (under Windows), and is caused by the cleanup of code in drawStripHE() in the past.


== Pajama Sam's Lost & Found ==
== Pajama Sam's Lost & Found ==
Line 64: Line 58:
* Add support for horizontal and vertical flipping of wizImages, using compression type 1, for the clouds in the backgrounds.
* Add support for horizontal and vertical flipping of wizImages, using compression type 1, for the clouds in the backgrounds.
* Find way to extract the level details from 'map(i)' file, for the Macintosh version.
* Find way to extract the level details from 'map(i)' file, for the Macintosh version.
==Russian versions==
* The Russian company logo shown at the start of many games, is missing most of the white color sections. The missing sections use palette slot 255, palette slot 255 is skipped when setting the room's palette, due to a RGB of 255, 255, 255. Caused by a missing palette difference somewhere or maybe a color miscaluation in drawStripHE() ?
=== Freddi Fish 1 ===
* Input is disabled in the updated version, after clicking on Fiddler Crab (When he is still trapped in cage), if animation shown, starts with a shaking of the cage.
=== Freddi Fish and Luther's Water Worries ===
* The updated version has a bad picture in resources, which shows up as garbage, even in the original version. It crashes ScummVM (under Windows), and is caused by the cleanup of code in drawStripHE() in the past.


== Future ==
== Future ==
657

edits