Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
downloading a new version of the SL Viewer
|
|
|
|
'My last location' on non-agni grids
|
|
Don't process EventQueueGet responses from server when disconected
|
|
replacement cache
|
|
update on frames when their parent does
|
|
renaming files if destination file exists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in debug view
|
|
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.
|
|
|
|
|
|
|
|
|