Age | Commit message (Collapse) | Author |
|
|
|
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
|
|
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
|
|
added controls for curtain delay
|
|
cleaning up more unused files
|
|
|
|
dependencies
|
|
added comments to llsingleton.h
|
|
changed sCurCameraID to enum in attempt to pinpoint memory stompage
|
|
fixed singleton unit test
resurrecting a singleton now properly calls initSingleton()
|
|
more singleton cleanup to eliminate crashes on startup/exit
|
|
fixed Mac crash related to non-reentrant singleton constructor
|
|
|
|
fixed Mac crash related to non-reentrant singleton constructor
|
|
|
|
|
|
|
|
potential fix for crasher
cleaned up llsingleton
|
|
convert scene monitor to use extendable periodic recording
|
|
|
|
|
|
added ExtendablePeriodicRecording
and ability to append periodic recordings to each other
|
|
removed unused dll support from llinstancetracker as it didn't appear to be thread safe
|
|
|
|
ObjectUpdateCompressed messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cache while still logged in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added ability to query periodic timer for specific number of periods
used that to do smaller time averaged window for camera speed
|
|
|
|
|
|
|
|
|
|
|
|
removed MeanValueType<T>
|
|
removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler
renamed getPrevRecordingPeriod, etc. to getPrevRecording
|
|
|