- Dec 07, 2012
-
-
Richard Linden authored
improved unit tests for LLUnit renamed LLUnit to LLUnitImplicit with LLUnit being reserved for explicit units
-
- Dec 06, 2012
-
-
Richard Linden authored
added unit tests for LLUnit
-
Richard Linden authored
improved LLUnit compile time errors removed cassert in favor of llstatic_assert
-
Richard Linden authored
fixed gcc compile error made LLCopyOnWritePointer contain an LLPointer, not derive from it added type trait to control periodicrecording mean value type
-
- Dec 05, 2012
-
-
Richard Linden authored
changed thread id declaration to be local to llthread.cpp and use currentID() uniformly across platforms
-
- Dec 04, 2012
-
-
Richard Linden authored
added copy constructor to periodic recording to allow snapshot generation in fast timer view fixed build errors
-
- Dec 03, 2012
-
-
Richard Linden authored
converted fast timer view over to new lltrace mechanisms
-
Richard Linden authored
started moving fast timer historical stats over to LLTrace periodic recording
-
- Dec 01, 2012
-
-
Richard Linden authored
-
Richard Linden authored
fixed scale of reported times moved reset calls to happen at same time so we don't show partial results
-
- Nov 30, 2012
-
-
Richard Linden authored
fixed crash when sending viewer asset stats
-
- Nov 29, 2012
-
-
Richard Linden authored
moved runtime timer tree topology information to separate array instead of recording stack
-
- Nov 27, 2012
-
-
Richard Linden authored
fixed precision of fast timer counts
-
Richard Linden authored
hunting down bad values and crashes
- Nov 20, 2012
-
-
Richard Linden authored
fixes to merge
-
- Nov 19, 2012
- Nov 17, 2012
-
-
Richard Linden authored
got new fast timer code to compile and run
-
- Nov 15, 2012
-
-
Richard Linden authored
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes
-
Richard Linden authored
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places
-
- Nov 14, 2012
-
-
Oz Linden authored
-
- Nov 13, 2012
-
-
Oz Linden authored
-
Richard Linden authored
moving fast timers into lltrace namespace and accumulation system
-
William Todd Stinson authored
-
William Todd Stinson authored
MAINT-1891: FIX Updating the LLPipeline::clearRebuildGroups() to preserve HUD groups. clearRebuildGroups() is called during the teleport process. In the previous state, HUD objects were being incorrectly removed from the rebuild groups during the teleport process. This change will preserve HUD groups and should resolve this issue.
-
- Nov 12, 2012
-
-
William Todd Stinson authored
MAINT-1890: A hacky fix for flexi-prim updates after teleport by ignoring the sUpdateDelay value and simply updating all flexi-prims. This change most likely reduces frame rate.
-
Richard Linden authored
removed remnants of LLFastTimer::FrameState
-
Richard Linden authored
simplified llfasttimer code down to 2 classes llunit unit conversion now done in floating point or 64 bit integer precision, depending on source type
-
Kelly Washington authored
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard
-
Kelly Washington authored
* Remove debug spam
-
William Todd Stinson authored
MAINT-1894: FIX This *should* fix a crash in the LLVolume::resizePath() method. The callstacks indicated that the std library was throwing a length exception on the std::vector::resize() call. Most likely cause was that the recent changes for flexi-prims were causing the mRenderRes to become negative. And thus, the 1<<mRenderRes calculation was generating a really large value for num_render_sections.
-
Kelly Washington authored
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName
-
Kelly Washington authored
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known
-