Age | Commit message (Collapse) | Author |
|
|
|
The Linux compiler isn't happy when source files don't end with newline.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tripled spring limit for all params. Very safe change.
|
|
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.
|
|
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.
|
|
Unstable! Using present "startIM" is known to crash the Mac viewer. Committing
to migrate to different dev box for further debugging.
|
|
|
|
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
|
|
|