Age | Commit message (Collapse) | Author |
|
|
|
- Removed logging for MAINT-3555
- Added NULL guard to fix MAINT-3703 (hopefully)
|
|
|
|
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
|
|
|
|
|
|
|
|
|
|
|
|
root problem
|
|
|
|
related to audio stutter/frame stalls
|
|
material instead of mMaterial
|
|
|
|
|
|
|
|
|
|
|
|
Latif Khalifa & Siana Gearz)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error in llaudioengine_fmodex.cpp
|
|
|
|
up left
|
|
|
|
|
|
|
|
|
|
|
|
made fast timer stack thread local
added LLThreadLocalSingleton
made LLThreadLocalPointer obey pointer rules for const
added LLThreadLocalSingletonPointer for fast thread local pointers
|
|
alignment issue in llAppearance.
|
|
|
|
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
|
|
Appearance utility now reads avatar_lad.xml during stubbed out params processing.
|
|
|
|
|
|
|
|
|
|
crashes
|
|
|
|
|
|
|
|
|