Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-06 | SH-4232 FIX: Interesting: Viewer Crash on Login | Richard Linden | |
2013-06-05 | Merge | Richard Linden | |
2013-06-05 | BUILDFIX: fixed llviewerassetstats test and render2dutils changes | Richard Linden | |
that were dropped in merge | |||
2013-06-05 | BUILDFIX: build fixes for mac | Richard Linden | |
2013-06-05 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-06-05 | BUILDFIX: re-added missing lldeleteutils.h | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-06-05 | fix for SH-4227: interesting: long delay between root and child prim loading. | Xiaohong Bao | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-06-04 | BUILDFIX: don't multiple define class statics...use inline static method instead | Richard Linden | |
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-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-05-31 | BUILDFIX - const correctness | Richard Linden | |
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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
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-31 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-31 | revert changes for SH-3927: Interesting: Viewer should send predicted camera ↵ | Xiaohong Bao | |
position to simulator to control object load order | |||
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 | Automated merge with ↵ | Richard Linden | |
bundle:c:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.sszl0v\ssh__richard@hg.lindenlab.com_richard_viewer-interesting_kkjl59.hg | |||
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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-30 | remove a debug assertion | Xiaohong Bao | |
2013-05-29 | BUILDFIX: fixed unit test compile error | Richard Linden | |
2013-05-29 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
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-29 | increment version to 3.5.4 | Oz Linden | |
2013-05-28 | for SH-4004: interesting: need debug option to clear viewer cache while ↵ | Xiaohong Bao | |
still logged in | |||
2013-05-28 | fix for SH-4214: Crash on Linux readFromCache: ASSERT (mInitialized) | Xiaohong Bao | |
2013-05-28 | change the way to handle creating/destroying a same object repeatedly | Xiaohong Bao | |
2013-05-23 | add a debug setting "UseObjectCacheOcclusion" to enable/disable object cache ↵ | Xiaohong Bao | |
occlusion culling | |||
2013-05-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-23 | for SH-4145: Interesting: Implement occlusion culling for object cache | Xiaohong Bao | |
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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
2013-05-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
clean up of llscenemonitor.cpp | |||
2013-05-22 | merge changes for chui-967 | Oz Linden | |
2013-05-22 | CHUI-967: fix display of % escapes in chat | Gilbert Gonzales | |
2013-05-21 | merge changes for maint-2628 | Oz Linden | |
2013-05-21 | merge changes for chop-947 | Oz Linden | |
2013-05-21 | BUG-2432: Crashfix. Don't call map::erase when the iterator is not valid. | Oz Linden | |
2013-05-21 | merge changes for chop-948 | Oz Linden | |
2013-05-21 | NORSPEC-196: fix frame stalls caused by FmodEx logging | callum_linden | |
2013-05-21 | revise test for hg to detect and ignore incorrect results from cygwin hg | Oz Linden | |
2013-05-21 | BUILDFIX: gcc fixes | Richard Linden | |
2013-05-21 | BUIDLFIX: trying to make gcc happy | Richard Linden | |
2013-05-21 | CHOP-947: create summary.json (really python) metadata file for TeamCity results | Oz Linden | |
2013-05-21 | CHOP-948: correctly persist the UpdaterWillingToTest preference | Oz Linden | |