Hi,

> There's also debauch, which is similar to memprof but doesn't have a
> fancy GUI.  and thus might work better.   dmalloc is the nicest, but it
> involves linking in theinr library and including their headers in order
> to get detailed usage.
> 
> Perhaps the automake system could be altered to allow for us to use
> dmalloc and set up the #defines and -ldmalloc correctly?  (I have very
> little clue on how to set up autoconf..)

That shouldn't be too much work unless they do something unexpected; I'll
have a look at it ASAP.

> > If the partial "Pirates of Pestulon" pic paints white all over your screen
> > at the time it's propagated from the back buffer, then you should set the
> > SCI version to a smaller value (That's a good question for the FAQ, 
> > btw...). If it's something else, I'd be happy (well, sort of) to hear
> > about the details...?
> 
> Hmm.  Let's see if that fixes the mulittude of other problems that the
> SQ3 intro and start turn up.. apparently not.
> 
> 1) Roger's head is clipped by the spacepod.  It's supposed to be
>    outside.

This one's rather interesting... the thing his head appears to be clipped
by is the pod's door frame (view 12, loop 0, cel 4). Both Roger and the
door have priority 10, while the background has 9, but the door's y
coordinate is lower than Roger's y coordinate, so it is drawn after him.

TODO:
Check what the priorities and coordinates are in Sierra SCI. 

> 2) After Roger jumps out of teh spacepod, the pod's supposed to shut
>    down and you gain control of your character.  That never happens.
>    It's like it's waiting for the sound effect of the shutdown to
>    finish...

This works for me, but I recall seeing that behaviour in 0.3.0 on
Solaris. I think you're right about the sound effect- the sound event
marking the end of the sound effect isn't intercepted by the interpreter
(pipe full?).

Since the sound subsystem is being overhauled anyway, this one's not
really dramatic, unless working around it is very painful on your box (try
a smaller scale factor...)

> 3) Bumping the interpreter version down messes up teh Sierra menu, which
>    looses its background.  the onters are fine.

Could you send a screenshot of this, please? That really shouldn't
happen...
(via private e-mail)

I'll add those things to the bug list later.

> ...and apparently I don't have write access to the cvs repository..

Does Chris know about this yet?

> Argh.  I already have one fix thanks to dmalloc.. :)

Great! :-)

llap,
 Christoph

(...who is still waiting for apt-get to finish...)


Reply via email to