Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added labels to LLUnit types added memstat dumps to llscenemonitor | |||
2013-06-04 | BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid ↵ | Graham Madarasz | |
throwing unhandlable exceptions in coroutines in RelWithDebInfo builds | |||
2013-06-03 | BUG-2707 disable sites calling OsOutputDebugString directly to identify ↵ | Graham Madarasz | |
which is tossing our errant exception | |||
2013-06-02 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed unnecessary templates from accumulator types...now always track data in double precision floating point, using templated accessors to convert to and from arbitrary types | |||
2013-06-02 | BUG-2707 fix unref'd var | Graham Madarasz | |
2013-06-02 | BUG-2707 eliminate debug message and memory dump from FrameWatcher, which ↵ | Graham Madarasz | |
appears to be going off on login for some | |||
2013-06-01 | BUG-2707 turn off more LL_DEBUGS to narrow down Kat's crashing cuplrit | Graham Madarasz | |
2013-06-01 | BUG-2707 hunt for infos call crashing Kat | Graham Madarasz | |
2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
made recordings auto-update when executing query while active | |||
2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed multithreading lltrace causing values to be interpolated towards 0 added Radians unit improved sceneloadmonitor restart heuristic to use accumulated camera motion | |||
2013-05-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
reverted SlaveThreadRecorder update gating moved processTimes() outside of Recording, so it is called only once per frame refined sample merge logic so that multi-threaded samples do not stomp on linear history of a stat | |||
2013-05-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed LLTrace::ExtendablePeriodicRecording::extend() to include *all* frame extensions gated SlaveThreadRecorder pushing to master based on master update rate reverted changes to LLThreadLocalSingletonPointer to not use offset-from-default trick | |||
2013-05-30 | BUG-2707 add some logging to help narrow down what part of login instance ↵ | Graham Madarasz | |
handling is going awry | |||
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
made LLCopyOnWritePointer enforce write access through write() again disabled some error checking on release for download builds | |||
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-05-24 | merge changes for maint-2724 | Oz Linden | |
2013-05-23 | MAINT-2724: Make viewer explicitly set coroutine stack size. | Nat Goodspeed | |
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void. | |||
2013-05-22 | merge changes for 3.5.3-release | Oz Linden | |
2013-05-22 | CHUI-967: fix display of % escapes in chat | Gilbert Gonzales | |
2013-05-21 | BUILDFIX: gcc fixes | Richard Linden | |
2013-05-21 | BUIDLFIX: trying to make gcc happy | Richard Linden | |
2013-05-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering | |||
2013-05-20 | BUILDFIX: mac gcc fix | Richard Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction of Recorders, eliminated most zero-length frames fixed reset behavior of periodic recordings and extendable recordings to clear entire history removed busy-loop recording of stats from worker threads...stats reported only when work is done | |||
2013-05-16 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect cleaned up scene monitor stats recording, now all trace stats dumped to csv also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc | |||
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-10 | Merge with vwr-dev-mat | Graham Madarasz | |
2013-05-10 | merge changes for 3.5.2-beta4 | Oz Linden | |
2013-05-09 | MAINT-2665 FIX Crashes not being reported in some cases | Richard Linden | |
made marker file lock use append, not truncate | |||
2013-05-09 | remove duplications and other errors introduced during the merge | Oz Linden | |
2013-05-08 | merge changes for 3.5.1-release | Oz Linden | |
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
2013-05-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-05-02 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
added comments to llsingleton.h | |||
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-29 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed singleton unit test resurrecting a singleton now properly calls initSingleton() | |||
2013-04-27 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
more singleton cleanup to eliminate crashes on startup/exit | |||
2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed Mac crash related to non-reentrant singleton constructor | |||
2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
fixed Mac crash related to non-reentrant singleton constructor | |||
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-24 | BUILDFIX: singleton unit test could not resurrect singleton | Richard Linden | |
2013-04-24 | BUILDFIX: method name was wrong | Richard Linden | |
2013-04-24 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
potential fix for crasher cleaned up llsingleton | |||
2013-04-23 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
convert scene monitor to use extendable periodic recording | |||
2013-04-23 | merge changes for latest viewer-development | Oz Linden | |
2013-04-23 | merge changes for 3.5.1-beta3 | Oz Linden | |
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA. |