Difference between revisions of "Gob/TODO"
< Gob
Jump to navigation
Jump to search
(Update) |
(Update) |
||
Line 8: | Line 8: | ||
=== Script bugs === | === Script bugs === | ||
* Vivalzart: After putting the mushroom in the machine, leaving the room yields another mushroom in the inventory. Letting Winkle use that one with the machine locks him up | * Vivalzart: After putting the mushroom in the machine, leaving the room yields another mushroom in the inventory. Letting Winkle use that one with the machine locks him up | ||
* Graphical glitch when loading a save made on the Bargon bridge after transforming self in Bargon Attack (the original actor appears as well) | |||
=== General === | === General === | ||
* Mouse cursor sometimes shown when it shouldn't and vice versa (introduced when I changed it to use the CursorManager; my solution isn't all that great, apparently) | * Mouse cursor sometimes shown when it shouldn't and vice versa (introduced when I changed it to use the CursorManager; my solution isn't all that great, apparently) | ||
* Gobliins 2's interactive demo isn't working: The timing is off and the cursor often isn't shown [http://sourceforge.net/tracker/?func=detail&aid=1622850&group_id=37116&atid=418820 (#1622850)] | * Gobliins 2's interactive demo isn't working: The timing is off and the cursor often isn't shown [http://sourceforge.net/tracker/?func=detail&aid=1622850&group_id=37116&atid=418820 (#1622850)] | ||
* | * In Bargon Attack, the "hot spot" of some pointers should be in the center | ||
* Guard monster at first not drawn in the hot beach screen in Bargon Attack | |||
=== Missing stuff === | === Missing stuff === |
Revision as of 11:39, 2 March 2007
Status
Gobliiins 1 is completable. Gobliins 2 is completable. The Prophecy is completable.
Show stoppers
- Alignment fixes (done?)
Bugs, glitches and ToDos
Script bugs
- Vivalzart: After putting the mushroom in the machine, leaving the room yields another mushroom in the inventory. Letting Winkle use that one with the machine locks him up
- Graphical glitch when loading a save made on the Bargon bridge after transforming self in Bargon Attack (the original actor appears as well)
General
- Mouse cursor sometimes shown when it shouldn't and vice versa (introduced when I changed it to use the CursorManager; my solution isn't all that great, apparently)
- Gobliins 2's interactive demo isn't working: The timing is off and the cursor often isn't shown (#1622850)
- In Bargon Attack, the "hot spot" of some pointers should be in the center
- Guard monster at first not drawn in the hot beach screen in Bargon Attack
Missing stuff
- Missing opcodes (0x21, 0x84, 0x86, 0x87, 0x88)
- IMD-stubs (sound?)
Sound
- Wrong speaker sound when putting away items in Ween on some machines
Code/Style
- "Unnamed" functions & vars
- Code dup (quite a lot actually)
Memory
- Leaks (in Scenery::loadAnim())
File-specific tasks
video.cpp
- Add support for other rendering modes (EGA/CGA/Hercules) lega.gdr, l360.gdr, lcga.gdr
music.cpp
- The Gobliins 2 intro music has broken percussions. The stand-alone player plays it correctly, so it's either a bug I introduced or a bug in the AdLib emulator.
- musmac1.adl from Gobliiins Mac version isn't played correctly at all