Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | MAINT-2740 more comment grooming and NULL string guard | Graham Madarasz | |
2013-06-05 | BUG-2707 fix comment typos, remove unnecessary winmm_shim changes, and ↵ | Graham Madarasz | |
revert 2672 fix included only for local integ test | |||
2013-06-05 | MErge | Graham Madarasz | |
2013-06-05 | BOOG2707 uncomment cleared suspects | Graham Madarasz | |
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 | MAINT-2740 put debug output back with guard of debugger presence per Nat ↵ | Graham Madarasz | |
review suggestion | |||
2013-06-04 | MAINT-2740 convert to std::string based API for OutputDebug wrapper ↵ | Graham Madarasz | |
cleanliness after sage counsel (slight refrain) | |||
2013-06-04 | fix modified virtual function names in platform-specific modules | Oz Linden | |
2013-06-04 | MAINT-2740 fix XUI callsites in debug mode | Graham Madarasz | |
2013-06-04 | MAINT-2740 and MAINT-2672 rework after code review for 2740 fix and include ↵ | Graham Madarasz | |
2672 fix needed for doing local integ tests | |||
2013-06-04 | merge changes for build number fix | Oz Linden | |
2013-06-04 | BUILDFIX: don't multiple define class statics...use inline static method instead | Richard Linden | |
2013-06-04 | fix local build numbers when compiling a merge before committing (two parents) | Oz Linden | |
2013-06-04 | MAINT-2740 make use of OsOutputDebugString _DEBUG only to avoid interactions ↵ | Graham Madarasz | |
between Win 32-bit SEH and boost coroutine fiber stack handling | |||
2013-06-04 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
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 | NORSPEC-229 Fix for linux build. | Dave Parks | |
2013-06-03 | BUG-2707 and not break use of venerable ifdefs | Graham Madarasz | |
2013-06-03 | BUG-2707 disable sites calling OsOutputDebugString directly to identify ↵ | Graham Madarasz | |
which is tossing our errant exception | |||
2013-06-03 | NORSPEC-195 Fix for incorrect alpha blending with deferred rendering enabled. | Dave Parks | |
2013-06-03 | merge changes for 3.6.0-materials-beta1 | Oz Linden | |
2013-06-03 | Fix and organize code for managing marker files that detect last_exec_event ↵ | Oz Linden | |
and last_exec_duration | |||
2013-06-03 | BUG-2707 more logging crash hunting | Graham Madarasz | |
2013-06-03 | MATBUG-136 Fix for glow being too bright on rigged attachments. | Dave Parks | |
2013-06-03 | MATBUG-151 Fix for black textures on Intel HD when glow is present. | Dave Parks | |
2013-06-03 | NORSPEC-227 fix settings XML merge derp | Graham Madarasz | |
2013-06-03 | NORSPEC-227 fix settings XML merge derp | Graham Madarasz | |
2013-06-03 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-06-03 | NORSPEC-229 Fix for bad binormals on mirrored surfaces (use tangent ↵ | Dave Parks | |
calculator instead of binormal calculator, convert binormal centric code to tangent centric) | |||
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-02 | BUG-2707 disable more login/update-sequence specific logging | Graham Madarasz | |
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 | 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 | Add more granular App init log spam to try to determine what fails for a ↵ | callum_linden | |
small subset of users | |||
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 | Revert NORSPEC-214 fix causing knock-on in spec exp controls | Graham Madarasz | |
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-31 | Fix for uninitialized texture gamma on fullbright alpha objects. | Dave Parks | |
2013-05-31 | NORSPEC-223 Fix for wrong textures displaying on fullbright+shiny faces with ↵ | Dave Parks | |
advanced lighting enabled. | |||
2013-05-31 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
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 |