Open main menu

Difference between revisions of "Humongous Entertainment/Progress"

Update bug comments
(Update bug comment)
(Update bug comments)
Line 19: Line 19:
== Backyard Football ==
== Backyard Football ==
* Freezes when computer picks team member.
* Freezes when computer picks team member.
* 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.


== Big Thinkers 1st Grade ==
== Big Thinkers 1st Grade ==
Line 43: Line 44:


== Pajama Sam 1 ==
== Pajama Sam 1 ==
* The characters in the 'Kitchen' should each sing a unique song
* The characters in the 'Kitchen' should each sing a unique song. A sound resource (2692) is altered and looped as the room is entered, the sound resource is altered each time the music should change. The original version seems to reload the sound  data at the end of each loop, in this case (heFlags & 16).


== Pajama Sam 3 ==
== Pajama Sam 3 ==
* Pajama Sam is always shown wearing a pumpkin over head in 'A Complex Exterior'.
* Pajama Sam is always shown wearing a pumpkin over head in 'A Complex Exterior'. The pumpkin head is drawn by Actor 1 Limb 0 Part 6, part 6 should be skipped.


== Pajama Sam's Lost & Found ==
== Pajama Sam's Lost & Found ==
Line 77: Line 78:
== Spy Fox 1 ==
== Spy Fox 1 ==
* When using chalk at 'Paper', can draw slightly outside the bounds. The code of akos codec 1 needs to be adjusted to only draw actors inside rect limits set by _clipOverride.
* When using chalk at 'Paper', can draw slightly outside the bounds. The code of akos codec 1 needs to be adjusted to only draw actors inside rect limits set by _clipOverride.
* Can't select colored blocks in paintings of 'Nogroom' multiple times. Actor 1 is still marked as in use, causing actor 1 to be found at mouse position, when no actor should be found.
* Can't select colored blocks in paintings of 'Nogroom' multiple times. Actor 1 is still marked as in use, causing actor 1 to be found at cursor position, when no actor should be found.


== Future ==
== Future ==
* Add 16bit color support for later HE games?
* Add 16bit color support for later HE games?
* Add compression support for music/speech files
* Add compression support for music/speech files?
* Add support for resource queuing, to help playing from CD.
* Add support for resource queuing, to help playing from CD?


== 16bit Color Games ==
== 16bit Color Games ==
Line 104: Line 105:
=== Soccer 2004 ===
=== Soccer 2004 ===
* Add support for wizImage compression type 2. which is used for background images of many rooms, including the titles and main options.
* Add support for wizImage compression type 2. which is used for background images of many rooms, including the titles and main options.
* Add support for processWizImage mode 7.
* Add support for processWizImage modes 7 (captureWizPolygon).


=== Spy Fox 3 ===
=== Spy Fox 3 ===
* The wrong palette is shown in 'Intro' sequence after riding skateboard out of first room.
* Add support for 16bit color, to fix the various palette issues throughout the game.
* Palette issues in many other locations.
657

edits