Age | Commit message (Collapse) | Author |
|
logins
|
|
|
|
|
|
notifyObservers
|
|
|
|
|
|
main instance
|
|
|
|
|
|
Properly clean up animation when animation gets fully deleted.
|
|
the viewer
|
|
|
|
|
|
|
|
|
|
action.
|
|
Contribution, move comments to their own lines to simplify parsing
|
|
selected
|
|
tab jumps to Main tab
|
|
touch-scripted object
|
|
|
|
|
|
unless url changed
|
|
|
|
following promotion of DRTVWR-507
|
|
|
|
|
|
|
|
|
|
marketplace listings
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/pipeline.cpp
|
|
|
|
following promotion of DRTVWR-497
|