Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-19 | MAINT-6582 [VOB] Snapshot is not sent | Mnikolenko Productengine | |
2016-07-18 | DRTVWR-418: Update to llceflib build 317829 | Nat Goodspeed | |
2016-07-18 | DRTVWR-418: Update to googlemock build 317828 | Nat Goodspeed | |
2016-07-18 | DRTVWR-418: Update to colladadom build 317826 | Nat Goodspeed | |
2016-07-18 | DRTVWR-418: Update to boost build 317807 | Nat Goodspeed | |
2016-07-18 | Backed out changeset: 5fe5ad059c05 | ruslantproductengine | |
2016-07-18 | MAINT-6476 VOB - User can add any size image to an Outfit Gallery outfit folders | pavelkproductengine | |
Added restriction of image size that can be added to outfit | |||
2016-07-15 | MAINT-6577 FIX No sound in MOAP or browser video | Callum Linden | |
2016-07-15 | Merged lindenlab/viewer-neko into default | Ruslan Teliuk | |
2016-07-15 | SL-126 - getting performance analysis into a non-crashing state | Brad Payne (Vir Linden) | |
2016-07-14 | merge changes for STORM-2133 | Oz Linden | |
2016-07-14 | MAINT-5011: Per NickyD, make LLCertException::getMessage() const. | Nat Goodspeed | |
Also getCert(). Also LLProtectedDataException::getMessage(). | |||
2016-07-14 | MAINT-5011: Per NickyD, put PngError in anonymous namespace. | Nat Goodspeed | |
2016-07-14 | MAINT-5011: On advice from NickyD, say KDUError not KduError. | Nat Goodspeed | |
Also place KDUError into anonymous namespace to emphasize that it's entirely local to this .cpp file. | |||
2016-07-14 | MAINT-6125 Mesh avatar deforms constantly | ruslantproductengine | |
FIXED | |||
2016-07-14 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-07-14 | STORM-2133: VOICE-36 prevents proper shutdown of connector | Ansariel | |
2016-07-13 | MAINT-5011: Throw an actual exception in Force Software Exception. | Nat Goodspeed | |
http://en.cppreference.com/w/cpp/language/throw says of the plain throw syntax: "This form is only allowed when an exception is presently being handled (it calls std::terminate if used otherwise)." On advice from Oz, replace plain 'throw;' with throwing a std::runtime_error. | |||
2016-07-13 | MAINT-5011: Introduce KduError instead of throw/catch const char*. | Nat Goodspeed | |
KduError is derived from std::runtime_error, so the message string becomes its what() message. | |||
2016-07-13 | MAINT-5011: Remove alarming ll_kdu_error() function | Nat Goodspeed | |
whose body reads: // *FIX: This exception is bad, bad, bad. It gets thrown from a // destructor which can lead to immediate program termination! throw "ll_kdu_error() throwing an exception"; which would be bad indeed... if ll_kdu_error() were ever actually referenced by anything! | |||
2016-07-13 | MAINT-5011: Wrap thrown png_const_charp in new PngError class | Nat Goodspeed | |
derived from std::runtime_error. | |||
2016-07-13 | MAINT-6493 SL Viewer does not respect the Windows 10 display setting size slider | pavelkproductengine | |
2016-07-18 | Backed out changeset: a1a0a055e892 | andreykproductengine | |
2016-07-14 | MAINT-6572 FIXED UI freezes when clicking on a specific folder in the inventory | andreykproductengine | |
2016-07-18 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-07-18 | MAINT-6520 Add a way to see worn temp attachments. | Mnikolenko Productengine | |
2016-07-14 | MAINT-6559 Fixed a constant in Mesh Streaming calculation | AndreyL ProductEngine | |
2016-07-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-07-13 | MAINT-5011: Derive remaining exception classes from std::exception. | Nat Goodspeed | |
In particular: NotImplemented in llhttpnode.cpp RelocateError in llupdateinstaller.cpp LLProtectedDataException, LLCertException and subclasses in llsecapi.h Had to add no-throw destructor overrides to LLCertException and subclasses because otherwise clang complains that the implicitly-generated destructor's exception specification is more lax than the base class's. | |||
2016-07-13 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-07-12 | merge | Brad Payne (Vir Linden) | |
2016-07-12 | Merge | Rider Linden | |
2016-07-12 | SL-424 - slider eye fixes, tail scaling with height | Brad Payne (Vir Linden) | |
2016-07-12 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine | |
2016-07-12 | STORM-2132: Remove obsoleted unique_ptr.hpp, use make_shared for pointer ↵ | Rider Linden | |
allocation. | |||
2016-07-12 | line endings fix | andreykproductengine | |
2016-07-12 | SL-242 - eyelid slider fix | Brad Payne (Vir Linden) | |
2016-07-12 | update default LSL hints file to match the server version | Oz Linden | |
2016-07-11 | MAINT-6527 and MAINT-6528 FIX - max volume and media playing prior URLs | Callum Prentice | |
2016-07-11 | MAINT-6565: Grab a shared pointer and encapsulate it into the bind call in ↵ | Rider Linden | |
place of this. Ensures that the impl is not deleted while the coroutine is active. | |||
2016-07-11 | SL-242 - avatar_lad.xml syntax fix, added missing scale params to some ↵ | Brad Payne (Vir Linden) | |
skeletal distortions. | |||
2016-07-11 | SL-242 - more tweaks around alt eyes and wings. Alt eyes are now parented to ↵ | Brad Payne (Vir Linden) | |
face root, and alt eyes animate along with the original eyes inside the LLHeadRotMotion code. | |||
2016-07-11 | MAINT-6534 Resetting scripts via the build menu no longer works on many ↵ | andreykproductengine | |
scripted objects | |||
2016-07-08 | SL-242 - fix for slider param groups, added default args for skel_tool.py | Brad Payne (Vir Linden) | |
2016-07-08 | SL-242 - additional fixes for egghead slider | Brad Payne (Vir Linden) | |
2016-07-08 | Merged in lindenlab/viewer-release | pavelkproductengine | |
2016-07-08 | MAINT-6448 PERMISSION_DEBIT notification should default to Deny | andreykproductengine | |
2016-07-08 | MAINT-6534 Fixed the LLSD validation failure | AndreyL ProductEngine | |
2016-07-07 | MAINT-6476 FIXED VOB - User can add any size image to an Outfit Gallery ↵ | pavelkproductengine | |
outfit folders Eliminated overuse of texture memory | |||
2016-07-07 | Automated merge with tip of viewer-release | callum_linden | |