Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Secondlife.log filehandle, XP Crash.
|
|
- memory leaks fixing;
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
handling is going awry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
performance
Reviewed by Simon.
|
|
Disable private memory pools. Make viewer large address aware on windows.
Reviewed by Kelly
|
|
|
|
|
|
tested
|
|
repository.
|
|
|
|
|
|
|
|
|
|
|
|
helps me find memory leaks.
|
|
using realtive coordinates
refactored LLCoord code to be templated, ultimately to support arbitrary conversions
|
|
|
|
(when --noprobe switch is used)
|
|
to clean up.
|
|
cleanups to the crash reporters, and the ability to use --set GroupName.SettingName to set parameters outside of the (default) Global settings group.
|
|
|
|
|
|
|
|
|
|
vertex buffer objects when available vram is under 256MB.
|