Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
for memstat trace
|
|
to get around link time error for unit tests on gcc
|
|
|
|
renamed "current" to "primary" when referring to accumulators
|
|
|
|
another attempt to move mem stat into base class
|
|
SceneLoadingMonitorEnabled is enabled
|
|
|
|
|
|
|
|
|
|
|
|
further optimizations for codegen
|
|
in particular, created shortcut overloads for conversions and moved
comparison operators into member functions
|
|
linked objects
Removed "geometry" and "surface" Reviewed by Kelly
|
|
|
|
changed unit declarations macros to make a lot more sense
|
|
|
|
manipulation of callsite strings in llerror
|
|
|
|
macro in llunit
|
|
|
|
|
|
forced unit conversion code to inline
unit conversion now no longer converts all the way to base and back, but tries
to find equivalent units as early as possible
fixed another llinfos instance
scene monitor now outputs n/a for invalid samples
|
|
|
|
|
|
|
|
with crash fix
|
|
|
|
|
|
|
|
so singleton cleanup doesn't do things it really ought not do
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed bad assert
fixed precision issues during int->unsigned int conversions and vice
versa
|
|
added unit tests for lltrace
|
|
|
|
made getPrimaryAccumulator return a reference since it was an
always non-null pointer
changed unit conversion to perform lazy division in order to avoid truncation
of timer values
|
|
|
|
of unit operators
|
|
|
|
|