Age | Commit message (Collapse) | Author |
|
restrictions for a scripts-disabled
parcel in a damage-enabled region. Reviewed by Kelly
|
|
multiple creators shows creator
as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly
|
|
|
|
|
|
rendered around private islands.
Reviewed by Kelly
|
|
LLViewerObjectList::update, fix for error in llpolymorph
|
|
|
|
|
|
|
|
|
|
physics params.
|
|
|
|
|
|
|
|
map for joints to remove hotspot in LLJoint::findJoint
|
|
|
|
|
|
|
|
Previous viewer_manifest.py unconditionally created Mac symlinks for all expected
.dylib files. Recent change to revert to statically linking llcommon means we
no longer build libllcommon.dylib, therefore we no longer copy it, therefore
any symlink to that library will be broken by definition.
Change to create symlinks for .dylib files that were successfully copied.
|
|
|
|
|
|
|
|
clock pendulum.
|
|
by scripts so that the drawable is properly updated with the updated location.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tested
|
|
|
|
|
|
|
|
|
|
repository.
|
|
|
|
|
|
InspectObject.TakeFreeCopy
|
|
LLUI::setupPaths() went away with DRTVWR-210.
|
|
|
|
|
|
|
|
|
|
reference.
|
|
HUD groups. clearRebuildGroups() is called during the teleport process. In the previous state, HUD objects were being incorrectly removed from the rebuild groups during the teleport process. This change will preserve HUD groups and should resolve this issue.
|
|
|
|
|
|
the sUpdateDelay value and simply updating all flexi-prims. This change most likely reduces frame rate.
|
|
method. The callstacks indicated that the std library was throwing a length exception on the std::vector::resize() call. Most likely cause was that the recent changes for flexi-prims were causing the mRenderRes to become negative. And thus, the 1<<mRenderRes calculation was generating a really large value for num_render_sections.
|