Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
paste menu when right clicking any item
|
|
created item
|
|
folders to open and shift out of view
|
|
|
|
view to avoid crash
|
|
|
|
|
|
|
|
# Conflicts:
# doc/contributions.txt
|
|
|
|
following promotion of DRTVWR-577
|
|
copying content
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Single folder
|
|
panel
|
|
item in gallery view
|
|
|
|
BUG-233797/233798 - fix blackout when u/w fog_density < 0
|
|
|
|
|
|
|
|
|
|
view
|
|
|
|
Newer C++ compilers have different semantics around LLSDArray's special copy
constructor, which was essential to proper LLSD nesting. In short, we can no
longer trust LLSDArray to behave correctly. Now that we have variadic
functions, get rid of LLSDArray and replace every reference with llsd::array().
|