Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Partially reverts SL-20206 commit 25388312cf28f8b30934ac3885783a96a3b2ed69
|
|
|
|
looks like pool regularly gets corrupted, try using separate pool
|
|
|
|
|
|
|
|
|
|
instead of getting items one by one
|
|
# Conflicts:
# indra/newview/llinventorymodel.cpp
# indra/newview/llvovolume.cpp
|
|
following promotion of DRTVWR-567
|
|
disappear when root goes off-screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shows folder's data instead of a suffix.
Will need either a new inventory window or to toggle UI debug on early.
|
|
|
|
|
|
Unfulfilled scroll (due to fetching) persisted after selection changed
|
|
|
|
wip
|
|
|
|
|
|
DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3).
|
|
|
|
blocked
|
|
(cherry picked from commit 3d2da2b2c09fc637c2eaccac1607e3480bede145)
|
|
Elsewhere in CMake land, we reference PYTHONINTERP_FOUND and
PYTHON_EXECUTABLE, both of which are explicitly set by Python.cmake. We don't
seem to need the find_package(Python3 COMPONENTS Interpreter) call. Given that
we take some pains to be careful about which Windows Python interpreter we
find, this eliminates a wildcard.
|
|
|
|
|
|
|
|
Fix builds using OpenAL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|