Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-16 | MAINT-6899 Reduce width of floater tabs | Mnikolenko Productengine | |
2016-12-15 | Backed out changeset: b1a30962dd54 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: f73be0eb9d00 | AndreyL ProductEngine | |
2016-12-15 | Backed out changeset: ebe10b4b1197 | AndreyL ProductEngine | |
2016-12-14 | MAINT-6999 Cap attachment render weight | andreykproductengine | |
2016-12-14 | MAINT-6899 Viewer should use fixed buttons instead of a scroll list for tabs ↵ | Mnikolenko Productengine | |
in Appearance floater | |||
2016-12-13 | DRTVWR-418, BUG-41026: Double default coroutine stack size. | Nat Goodspeed | |
Also make it Persist so if someone hand-edits it to try to find a more suitable size, they won't have to keep re-editing it for every session. | |||
2016-12-13 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-13 | MAINT-6978 Simple additional logging | andreykproductengine | |
2016-12-13 | MAINT-7002 Crash in LLConversationViewSession::handleMouseUp() | Mnikolenko Productengine | |
2016-12-13 | MAINT-6994 Viewer still reports remaining capacity incorrectly during the ↵ | Mnikolenko Productengine | |
presence of an region object bonus. | |||
2016-12-13 | MAINT-6990 'Voice chat volume' floater is shown if you click in the right ↵ | Mnikolenko Productengine | |
side of resident name | |||
2016-12-12 | MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵ | Pavel Krivich | |
unless basic shaders are also disabled. | |||
2016-12-12 | MAINT-6125 - Mesh avatar deforms constantly | ruslantproductengine | |
MAINT-6910 - [MAINT-RC] Some mesh turns invisible when camera is moved on the Maint-RC viewer only - caused by fix for MAINT-6125. Commulative fix. Fixed for booth ticket's in indra/newview/llvovolume.cpp Remained fixed, it's a small code improvements which is not related to MAINT-6125, MAINT-6910 | |||
2016-12-09 | Merged in lindenlab/nat_viewer64 (pull request #6) | nat_linden | |
DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 since we no longer support 32-bit Mac builds. | |||
2016-12-09 | MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵ | pavelkproductengine | |
unless basic shaders are also disabled. | |||
2016-12-09 | MAINT-6840 start and pause doesn't wotk reliably and can get stuck | andreykproductengine | |
2016-12-09 | increment minor version for p64 project | Oz Linden | |
2016-12-09 | remove non-functional attempt to load llbase from the viewer tree; it is not ↵ | Oz Linden | |
there any more | |||
2016-12-09 | move some cmake messages that are not warnings from stderr to stdout | Oz Linden | |
2016-12-09 | Simplify version line in the About box, add address size to it | Oz Linden | |
2016-12-09 | add AUTOBUILD_ADDRSIZE to symbol file name for clarity, change output tag to ↵ | Oz Linden | |
just "Symbolfile" | |||
2016-12-09 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2016-12-08 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test | Nat Goodspeed | |
2016-12-08 | DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 | Nat Goodspeed | |
since we no longer support 32-bit Mac builds. The old build-darwin-i386 directory name appeared in a shocking number of files. Change CMake paths to use ${CMAKE_BINARY_DIR} -- or, when trying to find the packages subdirectory, ${AUTOBUILD_INSTALL_DIR}. Change the rest to at least look for build-darwin-*. | |||
2016-12-08 | MAINT-6979 Scroll bar in Appearance -> Wearing jumps up to the top each time ↵ | Mnikolenko Productengine | |
an attachment is detached | |||
2016-12-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-test | Nat Goodspeed | |
2016-12-07 | DRTVWR-418: Apparently (some) Windows hosts still need freeport(). | Nat Goodspeed | |
This is the function in indra/llmessage/tests/testrunner.py that iterates through ports in a specified range, looking for an available one. Other platforms understand a specification of port 0 to mean: "You pick one. I'll just use whichever one you picked." | |||
2016-12-07 | Automated merge with tip of lindenlab/oz_viewer64 | Callum Prentice | |
2016-12-07 | merge nats even newer fix for the llcorehttp test | Oz Linden | |
2016-12-07 | DRTVWR-418: Revamp testrunner to shutdown server Thread at end. | Nat Goodspeed | |
Instead of having testrunner.run()'s caller pass a Thread object on which to run the caller's server instance's serve_forever() method, just pass the server instance. testrunner.run() now constructs the Thread. This API change allows run() to also call shutdown() on the server instance when done, and then join() the Thread. The hope is that this will avoid the Python runtime forcing the process termination code to 1 due to forcibly killing the daemon thread still running serve_forever(). While at it, eliminate calls to testrunner.freeport() -- just make the runtime pick a suitable port instead. | |||
2016-12-06 | MAINT-6963 Object's name is not changed in inventory if object in attached ↵ | Mnikolenko Productengine | |
state was renamed through Edit floater. | |||
2016-12-05 | Automated merge with lindenlab/viewer64 (itself, merged from viewer-release ↵ | Callum Prentice | |
after bento/5.0 release) | |||
2016-12-05 | merge changes for 5.0.0-release | Oz Linden | |
2016-12-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-12-05 | update copying of fmodex{64}.dll to right place for 32/64 bit builds | Callum Prentice | |
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-12-05 | increment viewer version to 5.0.1 | Oz Linden | |
2016-12-05 | lower the verbosity of makensis to emit only warnings and errors | Oz Linden | |
2016-12-05 | Backed out changeset: ffffbe002ff2 | AndreyL ProductEngine | |
Finally reverting the MAINT-4488 (see BUG-37693 for details) | |||
2016-12-02 | show the build address size in the About box | Oz Linden | |
2016-12-02 | Merged in MAINT-6562 | Andrey Kleshchev | |
2016-12-01 | MAINT-6974 FIXED '[ERROR_MESSAGE]' dialog is shown if try to bulk apload any ↵ | Mnikolenko Productengine | |
.txt file | |||
2016-12-01 | MAINT-6562 Avatar COF was occasionally failing to update because Not Found | andreykproductengine | |
2016-12-01 | Ignore plugin warnings on linux | Mnikolenko Productengine | |
2016-11-30 | DRTVWR-418: Adjust for LL_VIEWER_CHANNEL coming in unquoted. | Nat Goodspeed | |
Evidently the LL_VIEWER_CHANNEL macro (defined on the compiler command line) used to contain enclosing double quotes. Something changed (newer CMake version?) so that the macro now expands as Second Life Release rather than as "Second Life Release". That leads to syntax errors when it's used. Add C++ preprocessor trickery to stringize the value of the macro. | |||
2016-11-30 | DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes. | Nat Goodspeed | |
2016-11-30 | MAINT-6803 Account for deselection | andreykproductengine | |
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-30 | MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap() | Mnikolenko Productengine | |