1,123
edits
(added lsl1 casino door to vm issues) |
(lsl1 casino door, lsl6 tram and qfg1 vga gate all squashed now :P) |
||
Line 92: | Line 92: | ||
* Island Dr. Brain/wii exclusive(?): when being in the first puzzle room, going to menu doesn't really work on Wii. The menu is visible for around 0.1 seconds and then disappears automatically - caused by MoveCursor not setting cursor - needs to get further investigated | * Island Dr. Brain/wii exclusive(?): when being in the first puzzle room, going to menu doesn't really work on Wii. The menu is visible for around 0.1 seconds and then disappears automatically - caused by MoveCursor not setting cursor - needs to get further investigated | ||
* KQ5: Path-walking - in the town some people "jump" around sometimes, also happens to ego in rare cases as well (sq5 right at the start when walking down) | * KQ5: Path-walking - in the town some people "jump" around sometimes, also happens to ego in rare cases as well (sq5 right at the start when walking down) | ||
* LSL6: when peeking through the tiles, arithmetic error comes up - because cycles selector contains a pointer (ROsc script 938) | * LSL6: when peeking through the tiles, arithmetic error comes up - because cycles selector contains a pointer (ROsc script 938) | ||
* LSL6: sometimes the tram does not stop. This is a game script issue and not an engine one, but we should still figure out what goes wrong and fix it. To make it work -> see SCI bugs | * LSL6: sometimes the tram does not stop. This is a game script issue and not an engine one, but we should still figure out what goes wrong and fix it. To make it work -> see SCI bugs | ||
* PQ2: Room 26 isn't exitable - happens if you warp from inside the car at the start into room 26 - happened to me during the game although I'm not unable to reproduce it anymore. I guess I did something differently last time. | * PQ2: Room 26 isn't exitable - happens if you warp from inside the car at the start into room 26 - happened to me during the game although I'm not unable to reproduce it anymore. I guess I did something differently last time. | ||
* PQ3: VM goes mad when going in computer to tools / city map / plot crimes (warnings, heap issue (only valgrind/app verifier)) | * PQ3: VM goes mad when going in computer to tools / city map / plot crimes (warnings, heap issue (only valgrind/app verifier)) | ||
* QFG1 EGA: when buying something from the shop and the merchant is reading at that time, it will get bought twice | * QFG1 EGA: when buying something from the shop and the merchant is reading at that time, it will get bought twice | ||
* QFG1 VGA: When winning any random monster fight, the game uses the unimplemented kMergePoly function. This means that the hero can walk over the bodies of slain enemies (though it's a purely cosmetic issue) | * QFG1 VGA: When winning any random monster fight, the game uses the unimplemented kMergePoly function. This means that the hero can walk over the bodies of slain enemies (though it's a purely cosmetic issue) | ||
* QFG1 VGA: ending music isn't played at all. no sound calls are done, so I guess it's VM. | * QFG1 VGA: ending music isn't played at all. no sound calls are done, so I guess it's VM. | ||
edits