[sldev] The pig staring at the clockwork...
Felix Duesenburg
kfa at gmx.net
Fri May 2 17:08:27 PDT 2008
Sorry but I need to ask a little help. This is probably simple, but I've
been pouring over the code for hours and can't find what I'm looking
for. Maybe need more sleep ;)
I'm working at a teleport history for VWR-1422 and have it pretty much
functioning, only adding the parcel name to the entry poses a slight
problem.
I hooked up a function call in llviewerdisplay.cpp line 364, that's
after 'case LLAgent::TELEPORT_ARRIVING' and inside 'if( arrival_fraction
> 1.f )'. Calling LLViewerParcelMgr::getInstance()->getAgentParcelName()
returns the name of the previous parcel, not the one where I just landed.
Guess that's too early and I have to wait for some update message to
arrive, but which one? I tried searching for the point when
LLViewerParcelMgr::mAgentParcel gets assigned a value, but couldn't find
it. I'd appreciate a quick pointer if someone happens to know that part
of the source.
Thanks,
Felix
More information about the SLDev
mailing list