summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-15MAINT-6901 Fixes upload assigning different scale to parts of the modelandreykproductengine
2016-11-14STORM-2141: Fix various inventory floater related issues:Ansariel
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path * Closing new inventory windows don't release memory * During shutdown legacy and inoperable code for inventory window cleanup is called * Remove old and unused inventory legacy code
2016-11-11MAINT-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-11MAINT-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-10MAINT-6882 4k monitor with maximized window overwhelms low end GPUs and ↵pavelkproductengine
crashes viewer
2016-11-09MAINT-6915 - option for Reset Skeleton And Animations.Brad Payne (Vir Linden)
2016-11-08DRTVWR-418: Use separate XML string elements for command arguments.Nat Goodspeed
autobuild now passes a vector of arguments to the commands it executes, instead of smashing everything together into a single string only to have cmd.exe parse it back into individual arguments again. In general, this is a good thing and more robust than before. However, it surfaces the fact that sometimes people were lazy and encoded things like "-configuration Release" or "-j 12" as single <string> elements in the XML. When such things are handed to the command as a single argument string containing a space, it can get confused. Code (e.g.) <string>-configuration</string><string>Release</string> instead.
2016-11-08Backed out changeset: fb2eb1a59be6AndreyL ProductEngine
Reverting MAINT-6125
2016-11-08Backed out changeset: 2a56972b1571AndreyL ProductEngine
Reverting MAINT-6259
2016-11-08Backed out changeset: 27782e83386bAndreyL ProductEngine
Reverting MAINT-6793
2016-11-08MAINT-6914 Increase maximum UI size value to 4.0AndreyL ProductEngine
2016-11-04SL-524 - resetSkeleton() now includes collision volume joint positions. Also ↵Brad Payne (Vir Linden)
removed no-longer-needed LLJoint::mId field
2016-11-04DRTVWR-418: Update to KDU build 500948.Nat Goodspeed
2016-11-03DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes.Nat Goodspeed
2016-11-03Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-11-02SL-323: activate viewer menu and floater checks for updates via VMPcoyot@coyot-sager-PC
2017-03-29SL-323: cherry pick menu changes lost in v64 merge, ↵Glenn Glazer
viewer-management-process-sl-321 rev 36267
2017-03-29dummy commit to bump build (pyinstaller dev tip now in both 32 and 64)Glenn Glazer
2017-03-29dummy commit to bump buildGlenn Glazer
2017-03-28dummy commit to bump buildGlenn Glazer
2017-03-24SL-321: upgrade VMP package 503733Glenn Glazer
2017-03-22remove stray debug messageGlenn Glazer
2017-03-22SL-321: upgrade to VMP package 503622Glenn Glazer
2017-03-21update VMP package 503633Glenn Glazer
2017-03-21SL-321 MAINT-7192: add viewer bitness VMM fetch logic to VMP, including HD ↵Glenn Glazer
Graphcis test
2017-03-21update VMP package 503604Glenn Glazer
2017-03-21pull from V64 gateGlenn Glazer
2017-03-16merge cleanupGlenn Glazer
2017-03-16mergecoyot@coyot-sager-PC
2017-03-16pull from viewer64 gatecoyot@coyot-sager-PC
2017-03-15SL-321: add new VMP package 50513Glenn Glazer
2017-03-15SL-321: add new VMP package 503461Glenn Glazer
2017-03-14SL-321: add new VMP package 503417Glenn Glazer
2017-03-14SL-321: add new VMP package 503410Glenn Glazer
2017-03-14SL-321: add new VMP packageGlenn Glazer
2017-03-13SL-361: update VMP packageGlenn Glazer
2017-03-13SL-361: update VMP packageGlenn Glazer
2017-03-10SL-321: add new VMP package, fix llbase pathGlenn Glazer
2017-03-09SL-321: add local llbase support for WindowsGlenn Glazer
2017-03-08SL-321: fix windows pathing, add iconsGlenn Glazer
2017-03-07SL-321: reintegration of autobuild as package, build changes for linux and ↵Glenn Glazer
windows integration
2017-03-06SL-321: add new ViewerManager.cmake file, knowingly overriding commit hooksGlenn Glazer
2017-03-06SL-321: reintegration of autobuild as package, build changes for mac integrationGlenn Glazer
2017-03-01SL-321: remove redundant const declaration of MD5HEX_STR_SIZE in ↵Glenn Glazer
llversioninfo, remove extraneous python variable assignment in CMakeLists, run tests with INFO
2017-03-01SL-321: fix merge removal of llhasheduniqueid from from llloginstance_test's ↵Glenn Glazer
include path
2017-03-01SL-321: fix merge removal of mIsFirstRun definition, remove pyinstaller from ↵Glenn Glazer
viewer cmake, now in VMP package cmake
2017-02-28mergecoyot@coyot-sager-PC
2017-02-28pull from rev d22beb597e52ecbf1c98f25d4489ea0425eda4b0 of sl-321coyot@coyot-sager-PC
2016-10-28SL-451 - avoid more high-cost string operations in a per-frame functionBrad Payne (Vir Linden)
2016-10-27MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵pavelkproductengine
small to read