summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-16DRTVWR-418: Compute ADDRESS_SIZE from arch if not specified.Nat Goodspeed
Migrate the logic formerly used only for LINUX to detect whether ADDRESS_SIZE is set to 32 or 64, and if not, detect a default for the platform. But instead of using uname -m, use python's platform.machine(). On Windows, stop forcing ARCH to i686 and ADDRESS_SIZE to 32. On Mac, reset default to x86_64 instead of i386; stop forcing ADDRESS_SIZE to 32.
2016-11-16DRTVWR-418: pull in new viewer-release via viewer64Nat Goodspeed
2016-11-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-11-16mergeBrad Payne (Vir Linden)
2016-11-15increment viewer version to 4.1.3Oz Linden
2016-11-15Added tag 4.1.2-release for changeset bfbba2244320Oz Linden
2016-11-15DRTVWR-418: Mistakenly inverted the sense of the LL_64BIT_BUILD test.Nat Goodspeed
2016-11-15DRTVWR-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-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
2017-01-19MAINT-7066 Issues where viewer always asks to use previous screenshot when ↵Mnikolenko Productengine
filing abuse report.
2017-01-20MAINT-7069 Media controls show Play icon even though media is autoplayingandreykproductengine
2017-01-04MAINT-7014 [MAINT-RC] Edit arrows are too small with 4k monitorpavelkproductengine
2017-01-06INTL-238 FIX translate Viewer Set46 for Repo viewer-lynx (DRTVWR-428)eli
2017-01-06MAINT-7028 Fixes scrambling of Outfit Order in Appearance Panelandreykproductengine
2016-12-23Reverted changeset 409b67af8faf (MAINT-6901)andreykproductengine
2016-12-21MAINT-7020 llui/llfloater.cpp should not access settingsAndreyL ProductEngine
2016-12-19Merged STORM-2142AndreyL ProductEngine
2016-12-19MAINT-7017 Stop All was preventing media from playingandreykproductengine
2016-12-19MAINT-6761 Video that is not playing or paused should be stoppedandreykproductengine
2016-12-15Backed out changeset: b1a30962dd54AndreyL ProductEngine
2016-12-15Backed out changeset: f73be0eb9d00AndreyL ProductEngine
2016-12-15Backed out changeset: ebe10b4b1197AndreyL ProductEngine
2016-12-13MAINT-6978 Proxy should not be initialized outside of startLLProxy()andreykproductengine
2016-12-13MAINT-6978 Simple additional loggingandreykproductengine
2016-12-13Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-12-13MAINT-7002 Crash in LLConversationViewSession::handleMouseUp()Mnikolenko Productengine
2016-12-13MAINT-6994 Viewer still reports remaining capacity incorrectly during the ↵Mnikolenko Productengine
presence of an region object bonus.
2016-12-13MAINT-6990 'Voice chat volume' floater is shown if you click in the right ↵Mnikolenko Productengine
side of resident name
2016-12-12MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵Pavel Krivich
unless basic shaders are also disabled.
2016-12-12MAINT-6125 - Mesh avatar deforms constantlyruslantproductengine
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-09MAINT-6551 One of my avatars does not render correctly when ALM is disabled ↵pavelkproductengine
unless basic shaders are also disabled.
2016-12-09MAINT-6840 start and pause doesn't wotk reliably and can get stuckandreykproductengine
2016-12-09Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2016-12-08Automated merge with ssh://bitbucket.org/lindenlab/viewer-skip-llcorehttp-testNat Goodspeed
2016-12-08MAINT-6729 Additional fix for crash in LLImageGL::analyzeAlpha()AndreyL ProductEngine
2016-12-08MAINT-6979 Scroll bar in Appearance -> Wearing jumps up to the top each time ↵Mnikolenko Productengine
an attachment is detached
2016-12-06MAINT-6963 Object's name is not changed in inventory if object in attached ↵Mnikolenko Productengine
state was renamed through Edit floater.
2016-12-05Merged in lindenlab/viewer-releaseAndreyL ProductEngine
DRTVWR-412 Bento (avatar skeleton extensions)
2016-12-05Backed out changeset: ffffbe002ff2AndreyL ProductEngine
Finally reverting the MAINT-4488 (see BUG-37693 for details)
2016-12-02Merged in MAINT-6562Andrey Kleshchev
2016-12-01MAINT-6974 FIXED '[ERROR_MESSAGE]' dialog is shown if try to bulk apload any ↵Mnikolenko Productengine
.txt file
2016-12-01MAINT-6562 Avatar COF was occasionally failing to update because Not Foundandreykproductengine
2016-12-01Ignore plugin warnings on linuxMnikolenko Productengine
2016-11-30MAINT-6803 Account for deselectionandreykproductengine
2016-11-30MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap()Mnikolenko Productengine
2016-11-30Merged in maxim_productengine/viewer-neko_maint2 (pull request #104)Andrey Lihatskiy
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find()
2016-11-29MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find()Mnikolenko Productengine
2016-11-29Merged in Ansariel/viewer-neko-ui-scaling (pull request #98)Andrey Lihatskiy
More improvements for UI scaling detection