Age | Commit message (Collapse) | Author |
|
|
|
Misc improvements to make the login page load properly.
|
|
|
|
with Ctrl+Shift+W.
Reason:
When an undocked side tray tab floater got closed with Ctrl+Shift+W,
LLSideTray::setTabDocked() was called. It docked the floater but didn't update
the dock/undock icon.
Fix:
Made setTabDocked() a general purpose method, not a hack suitable for using
only as a floater close callback in the basic viewer mode.
It now updates the dock/undock icon.
Other changes:
* Replaced numerous calls to toggleTabDocked with setDocked(),
that is safer because does exactly what you want.
* Got rid of a duplicated floater close callback.
|
|
|
|
|
|
|
|
|
|
Changed range of gain; previous range was too small.
|
|
Changed range of gain; previous range was too small.
|
|
|
|
|
|
|
|
Changed physics algorithm to perform integration over several steps if framerate is slow.
Fixed a fundamental issue in the algorithm where timestep wasn't being used to calculate velocity changes.
Had to change around some parameter ranges since the physics are calculated slightly differently now.
|
|
Changed physics algorithm to perform integration over several steps if framerate is slow.
Fixed a fundamental issue in the algorithm where timestep wasn't being used to calculate velocity changes.
Had to change around some parameter ranges since the physics are calculated slightly differently now.
|
|
starts playing.
The actual playing of animations and sounds of a gesture starts only when all needed animations and sound files are loaded into viewer cache. This reduces the delay between animations and sounds meant to be played simultaneously but may increase the delay between the moment a gesture is triggered and the moment it starts playing.
Fixed calling assets callback to clean up the void pointer in getAssetData() and avoid potential memory leaks.
|
|
|
|
|
|
CONTENTS floater.
Enclosed object name with <nolink>...</nolink> tags to disable URL parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using my voice, while still enjoying the streamlined experience of basic mode
|
|
click point when standing up in basic mode
|
|
Breaking up physics into smaller integration steps.
|
|
Breaking up physics into smaller integration steps.
|
|
SH-1387 Class0 video cards default avatar physics to high
Added appropriate featuretable entries.
|
|
SH-1387 Class0 video cards default avatar physics to high
Added appropriate featuretable entries.
|
|
Changed this to be expected behavior, where top wearable's characteristics are used.
|
|
Changed this to be expected behavior, where top wearable's characteristics are used.
|
|
Took out setting, no longer needed. Was formely restricted to gods.
|
|
Took out setting, no longer needed. Was formely restricted to gods.
|
|
|
|
|
|
|
|
the selected lines with TAB or SHIFT+TAB to prevent the viewer from stalling.
|
|
|
|
|
|
|
|
The original Linux openssl tarball includes libcrypto.so and libssl.so files
with r-xr-xr-x permissions: not even the owning user can modify them. This
causes problems when the Release build tries to 'strip' the viewer and all
associated libraries. Newer openssl tarball fixes permission problems.
The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix
version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P
Presumably the only reason this hasn't been causing trouble with TC builds is
that the link has been picking up system libraries instead of the ones from
the openssl package.
|
|
use Multiple<LLUIImage> for a sequence of images
Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context
Converted loading_indicator to take image sequence from XUI
deprecated name-value pairs for LLUIColor values, and put them in colors.xml
|
|
|
|
|
|
word-wrapping.
|
|
|