Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'My last location' on non-agni grids
|
|
Don't process EventQueueGet responses from server when disconected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marketplace listings
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/llviewerregion.cpp
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/llfloatermodelpreview.cpp
|
|
following promotion of DRTVWR-482
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Convoluted due to multiple workarounds. Might be a good idea to spend some time refactoring this, but for now just trottled checks.
|
|
|
|
It is possible for agent to pass multiple region borders fast, resulting in environment updates affecting wrong regions
|
|
Appearance' mode
|
|
|