657
edits
(Add more issues.) |
(Extneral config file supported, typos.) |
||
Line 1: | Line 1: | ||
== General Issues == | == General Issues == | ||
* 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 drawWizImage masking, triggered by flag 0x80 (Used in maze) | * 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 drawWizComplexPolygon (For Ski Ride & Credits of pajama3) | ||
Line 21: | Line 20: | ||
== U32 library calls == | == U32 library calls == | ||
Add support for U32 library calls, triggered by case 2001 of o90_kernelGetFunctions/o90_kernelSetFunctions | Add support for U32 library calls, triggered by case 2001 of o90_kernelGetFunctions/o90_kernelSetFunctions. The U32 library calls might be unique in each HE game. | ||
* The U32 code controls the players movements on field | * The U32 code controls the players movements on field in footdemo/soccer2004 | ||
* The U32 code controls the racing segment at end of puttrace | * The U32 code controls the racing segment at the end of puttrace | ||
== Big Thinkers 1st Grade demo == | == Big Thinkers 1st Grade demo == | ||
Line 35: | Line 34: | ||
== Freddi Fish 2 == | == Freddi Fish 2 == | ||
* | * When using chalk on black board in school, can draw outside the bounds. | ||
* Often uses the wrong songs (ie the music sheet inside the school) | * Often uses the wrong songs (ie the music sheet inside the school) | ||
Line 70: | Line 69: | ||
== Putt Circus issues == | == Putt Circus issues == | ||
* No cursor image or zoom when using magnifying glass | * No cursor image or zoom when using magnifying glass | ||
* Putt-Putt | * Putt-Putt disappears in warehouse, when getting the saw and recipe | ||
* Swines' bodies aren't visible when not moving | * Swines' bodies aren't visible when not moving | ||
* Pipes orchestra's body isn't visible when not moving | * Pipes orchestra's body isn't visible when not moving | ||
Line 79: | Line 78: | ||
== Putt Race issues == | == Putt Race issues == | ||
* Putt-Putt is half visible at first animation | * Putt-Putt is half visible at first animation | ||
* Putt-Putt isn't visible when talking to | * 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. | * The flashlight doesn't work in 'i-tunnel', only a yellow filled cicle is shown. | ||
* No way to move right in field | * No way to move right in the field areas. | ||
== Putt-Putt and Pep's Balloon-O-Rama == | == Putt-Putt and Pep's Balloon-O-Rama == | ||
Line 87: | Line 86: | ||
== Spy Fox 1 == | == Spy Fox 1 == | ||
* | * When using chalk at 'Paper', can draw outside the bounds. | ||
* Can't select top section of weasel outside ship, in 'Docks' | * Can't select top section of weasel outside ship, in 'Docks'. | ||
* Can't select colored blocks in paintings of 'Nogroom' multiple times | * Can't select colored blocks in paintings of 'Nogroom' multiple times. | ||
== Spy Fox 3 issues == | == Spy Fox 3 issues == | ||
Line 101: | Line 100: | ||
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). Wiz buffers using codec 2 are just raw images of 16 bits per pixel in 555 format. | * Add support for wizImage compression type 2. which is used for background images of all the light green colors rooms (Of debug room). Wiz buffers using codec 2 are just raw images of 16 bits per pixel in 555 format. | ||
* Add support for displayWizComplexImage 0x80000 flag, which is used in introduction. | * Add support for displayWizComplexImage 0x80000 flag, which is used in the introduction. | ||
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. Wiz buffers using codec 2 are just raw images of 16 bits per pixel in 555 format. | ||
* Add support for processWizImage mode 7. | * Add support for processWizImage mode 7. | ||
* Add support for IMA ADPCM compression for speech files. | * Add support for IMA ADPCM compression for speech files. |
edits