Andrey Lihatskiy
1b68f71348
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
2024-04-29 07:56:09 +03:00
Nat Goodspeed
2a10bd406c
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
...
The trouble with debugLoggingEnabled() is that it locked mutexes and searched
maps every time that call was reached. LL_DEBUGS() has the same functionality
(albeit with idiosyncratic syntax) but performs expensive lookups only once
per session, caching the result in a local static variable.
2023-05-03 09:55:31 -04:00
Brad Payne (Vir Linden)
3a8b1bf1e4
SL-859 - exceptionally verbose logging of object state updates, likely temporary
2018-01-29 16:35:56 +00:00
Brad Payne (Vir Linden)
88cb6814f0
SL-315 WIP - more call stack tracing, initial hooks for avatar reset skeleton option.
2016-03-07 11:24:48 -05:00
Brad Payne (Vir Linden)
ef02c9ea69
SL-315 - context strings, comments, debugging. joint_test temporarily disabled.
2016-02-03 08:59:25 -05:00
Brad Payne (Vir Linden)
c92079db31
SL-315 - verbose option for CallStack objects, doc headers in StackWalker.{h,cpp}
2016-01-28 10:40:38 -05:00
Brad Payne (Vir Linden)
e91a192301
SL-315 WIP - added callstack info to joint debugging. Made joint debugging run-time configurable via debug setting DebugAvatarJoints
2016-01-26 11:11:52 -05:00
Brad Payne (Vir Linden)
5345d1e115
SL-315 WIP - added a call stack extractor for windows to help with tracing joint issues (of course, could be used for other things as well).
2016-01-26 08:23:40 -05:00