- Feb 14, 2021
-
-
Kitty Barnett authored
[FIXED] llTextBox can be used to bypass @sendchat and @sendchannel (leave @sendchannel as-is for now) -> Reported by Chorazin Allen
-
- Feb 13, 2021
-
-
Kitty Barnett authored
-
- Jan 16, 2021
-
-
Kitty Barnett authored
-
- Jan 13, 2021
-
-
Kitty Barnett authored
-
Kitty Barnett authored
Move the shader to renderFinalize (and also stop doing that oopsie of writing to the buffer we were reading from)
-
- Jan 10, 2021
-
-
Kitty Barnett authored
-
- Jan 07, 2021
-
-
Kitty Barnett authored
-
Kitty Barnett authored
-
Kitty Barnett authored
Fixed minor UI disabling issue related to Touch/Edit of attachments + @showloc and @edit (=open) workarounds
-
Kitty Barnett authored
Add additional sphere effects for the initial RFC release and make params tweenable for the fun of it
-
Kitty Barnett authored
-
- Jan 06, 2021
-
-
Kitty Barnett authored
-
- Jan 05, 2021
-
-
Kitty Barnett authored
-
Kitty Barnett authored
-
Kitty Barnett authored
-
Kitty Barnett authored
-
- Jan 04, 2021
-
-
Kitty Barnett authored
-
Kitty Barnett authored
Split behaviour modifiers into global scope (impacts all of RLV or other objects) and local scope (modifies only the behaviour only on that particular object)
-
Kitty Barnett authored
-
- Nov 21, 2020
-
-
Kitty Barnett authored
[FIXED] @setenv_XXX commands affect the local rather than edit environment when @setenv restricted and @setenv_daycycle was issued
-
Kitty Barnett authored
[FIXED] Holding the @setenv restriction isn't preventing other objects from changing the environment settings
-
Kitty Barnett authored
-
Kitty Barnett authored
[FIXED] FIRE-30508: @setenv_XXX commands are non-functional when the shared environment is the currently selected environment
-
- Nov 11, 2020
-
-
Nat Goodspeed authored
following promotion of DRTVWR-507
-
- Nov 04, 2020
-
-
Brad Payne (Vir Linden) authored
-
- Oct 29, 2020
-
-
Andrey Kleshchev authored
-
- Oct 22, 2020
-
-
Mnikolenko Productengine authored
-
- Oct 20, 2020
-
-
Andrey Kleshchev authored
-
- Oct 14, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-
Andrey Lihatskiy authored
-
Nat Goodspeed authored
following promotion of DRTVWR-482
-
Brad Payne (Vir Linden) authored
-
- Oct 13, 2020
-
-
Brad Payne (Vir Linden) authored
-
- Oct 12, 2020
-
-
Andrey Kleshchev authored
LLVOAvatars and derived classes appear to be stored as LLPointer<LLViewerObject> in a lot of cases, so non-virtual ~LLViewerObject() might be triggered by LLPointer and end up not cleaning sInstances in some cases (animeshes specific?), thus causing broken pointers in sInstances.
-
Andrey Kleshchev authored
-