Age | Commit message (Collapse) | Author |
|
click point when standing up in basic mode
|
|
Breaking up physics into smaller integration steps.
|
|
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.
|
|
Took out setting, no longer needed. Was formely restricted to gods.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toggle the People panel to close
EXP-640 FIX -- [PUBLIC] Ctrl+I doesn't close side tray
LLSideTray::hidePanel now checks if the parent is the side tray or if it is a child to a detached tab to
determine what panel to attempt to close.
Reviewed by Leyla
|
|
EXP-630 My appearance floater may be opened by SLApp
EXP-633 Search floater can be opened by SLApps
|
|
|
|
mode against various metrics
|
|
from English.
Force LLTextureCache::purgeAllTextures to get called in addition to normal cache purging.
|
|
|
|
|
|
|
|
for male avatars
Accordions are selectively hidden based on gender.
|
|
|
|
|
|
Tripled spring limit for all params. Very safe change.
|
|
Tripled spring limit for all params. Very safe change.
|
|
|
|
your home is in English (French viewer)
- Added translation of the hardcoded string to the strings.xml
|
|
processing the chat style update.
|
|
- Corrected logic in inventory filter. Calculation of whether filter is more or less restrictive depending on time parameters was wrong.
|
|
|
|
|
|
text in the chat box.
Submitting on behalf of Jonathan Yap.
|
|
images of all formats, reviewed by richard
|
|
high-performance machines.
"high" graphics settings now give 100% updates, versus 90%.
Changed a simple constant that was acting as a threshold for when physics should be updated (the constant was set way too high, meaning that updates were being skipped).
|
|
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
|
|
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
|
|
Fixed bug that was messing up time slices for physics.
|
|
or aberrant behavior, but this just looks better if we allow higher range of motion.
|
|
wrong avatar age calculation
- Applied patch which fixes typo in enum.
|
|
|
|
|
|
|
|
The problem was caused by an outdated message name stored in LLInventoryObserver::mMessageName and not updated properly in LLInventoryModel::notifyObservers().
The message name used in LLInventoryAddedObserver::changed() was the name of the message most recently passed by LLInventoryModel::notifyObservers(), instead of the name of the latest actually received message. Using the most recent message name in this case fixed the problem.
|
|
available at login location menu when user switches off this feature.
User favorite locations record is removed from the settings file each time when user exits the viewer with "ShowFavoritesOnLogin" setting off and his name is found on the record.
|