Age | Commit message (Collapse) | Author |
|
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.
|
|
Decreased default nearby char bar width from 310 to 250 px.
This enables the Speak button label to be shown by default.
|
|
Typo.
|
|
Fixing a regression introduced in tier 1: not displaying the bottom tray buttons
added when bottom tray was not wide enough display them, even after increasing
the width to show all visible buttons.
The fix is to mark such buttons as auto-hidden so that they appear
as soon as we have enough free space.
|