Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | SL-17657: Merge branch 'more-c++17' into DRTVWR-568. | Nat Goodspeed | |
Converting on DRTVWR-568 as the project branch going forward. | |||
2022-09-01 | DRTVWR-568: Merge branch 'brad/cmake-minimum' into DRTVWR-568. | Nat Goodspeed | |
This bumps the minimum required CMake version up to support for the new file(CREATE_LINK) commands. | |||
2022-09-01 | DRTVWR-568: Ensure parent directory exists before CREATE_LINK. | Nat Goodspeed | |
2022-08-31 | SL-18050 FIXED Media not applied to all sides of object | Mnikolenko Productengine | |
2022-08-31 | DRTVWR-568: Merge 'fix-monterey' into more-c++17 for D483 release. | Nat Goodspeed | |
2022-08-31 | DRTVWR-568: Merge branch 'master' into fix-monterey for D483 release. | Nat Goodspeed | |
2022-08-31 | SL-18051 FIXED Have to leave group more than once to actually leave a group | Mnikolenko Productengine | |
2022-08-30 | Merge branch 'master' into DRTVWR-568 | Callum Linden | |
2022-08-30 | DRTVWR-568: Pull in new 3p-colladadom build, tweak to VSVER number hardcoded ↵ | Callum Linden | |
into autobuild.xml for VS 2022 and update cmake script to copy the MSVC runtime (proper fix coming | |||
2022-08-30 | DRTVWR-568 need to update cmake minimum | Brad Kittenbrink | |
2022-08-31 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloateroutfitsnapshot.cpp | |||
2022-08-31 | SL-17984 The top two lines in the Description field are not available for ↵ | Andrey Kleshchev | |
selection Viewer was drawing empty "indicator_stack" over description | |||
2022-08-31 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-08-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llpanelpicks.cpp # indra/newview/llpanelprofile.cpp | |||
2022-08-30 | Increment viewer version to 6.6.4 | Nat Goodspeed | |
following promotion of DRTVWR-483 | |||
2022-08-30 | 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-08-30 | DRTVWR-568: Update to colladadom build 574693 | Nat Goodspeed | |
2022-08-29 | Merge remote-tracking branch 'origin/more-c++17' into DRTVWR-568 | Callum Linden | |
2022-08-26 | DRTVWR-568: More cleanup of deleted obsolete std library features. | Nat Goodspeed | |
2022-08-26 | DRTVWR-568: Eliminate more blockers to C++17 language standard. | Nat Goodspeed | |
2022-08-25 | SL-18007 Edit shape freezes avatar in the middle of the turning animation | Andrey Kleshchev | |
2022-08-25 | SL-18019 Sometimes rigged meshes don't show in preview thumbnails | Andrey Kleshchev | |
2022-08-25 | SL-18021 Generate a VS 2019 build of the Viewer using current third party ↵ | Callum Linden | |
libraries: replace hard coded VS 2017 '150' maginc number with another magic number - for VS 2019 | |||
2022-08-24 | DRTVWR-558: Re-enable --leap command-line switch for dev builds. | Nat Goodspeed | |
The --leap command-line switch is independent of updater processing. It should NOT be suppressed when the updater is suppressed. --leap is used for viewer testing, which is important for dev builds! | |||
2022-08-24 | DRTVWR-558: Eliminate many spurious set-not-used variables. | Nat Goodspeed | |
With Xcode 13.4, these unused variables break Release builds. | |||
2022-08-23 | DRTVWR-558: Remove references to string join() per code review. | Nat Goodspeed | |
2022-08-23 | DRTVWR-558: Streamline and generalize Windows Python search. | Nat Goodspeed | |
2022-08-23 | DRTVWR-558: Fix Release variable-set-but-unused error. | Nat Goodspeed | |
2022-08-23 | DRTVWR-558: macOS Monterey objdump apparently needs --option | Nat Goodspeed | |
instead of -option as before. | |||
2022-08-22 | DRTVWR-558: Fix builds on macOS 12.5 Monterey. | Nat Goodspeed | |
Always search for python3[.exe] instead of plain 'python'. macOS Monterey no longer bundles Python 2 at all. Explicitly make PYTHON_EXECUTABLE a cached value so if the user edits it in CMakeCache.txt, it won't be overwritten by indra/cmake/Python.cmake. Do NOT set DYLD_LIBRARY_PATH for test executables! That has Bad Effects, as discussed in https://stackoverflow.com/q/73418423/5533635. Instead, create symlinks from build-mumble/sharedlibs/Resources -> Release/Resources and from build-mumble/test/Resources -> ../sharedlibs/Release/Resources. For test executables in sharedlibs/RelWithDebInfo and test/RelWithDebInfo, this supports our dylibs' baked-in load path @executable_path/../Resources. That load path assumes running in a standard app bundle (which the viewer in fact does), but we've been avoiding creating an app bundle for every test program. These symlinks allow us to continue doing that while avoiding DYLD_LIBRARY_PATH. Add indra/llcommon/apply.h. The LL::apply() function and its wrapper macro VAPPLY were very useful in diagnosing the problem. Tweak llleap_test.cpp. This source was modified extensively for diagnostic purposes; these are the small improvements that remain. | |||
2022-08-22 | DRTVWR-564: Add LL::apply(): call function, passing args from tuple. | Nat Goodspeed | |
This anticipates C++17's std::apply(), and in fact once we detect C++17, we'll just use that. But in C++14 we must still provide our own implementation. (cherry picked from commit dc2e2cd76f387ea6e80787fb94adcbc269cd1f25) | |||
2022-08-19 | SL-17990 Give user a popup warning when they attach a rigged mesh object to ↵ | Mnikolenko Productengine | |
an HUD | |||
2022-08-18 | SL-17834 MP window freezes when loading items from Inventory #2 | Andrey Kleshchev | |
2022-08-17 | SL-17978 FIXED "Hear media and sound from: Avatar position" ignores clamping ↵ | Mnikolenko Productengine | |
set by llSetSoundRadius() | |||
2022-08-17 | SL-17834 MP window freezes when loading items from Inventory | Andrey Kleshchev | |
1. Do not process all marketpalce changes at once, schedule them for later 2. Do not notifyObservers from notifyObservers | |||
2022-08-17 | SL-17973 updated inappropriate arg | Mnikolenko Productengine | |
2022-08-17 | SL-17973 FIXED region name is not shown in the IM chat | Mnikolenko Productengine | |
2022-08-16 | SL-17719 Windows support for absolute mouse positioning #2 | Andrey Kleshchev | |
Better touch screen handling | |||
2022-08-14 | SL-17719 Windows support for absolute mouse positioning | Andrey Kleshchev | |
For virtual machines and touch screens Also raw input is not subjected to mouse speed | |||
2022-08-12 | SL-17964 FIXED Pressing M while any floater has focus switches into mouselook | Mnikolenko Productengine | |
2022-08-12 | SL-17965 Closing some floaters shifts focus to menu bar | Andrey Kleshchev | |
Focus root now only covers menu, status and nav bar to not steal focus from floaters This partially reverts commit 1d6bfb727a8015e82cd4060a0c73cf3fc719e818. | |||
2022-08-11 | SL-17892 Add X button to Guidebook floater's title bar | Mnikolenko Productengine | |
2022-08-11 | SL-17670 tweaking simplified outfit snapshot floater | Maxim Nikolenko | |
2022-08-10 | SL-17925 Fix SLURL based creation of picks and classifieds | Andrey Kleshchev | |
2022-08-10 | SL-17924 Don't clear pick's description when clicking on description for the ↵ | Andrey Kleshchev | |
first time | |||
2022-08-10 | SL-17923 "Title" and "Description" labels are not displayed in "Picks" tab | Andrey Kleshchev | |
Fixed unlabeled fields in picks: For consistency purposes and for clarity both picks and classifieds should display title and descriprion labels. Fixed extra large spacing in classifieds | |||
2022-08-08 | SL-14556 Profile floater does not update after a name change | Andrey Kleshchev | |
2022-08-05 | SL-17908 No left and right events when both held down | Andrey Kleshchev | |
Reverts part of SL-15746 | |||
2022-08-04 | SL-17902 Crash at LLAlignedArray, out of bounds | Andrey Kleshchev | |
2022-08-04 | SL-17785 FIXED World Map scrolls too slowly after pressing "Me" button | Mnikolenko Productengine | |