Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
statement for plugin events. This becomes an error in the build
so I'm adding a default: case to cover the enumeration.
|
|
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.
|
|
Crash was because we weren't checking for null wearable lookups.
|
|
method that was used for opening IM window
- Replaced setRect method with setShape so that reshape and translate method be called
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Committed on behalf of Richard Linden:
This patch makes clipping work consistently with text and embedded widgets. The widgets will only be displayed if the corresponding text they are embedded in is displayed. There is also a new param "clip" for text widgets that can be used to disable clipping entirely. I introduced this as a potential work around due to the fact that we *used* to assume that text was never clipped in the vertical direction unless we had scrolling turned on. This hasn't been the case for over a year, but now we can selectively turn off vertical text clipping with (clip="false") if we have to.
|
|
|
|
|
|
|
|
location unavailable error message
- In case of using "login" or "autologin" command-line parameters, URL of the start location should be set during configuration initialization of application. This is because there won't be ability to set it before login state (panel login won't be shown).
|
|
|
|
without JFIF header.
* Added checks for image file contents not matching the file extension (e.g. a bitmap named file.jpg).
* Added checks for abnormally short files to avoid crashes when parsing them.
|
|
|
|
|
|
|
|
links in web profile
reverted throttling of untrusted slapps to 1 every 5 seconds
don't treat slapps originating from external browsers as clicks and thus bypassing throttling
|
|
updates local settings file but not the actual value in the database
WEB-3750 Attempted FIX -- Gone Profile
* Check box for "show me in search" privacy setting no longer enabled until login.
* Avatar server update message only sent on status change.
Reviewed by Richard
|
|
|
|
updated hint text to use numbers from image
|
|
|
|
|
|
|
|
* Updated to use the avatar name get callback function so it will always open
the profile after the info has been properly cached, rather than silently
passing through the function without doing anything.
Reviewed by Leyla
|