Humongous Entertainment/Progress

From ScummVM :: Wiki
< Humongous Entertainment
Revision as of 00:35, 24 September 2005 by Cyx (talk | contribs) (updated issues)
Jump to navigation Jump to search

General Issues

  • Add support for deleting and renaming of files, to enable original game's load and save system.
  • Add support for drawWizImage masking, triggered by flag 0x80 (Used in maze)
  • Add support for drawWizComplexPolygon (For Ski Ride & Credits of pajama3)
  • Add support for shadows via XMAP resources in drawWizImage (Used by akos codec 32 too)
  • Add support for floodState (For puzzle in pajama2)

Sound system

Complete support for music/sound engine of the games

  • Multiple sound channels (8 channels)
  • Pool music and select music from pool
  • Sound variables (26 variables)
  • Sound flags (Looping and others)
  • Process sound code from SBNG resources, using a secondary process in main loop

U32 library calls

Complete the U32 library calls, triggered by case 2001 of o90_kernelGetFunctions/o90_kernelSetFunctions. Unfortunately the U32 library calls are unique in each HE game.

  • The U32 code controls the players movements on field in basketball
  • The U32 code controls the players movements on field in footdemo/football
  • The U32 code controls the players movements on field in soccer2004
  • The U32 code controls the racing segment at the end of puttrace
  • The U32 code calculates the rotation and size changes to shapes in FreddisFunShop/PuttsFunShop/SamsFunShop

Big Thinkers 1st Grade

Issues effect demo and full game.

  • The image of painting in room isn't updated correctly, after painting your own picture.

Issues effect full game only

  • Can't select correct locations for globe of world mini game.
  • The car gets stuck in the smart star challenge, maybe sound related ?

Fatty Bear

  • Add support for sound pitch changes for piano notes in DOS version.

Freddi Fish 1 demo

  • In older demo, the circles of inventory area don't pop into bubbles when clicked on.

Freddi Fish 2

Issues effect demo and full game.

  • Animation isn't synced during songs (ie the music when talking to captain near submarine)

Issues effect full game only

  • When using chalk on black board in school, can draw slightly outside the bounds.

Freddi Fish and Luther's Water Worries

  • The characters of 'LOADING----' message at start of each level are displayed at wrong positions

Let's Explore with Buzzy Games

  • Graphical glitches around screen edges (ie when trying to go outside in farmdemo) sometimes. The drawing section of akos codecs needs to be adjusted to draw inside rect (src/dst) limits.

Pajama Sam 1

  • The characters in the 'Kitchen' should each sing a unique song

Pajama Sam 2

  • Actor limbs missing when going in and out of 'Lobby'.
  • The background of pieces of puzzle are red, instead of transparent.

Pajama Sam 3

  • The center of the cake in 'Party' can't be selected.
  • Pajama Sam is always shown wearing a pumpkin over head in 'A Complex Exterior'.
  • Sprites aren't shown during 'Ski Ride', due to lack of zoom and angle support.
  • The images in 'Credits' aren't zoomed out and rotated, due to lack of zoom and angle support.

Pajama Sam's Lost & Found

Issues effect demo and full game.

  • Graphical glitches around screen edges sometimes. The drawing section of akos codecs needs to be adjusted to draw inside rect (src/dst) limits.

Issues effect full game only

Putt-Putt Joins The Circus

  • No cursor image or zoom when using magnifying glass
  • Putt-Putt disappears in warehouse, when getting the saw and recipe
  • Swines' bodies aren't visible when not moving
  • Pipes orchestra's body isn't visible when not moving
  • Pipes disappear when you complete the sequence
  • Out of array pointers eventually
  • Palette is wrong when loading savegame

Putt-Putt Enters The Race

  • Putt-Putt is half visible at first animation
  • Putt-Putt isn't visible when talking to Redline 1
  • The flashlight doesn't work in 'i-tunnel', only a yellow filled cicle is shown.
  • No way to move right in the field areas.
  • Cars do not rotate when go over oil. Maybe it's related to Wiz rotation.
  • Race leader does not get determined.

Putt-Putt and Pep's Balloon-O-Rama

  • The characters of 'LOADING-----' message at start of each level are displayed at wrong positions

Putt-Putt's Fun Shop

  • Add support for processWizImage modes 7, 12, 13, 14, 15 and 17.
  • Shapes are drawn wrong. See screenshots. Note that set of chaotic lines under cursor on ScummVM screenshot is the filled in zig-zag of original.
Original Engine
ScummVM

Spy Fox 1

  • When using chalk at 'Paper', can draw slightly outside the bounds.
  • Can't select top section of weasel outside ship, in 'Docks'.
  • Can't select colored blocks in paintings of 'Nogroom' multiple times.

Spy Fox 3

  • Entering 'Pearl' location, causes an invalid rect assert when clipping box2 in fillWizRect().
  • The wrong palette is shown in 'Intro' sequence after riding skateboard out of first room.
  • Palette issues in many other locations.

Spy Fox In Cheese Chase

  • Spy Fox's scooter (Sprite 67) is always scrolled off screen, as the screen scrolls vertically.

Backyard Football

  • Some actors overlap at team selection.

Future

  • Add support for resource queuing, to help playing from CD.
  • Add 16bit color support for later HE games
  • Add support for wizImage codec 2, which is just raw images of 16 bits per pixel in 555 format
  • Add support for wizImage codec 5, which is a modified version of codec 1 to handle images of 16 bits per pixel in 555 format
  • Add compression support for music/speech files
  • Fix compressed RIFF music/sound/speech playback

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 displayWizComplexImage 0x80000 flag, which is used in the introduction.

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 processWizImage mode 7.