Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-02 | show the build address size in the About box | Oz Linden | |
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 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-17 | DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest. | Nat Goodspeed | |
It's never been clear to me why Macs tend to refer to 32-bit Intel processors as i386 when other platforms tend to refer to them as i686. New CMake logic to derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a Darwin_i686_Manifest class alias so it continues to work when arch is passed as i686 as well as i386. | |||
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-11-15 | increment viewer version to 4.1.3 | Oz Linden | |
2016-11-11 | MAINT-6915 - fixed a bug in Reset Skeletons And Animations. For self avatar, ↵ | Brad Payne (Vir Linden) | |
this will now be equivalent to reset skeleton + stop animating me. | |||
2016-11-11 | MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned ↵ | Brad Payne (Vir Linden) | |
matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. | |||
2016-11-09 | MAINT-6915 - option for Reset Skeleton And Animations. | Brad Payne (Vir Linden) | |
2016-11-08 | Backed out changeset: fb2eb1a59be6 | AndreyL ProductEngine | |
Reverting MAINT-6125 | |||
2016-11-08 | Backed out changeset: 2a56972b1571 | AndreyL ProductEngine | |
Reverting MAINT-6259 | |||
2016-11-08 | Backed out changeset: 27782e83386b | AndreyL ProductEngine | |
Reverting MAINT-6793 | |||
2016-11-08 | MAINT-6914 Increase maximum UI size value to 4.0 | AndreyL ProductEngine | |
2016-11-04 | SL-524 - resetSkeleton() now includes collision volume joint positions. Also ↵ | Brad Payne (Vir Linden) | |
removed no-longer-needed LLJoint::mId field | |||
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-10-28 | SL-451 - avoid more high-cost string operations in a per-frame function | Brad Payne (Vir Linden) | |
2016-10-27 | MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵ | pavelkproductengine | |
small to read | |||
2016-10-27 | SL-503 - fix for mac build whinging | Brad Payne (Vir Linden) | |
2016-10-27 | SL-503 - more info in archetype dump files | Brad Payne (Vir Linden) | |
2016-10-26 | Backed out changeset: 5816c800a9c1 | AndreyL ProductEngine | |
Prervious MAINT-2141 fix causes MAINT-6791 so reverted it | |||
2016-10-24 | SL-109 - fix for build error | Brad Payne (Vir Linden) | |
2016-10-24 | SL-503 - dumpArchetypeXML sort joints by name within each type | Brad Payne (Vir Linden) | |
2016-10-24 | SL-504 - try to prevent an intermittent crash in ↵ | Brad Payne (Vir Linden) | |
addAttachmentOverridesForObject() | |||
2016-10-24 | SL-109 - made overly verbose showAttachmentOverrides harder to get when not ↵ | Brad Payne (Vir Linden) | |
desired. | |||
2016-10-21 | MAINT-6841 - more removal of the include enhanced skeleton toggle | Brad Payne (Vir Linden) | |
2016-10-18 | merge | Brad Payne (Vir Linden) | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-10-18 | MAINT-6793 Rigged mesh sometimes full of holes | andreykproductengine | |
2016-10-17 | Merged lindenlab/viewer-bear into default | Rider Linden | |
2016-10-17 | Merge | Rider Linden | |
2016-10-17 | MAINT-6837: forced sit error messages. | Rider Linden | |
2016-10-18 | Restored MAINT-4488 (perviosly reverted in MAINT-6242) | andreykproductengine | |
2016-10-17 | Merged lindenlab/viewer-release into default | Rider Linden | |
2016-10-17 | Backed out changeset: 4df419cb7b2f | andreykproductengine | |
2016-10-17 | MAINT-6833 HUD warning will no longer show for temp attached objects | andreykproductengine | |
2016-10-17 | Merged in MAINT-6487 | Andrey Kleshchev | |
2016-10-15 | MAINT-6831 Fix rtsp mime type should be opened with vlc | AndreyL ProductEngine | |
2016-10-12 | MAINT-6487 Viewer Objects should not queue too many downloads | andreykproductengine | |