Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-24 | Merge master into DRTVWR-568 (and fix conflicts) | Callum Linden | |
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-20 | Increment viewer version to 6.6.6 | Nat Goodspeed | |
following promotion of DRTVWR-548 | |||
2022-10-18 | SL-18389 - tracking down an odd code-signing issue on mac - speculative fix ↵ | Callum Prentice | |
- this is the only different between this and other viewers that do run correctly | |||
2022-10-17 | SL-17779 Texture position changes were ignored on rigged meshes | Andrey Kleshchev | |
Since the performance overhaul project, there should be essentially no difference between rigged meshes and non-rigged as far as vertex buffer management is concerned. | |||
2022-10-03 | SL-18289: Modify autobuild.xml to insert a CMaker architecture flag as well ↵ | Callum Linden | |
as the generator string for Windows builds | |||
2022-09-28 | SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land | Mnikolenko Productengine | |
2022-09-22 | Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-09-22 | SL-18119 - log group join, object add or rez | Brad Payne (Vir Linden) | |
2022-09-21 | SL-18119 - bug fix | Brad Payne (Vir Linden) | |
2022-09-21 | SL-18119 - more ViewerStats logs for NUX | Brad Payne (Vir Linden) | |
2022-09-21 | SL-17238 Small cleanup | Andrey Kleshchev | |
Implied 'branch' is now two different version-control systems behind | |||
2022-09-21 | SL-17238 Merged in NickyD's cmake changes | Nicky Dasmijn | |
2022-09-20 | SL-18119 - logCommand() for friend operations | Brad Payne (Vir Linden) | |
2022-09-20 | DRTVWR-568: Stop suppressing unused variable warnings -- we fixed?! | Nat Goodspeed | |
2022-09-17 | Remove some leftovers of the old precompiled headers usage. Pointed out by ↵ | Nicky Dasmijn | |
Ansariel Hiller. | |||
2022-09-17 | Merge test cleanup. | Nicky Dasmijn | |
2022-09-17 | SL-17238 Supress errors from physicsextensions | Andrey Kleshchev | |
2022-09-17 | SL-17238 MacOS build does not recognize no-unused-but-set-variable | Andrey Kleshchev | |
2022-09-17 | SL-17238 bugsplat build issues | Andrey Kleshchev | |
2022-09-17 | SL-17238 Fixed llphysicsextensions connection to llrender | Andrey Kleshchev | |
2022-09-17 | SL-17238 Large cmake contribution by NickyD | Andrey Kleshchev | |
2022-09-17 | SL-17238 Fix coding policy build issues | Andrey Kleshchev | |
2022-09-17 | We probably want this (have to guess as I cannot run the tests). | Nicky Dasmijn | |
2022-09-17 | Merge branch 'DRTVWR-568_cmake' of bitbucket.org:NickyD/viewer-cmake into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-09-17 | MacOs packaging is weird, as Nat already did point out :( | Nicky Dasmijn | |
Part of his change was omly taking Release builds into account, the other part from me made the same mistake. Use a generator expression with a custom command to get the symlink the way we want. | |||
2022-09-17 | Cleanup sweep | Nicky Dasmijn | |
2022-09-17 | Merge branch 'DRTVWR-568_cmake' of bitbucket.org:NickyD/viewer-cmake into ↵ | Nicky | |
DRTVWR-568_cmake | |||
2022-09-17 | cmake playing jedi mind tricks on me and making me miss | Nicky | |
one genex that needed changing. Interstingly add_custom_target will not complain about a file that would never be declared as OUTPUT and thus is not really a valid cmake build target.`` | |||
2022-09-17 | Only set include property on ll::bugpsplat target when on Windows. | Nicky Dasmijn | |
The include was preveiously declared for all platforms, but the Mac package does not even ship this include directory. With the new way cmake works this will lead to an error (which is good, so we don't end with bogus include dirs). | |||
2022-09-17 | Workaround to keep old cmake versions limping around. | Nicky | |
2022-09-17 | Try to make sure this also works with the havok version of llphysicsextension. | Nicky Dasmijn | |
2022-09-16 | Settings the startup project must come *after* add_subdirectory(newview). ↵ | Nicky Dasmijn | |
Only after this directory is added the target will be known and can be manipulated. | |||
2022-09-16 | Rename MESHOPTIMIZER.cmake to Meshoptimizer.cmake as those caps honestly bug me. | Nicky Dasmijn | |
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) | |
2022-09-15 | Merge branch 'master' into DRTVWR-568 | Callum Linden | |
2022-09-16 | SL-18131 Increase region cap access count before returning errors | Andrey Kleshchev | |
It might be safe to merge mSeedCapAttempts with mHttpResponderID, but for now leaving them separated, if only for making this mechanic clearer. | |||
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-548-maint-N | Andrey Kleshchev | |
2022-09-15 | DRTVWR-571: Belated merge of DRTVWR-544 version bump. | Nat Goodspeed | |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Increment viewer version to 6.6.5 | Nat Goodspeed | |
following promotion of DRTVWR-544 | |||
2022-09-15 | SL-18153 Fixed bring to front multiple dialog handling | Andrey Kleshchev | |
2022-09-14 | SL-18151 [SEC] MOAP can force multiple floaters open on users screen: The ↵ | Callum Linden | |
Viewer part of the fix for this JIRA - pulls in the updated Dullahan that exposes the user_gesture/is_redirect flags and uses them to determine what type of 'nav_type' is exchanged with viewer/plugin | |||
2022-09-14 | SL-18153 Fix invisible blocking popup | Andrey Kleshchev | |
Don't add popup to the list twice | |||
2022-09-14 | SL-18153 Fix invisible blocking popup | Andrey Kleshchev | |
Don't add popup to the list twice | |||
2022-09-08 | SL-3007 Report abuse option in paticipan list | Andrey Kleshchev | |