Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-12-05 | Backed out changeset: ffffbe002ff2 | AndreyL ProductEngine | |
Finally reverting the MAINT-4488 (see BUG-37693 for details) | |||
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 | MAINT-6803 Account for deselection | andreykproductengine | |
2016-11-30 | MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap() | Mnikolenko Productengine | |
2016-11-30 | Merged in maxim_productengine/viewer-neko_maint2 (pull request #104) | Andrey Lihatskiy | |
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | |||
2016-11-29 | MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | Mnikolenko Productengine | |
2016-11-29 | Merged in Ansariel/viewer-neko-ui-scaling (pull request #98) | Andrey Lihatskiy | |
More improvements for UI scaling detection | |||
2016-11-29 | MAINT-6729 Fix crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-11-25 | Fix UI scaling changed notice showing up on startup if system UI scale ↵ | Ansariel | |
factor changed during last session | |||
2016-11-25 | Don't resize viewer window if UI scaling didn't change | Ansariel | |
2016-11-19 | STORM-2143 Correct vertex winding of stars | Drake Arconis | |
2016-11-29 | Merged in MAINT-6803 face cycling | Andrey Kleshchev | |
2016-11-29 | MAINT-6936 Black screen following toggle to wireframe in photo dialogue. | Mnikolenko Productengine | |
2016-11-28 | MAINT-5456 Button tooltips in Appearance floater should now be localisable | andreykproductengine | |
2016-11-28 | MAINT-6962 Viewer crashes when saving sky preset and clicking "Save" button ↵ | Mnikolenko Productengine | |
twice | |||
2016-11-25 | MAINT-6961 FIXED Some textures(copied from Library) couldn't be set as ↵ | Mnikolenko Productengine | |
Outfit image via "Select image" although drag and drop works fine | |||
2016-11-19 | MAINT-6953 [Contribution] Error in DPI scaling calculation | Ansariel Hiller | |
2016-11-23 | MAINT-6951 Fixed Appearance panel causing camera movement regardless of ↵ | andreykproductengine | |
circumstance. | |||
2016-11-23 | MAINT-6919 New SKU description doesn't fit in REGION/ESTATE ->Region tab | Mnikolenko Productengine | |
2016-11-23 | MAINT-6957 A high object bonus can cause incorrect parcel land capacity to ↵ | Mnikolenko Productengine | |
appear in the build tool's Advanced floater | |||
2016-11-22 | MAINT-6949 Visual Outfit Browser - rename worn outfit is not reflected in ↵ | Mnikolenko Productengine | |
gallery view | |||
2016-11-21 | MAINT-6901 safety checks fix | andreykproductengine | |
2016-11-21 | Merged in Ansariel/storm-2141 | AndreyL ProductEngine | |
2016-11-21 | MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled. | andreykproductengine | |
2016-11-18 | MAINT-2141 Fix for Sky Cloud Coverage reverting. | andreykproductengine | |
2016-11-19 | STORM-2140 LLLineEditor enabled-state cannot properly set via XUI | Ansariel | |
2016-11-18 | MAINT-6901 Linux build fix | andreykproductengine | |
2016-11-16 | STORM-2142 Tweaks to some of the 4 combined issues | Jonathan Yap | |
2016-11-15 | MAINT-6901 Fixes upload assigning different scale to parts of the model | andreykproductengine | |
2016-11-14 | STORM-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-09 | MAINT-6915 - option for Reset Skeleton And Animations. | Brad Payne (Vir Linden) | |
2016-11-08 | DRTVWR-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-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-04 | DRTVWR-418: Update to KDU build 500948. | Nat Goodspeed | |
2016-11-03 | DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. | Nat Goodspeed | |
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 |