Age | Commit message (Collapse) | Author |
|
|
|
another attempt to move mem stat into base class
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
dependency cleanup - removed a lot of unecessary includes
|
|
|
|
avatar hover was being temporarily set to -2.0 for the preview render, which
was triggering the minimum enforcement, even when the user's requested value
is no where near the minimum. Added a flag to disable the minimum enforcement
if we are temporarily changing the value.
|
|
adjusted avatar hover limits to make sure that they are not forced to
go above the default
|
|
|
|
Changing viewer limit for avatar height to match server limit, camera does not go underground.
Also clarified where we do not need avatar offset in the code, through comments
|
|
Added an additional sanity check to make sure that other avatars don't
affect your wearables.
|
|
Added a constraint to ensure that the avatar's height (with offset)
does not go below 0.1 meters. Camera was getting confused since the avatar's
effective height was negative.
Note the avatar is mostly underground/contorted even at 0.1 meters, but
most users setting values this low will be making ultra-tinies and would
be hiding the avatar mesh. Camera stays above ground when height is at 0.1.
|
|
|
|
Adding a new visual param that allows users to manually adjust an offset for
how far off the ground (+ or -) their avatar's root bone is.
Supports the +-2m range people are used to adjusting in their viewers, but
new implementation should support server-generated appearances.
|
|
A couple of merge issues that caused the resulting code to not build.
|
|
|
|
|
|
|
|
|
|
Appearance utility now reads avatar_lad.xml during stubbed out params processing.
|
|
LLAvatarAppearance). Moved some LLCharacter funcionality from LLVOAvatar to LLAvatarAppearance.
|
|
First link of the back-end service with some LLAppearance code.
|
|
moved over:
isWearingWearableType
wearable::writeToAvatar
wearable::mTEMap (stores LocalTextureObject*)
more from wearable::import/export
wearable::createVisualParams, etc
|
|
generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint.
|
|
Moved over the necessary classes to llappearance to support the loading of the
avatar's structure & params from file.
|
|
|
|
llappearance/LLWearableData. Moved LLDriverParam into llappearance
|
|
LLAvatarAppearance.
Appear to have been able to move over the parts that are common to both the backend and the viewer
into LLAvatarAppearance.
|
|
|
|
|
|
|
|
|