Age | Commit message (Collapse) | Author |
|
|
|
|
|
provided by Logue Takacs
|
|
|
|
|
|
paste menu when right clicking any item
|
|
# Conflicts:
# indra/llcommon/llsdserialize.h
|
|
|
|
created item
|
|
(cherry picked from commit eb0516b9940f200b32349d611f38f1ccee48005d)
|
|
|
|
folders to open and shift out of view
|
|
|
|
|
|
|
|
Pass llssize instead of S32.
|
|
view to avoid crash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# doc/contributions.txt
|
|
|
|
|
|
# Conflicts:
# indra/newview/llagentlistener.cpp
# indra/newview/llcommanddispatcherlistener.cpp
# indra/newview/llfilepicker_mac.mm
# indra/newview/llworldmapview.cpp
|
|
# Conflicts:
# doc/contributions.txt
# indra/llcharacter/llkeyframemotion.cpp
# indra/newview/llfilepicker.cpp
|
|
following promotion of DRTVWR-577
|
|
|
|
copying content
|
|
|
|
|
|
SL-19676 - more IL control, added Reset Interest List Debug menu command
|
|
Alt zoom was pointing near ground instead of agent's actual position
|
|
|
|
Initial attachments usually are not 'expected', shutdown is expected to detach everything
|
|
sl-19676 - more loading stats and 360 Interest List mode work
|
|
future expansion instead of a bool toggle
|
|
|
|
|
|
|
|
|
|
|
|
Until now, the viewer has explicitly set(CMAKE_CXX_STANDARD 17) with a comment
explaining that we hadn't dared add -std=c++17 to build-variables/variables
because we didn't know if we could build all the component autobuild packages
with that switch. Now that we've successfully built all of them with that
switch, we've updated the viewer branch of build-variables, so we can remove
the viewer's CMAKE_CXX_STANDARD override.
|