Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | Merge branch 'main' into DRTVWR-539 | Mnikolenko Productengine | |
# Conflicts: # doc/contributions.txt # indra/newview/llappviewer.cpp # indra/newview/skins/default/colors.xml | |||
2022-12-12 | Increment viewer version to 6.6.9 | Nat Goodspeed | |
following promotion of DRTVWR-565 | |||
2022-11-28 | SL-18718 Crash at LLEventPump::listen and connection issues | Andrey Kleshchev | |
Cleaner reinit and termination. | |||
2022-11-23 | Merge branch 'main' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-22 | Merge branch 'DRTVWR-568' into DRTVWR-539 | Mnikolenko Productengine | |
2022-11-22 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine | |
2022-11-22 | SL-18565 Prevent texture fetch crash on second login attempt | Andrey Kleshchev | |
2022-11-21 | SL-18218: Switch canonical_repo to GitHub URL | Bennett Goble | |
2022-11-21 | Merge branch master into DRTVWR-565-maint-P | Andrey Kleshchev | |
2022-11-21 | SL-18565 restoreGL should re-add bumpmaps | Andrey Kleshchev | |
2022-11-19 | restore correct glh_linear version | Mnikolenko Productengine | |
2022-11-19 | SL-18670 change limits of RenderVolumeLODFactor in Preference similar to ↵ | Mnikolenko Productengine | |
Distance detail ctrl; update slider text correctly | |||
2022-11-19 | SL-18675 Display render time as 1 even it's actually less | Mnikolenko Productengine | |
2022-11-18 | Merge pull request #1 from FelixWolf/CZ-1 | Signal Linden | |
Various repo fixes | |||
2022-11-18 | Renamed LICENSE.txt to follow naming scheme of other repos | Kyler Eastridge | |
2022-11-18 | Merge pull request #3 from secondlife/signal/label | Signal Linden | |
Add automatic PR labels | |||
2022-11-18 | Merge pull request #2 from secondlife/signal/cla | Signal Linden | |
Add CLA bot | |||
2022-11-18 | Add automatic PR labels | Bennett Goble | |
2022-11-18 | Add CLA bot | Bennett Goble | |
2022-11-18 | Add copy of license to root directory so it is recognized by gh | Kyler Eastridge | |
2022-11-18 | Fix spelling error on license file name | Kyler Eastridge | |
2022-11-18 | Fix readme logo for dark theme sites | Kyler Eastridge | |
2022-11-17 | SL-18641 fix for 'Always display friends in full detail' setting | Maxim Nikolenko | |
2022-11-15 | Merge remote-tracking branch 'github/master' | Bennett Goble | |
2022-11-14 | SL-18637 Reverted material shader changes | Andrey Lihatskiy | |
original fix by Beq Janus | |||
2022-11-11 | SL-18603 update Bugsplat | Mnikolenko Productengine | |
2022-11-09 | SL-18586 FIXED Crash when opening 360 snapshot | Mnikolenko Productengine | |
2022-11-08 | SL-18584 FIXED viewer starts in minimized mode after a clean install | Mnikolenko Productengine | |
2022-11-05 | SL-18581 Don't show the starter avatar toolbar button for NUX | Andrey Lihatskiy | |
2022-11-03 | SL-18565 Built-in bump maps and some environment textures fail to load | Andrey Kleshchev | |
Due to udp texture fetching no longer being present | |||
2022-11-02 | SL-18136 fix for Japanese IME | Mnikolenko Productengine | |
2022-11-02 | SL-18533 Updated ToS XUI with new language | Andrey Lihatskiy | |
2022-11-02 | Merge branch 'master' into DRTVWR-568 | Callum Prentice | |
2022-11-02 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine | |
2022-11-01 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-01 | Increment viewer version to 6.6.8 | Nat Goodspeed | |
following promotion of DRTVWR-575 | |||
2022-10-31 | Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵ | Brad Kittenbrink | |
both reasons at the same time | |||
2022-10-31 | SL-18495 Enable autofps for new users by default | Mnikolenko Productengine | |
2022-10-27 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine | |
2022-10-26 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-26 | Merge branch 'master' into DRTVWR-568 | Callum Linden | |
2022-10-26 | Increment viewer version to 6.6.7 | Nat Goodspeed | |
following promotion of DRTVWR-574 | |||
2022-10-24 | Merge master into DRTVWR-568 (and fix conflicts) | Callum Linden | |
2022-10-24 | SL-18432 Fix for alpha sorting | Andrey Lihatskiy | |
2022-10-23 | Bring back Nat's tribute to Macho Man Randy Savage by reverting: | Nicky | |
"SL-18389 - tracking down an odd code-signing issue on mac - speculative fix - this is the only different between this and other viewers that do run correctly" This reverts commit 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed. | |||
2022-10-23 | Revert "SL-18390: speculative fix for broken notarization - part2" | Nicky | |
This reverts commit 31917709d9f4d9d4742910ae7990009a1580b150. | |||
2022-10-23 | Remove ll::bugsplat as a llcommon depencency | Nicky | |
In theory it is fine to do that, in practice it does break gatekeeper in subtle ways due to https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG207 Having bugsplat linked to all executables results in executables with an embedded rpath that is invalid for Gatekeeper. Luckily it shows this is in the worst possible way. The viewer cannot be started with a non helpful message of teh viewer being unable to verified. While at the same time spctl and codesign both show no errors at all. | |||
2022-10-21 | SL-18390: speculative fix for broken notarization - part2 | Callum Prentice | |
2022-10-21 | Post-merge fix | Mnikolenko Productengine | |
2022-10-21 | Merge branch 'master' into DRTVWR-539 | Mnikolenko Productengine | |
# Conflicts: # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp |