Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead. | |||
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-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-10 | MAINT-6882 4k monitor with maximized window overwhelms low end GPUs and ↵ | pavelkproductengine | |
crashes viewer | |||
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 | |||
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-21 | MAINT-6803 Implemented possibility to cycle through texture faces | andreykproductengine | |
2016-10-21 | MAINT-6853 - fix for viewer crash when checking preview skin weights | Brad Payne (Vir Linden) | |
2016-10-19 | SL-395 - believed fix for intermittent problem uploading meshes with scale locks | Brad Payne (Vir Linden) | |
2016-10-19 | MAINT-6819 Fix for LLTextureCacheRemoteWorker::doWrite crash | AndreyL ProductEngine | |
2016-10-19 | MAINT-6818 Fix for LLImageBase::allocateData crash | AndreyL ProductEngine | |
2016-11-16 | Merged in MAINT-6872 | max nikolenko | |
2016-11-16 | STORM-2140 LLLineEditor enabled-state cannot properly set via XUI | Mnikolenko Productengine | |
2016-11-16 | MAINT-6872 Account for CTRL+0 zoom when mesh LOD is calculated | Mnikolenko Productengine | |
2016-11-16 | Merged in MAINT-6920 More information in About Second Life floater | Andrey Kleshchev | |
2016-11-16 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-11-15 | MAINT-6929 [Contribution] E-mail links are not parsed correctly when top ↵ | Mnikolenko Productengine | |
level domain is over 6 characters. | |||
2016-11-15 | Buildfix: proper constructor declaration for LLHUDRenderNotifier | AndreyL ProductEngine | |
2016-11-14 | Merged in lindenlab/viewer-cleanup | AndreyL ProductEngine | |
2016-11-14 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-11-14 | MAINT-6920 More information in About Second Life floater | andreykproductengine | |
2016-11-11 | MAINT-6909 Marking settings as obsolete | andreykproductengine | |
2016-11-11 | MAINT-6891 Chat longer than "fade after n lines" doesn't show except in chat ↵ | Mnikolenko Productengine | |
history | |||
2016-11-10 | MAINT-6912 Specifying physics mesh was resetting previous model name | andreykproductengine | |
2016-11-09 | MAINT-6880 Viewer notification was not centered. | andreykproductengine | |
2016-11-09 | MAINT-6917 Setting one avatar to "Do not render" causes all avatars to ↵ | Mnikolenko Productengine | |
become imposters | |||
2016-11-09 | MAINT-6919 New SKU description doesn't fit in REGION/ESTATE ->Region tab | Mnikolenko Productengine | |
2016-11-09 | MAINT-6918 When viewer language is not set to English, LibVLC version does ↵ | Mnikolenko Productengine | |
not display in system information. | |||
2016-11-07 | MAINT-6911 Fixes viewer crash after using "Clear settings & reset form" | andreykproductengine | |
2016-11-07 | STORM-2140 LLLineEditor enabled-state cannot properly set via XUI | Mnikolenko Productengine | |