Open main menu

Difference between revisions of "SCI/TODO"

100 bytes added ,  20:36, 18 January 2010
Grouped all the SCI1.1 priority issues together, and removed the now resolved LSL5 problem. Added some info for the missing sync resource in KQ6
(LSL3 timer issue added)
(Grouped all the SCI1.1 priority issues together, and removed the now resolved LSL5 problem. Added some info for the missing sync resource in KQ6)
Line 19: Line 19:
=== Missing minor stuff (SCI0-SCI1.1) ===
=== Missing minor stuff (SCI0-SCI1.1) ===
* Scaling inside kAnimate - scaleSignal bit 1 triggers setting of scaleX/scaleY. I don't fully understand the code yet. ffs. animate.cpp
* Scaling inside kAnimate - scaleSignal bit 1 triggers setting of scaleX/scaleY. I don't fully understand the code yet. ffs. animate.cpp
=== Current regressions ===
* LSL5: Mud wrestling doesnt start anymore, lana thinks that you didnt jump in - worked before


== Debugging ==
== Debugging ==
Line 29: Line 26:
= Bugs =
= Bugs =
== Known bugs ==
== Known bugs ==
=== SCI1.1 priority issues ===
* Freddy Pharkas: options menu
* Laura Bow 2: when exiting the newspaper building, cars and pedestrians are displayed with the wrong priority/z order
* LSL6: swimming pool (current progress: priority bands are not responsible), Al's vehicle
=== Castle of Dr. Brain ===
=== Castle of Dr. Brain ===
* computer room - right side puzzle
* computer room - right side puzzle
Line 37: Line 39:
=== Conquest of the Longbow ===
=== Conquest of the Longbow ===
* In chapter 1, room 110, when Robin meets Little John at the lookout, a signal is sent to a non-object when Little John stops walking. Ignoring this selector modification freezes the screen (VM issue, this room never worked properly even in FreeSCI)
* In chapter 1, room 110, when Robin meets Little John at the lookout, a signal is sent to a non-object when Little John stops walking. Ignoring this selector modification freezes the screen (VM issue, this room never worked properly even in FreeSCI)
=== Freddy Pharkas ===
* Priority issues (e.g. in the options menu)


=== Hero's Quest (Quest for Glory 1 EGA) ===
=== Hero's Quest (Quest for Glory 1 EGA) ===
* Graphics?!
* Graphics?!
** on character customization screen the percentage bar isnt shown
** on character customization screen the percentage bar isn't shown


=== Island of Dr. Brain ===
=== Island of Dr. Brain ===
Line 64: Line 63:
* Graphics
* Graphics
** Flickering right in the first room when discovering the chest - caused by 2 lists that are being used on kAnimate. One rect overlaps with the ring animation, that's why it flickers.
** Flickering right in the first room when discovering the chest - caused by 2 lists that are being used on kAnimate. One rect overlaps with the ring animation, that's why it flickers.
* wth?
* Missing sync resource
** Right at the beginning, go to bookshop and get the book thats on the table. 2nd portrait has no sync resource but audio. We are currently ignoring that, so no animation at all. Still http://www.youtube.com/watch?v=kD6EM7v6R8Y&feature=PlayList&p=78472401CE575C47&index=4 shows that there is mouth movement (2:30)
** Right at the beginning, go to bookshop and get the book thats on the table. 2nd portrait has no sync resource but audio. We are currently ignoring that, so no animation at all, and the original low res version drew random portraits, which we could do as well. Still the following video illustrates that there is correct mouth movement in the hires version http://www.youtube.com/watch?v=kD6EM7v6R8Y&feature=PlayList&p=78472401CE575C47&index=4 (2:30). One speculation is that the hires portrait code calculated lip syncing from the sound resources, when sync resources were missing


=== Larry 1 (Remake) ===
=== Larry 1 (Remake) ===
Line 85: Line 84:
** tramps casino: during mud wrestling the script is using cycle counts. Currently its playable but a bit difficult to do cause its quite fast (not a bug but ffs when changing speed throttler)
** tramps casino: during mud wrestling the script is using cycle counts. Currently its playable but a bit difficult to do cause its quite fast (not a bug but ffs when changing speed throttler)
** almost at the end during last flight, one textbox in the patti conversation gets overdrawn with patti. Happens only in german version and I guess this also happens with original interpreter. I am unable to test this easily because I would need to play through the whole game again
** almost at the end during last flight, one textbox in the patti conversation gets overdrawn with patti. Happens only in german version and I guess this also happens with original interpreter. I am unable to test this easily because I would need to play through the whole game again
=== Laura Bow 2 ===
* Graphics
** priority issues right at the start outside (seems to be that SCI1.1 has something changed that causes this)
=== Larry 6 ===
* Graphics
** priority issues e.g. at swimming pool (current progress: priority bands are not responsible)


=== Space Quest 1 (Remake, VGA) ===
=== Space Quest 1 (Remake, VGA) ===
1,489

edits