Age | Commit message (Collapse) | Author |
|
damped by glossiness
|
|
|
|
|
|
|
|
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
|
|
|
|
|
|
|
|
and last_exec_duration
|
|
|
|
|
|
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
calculator instead of binormal calculator, convert binormal centric code to tangent centric)
|
|
small subset of users
|
|
|
|
|
|
advanced lighting enabled.
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
|
|
|
|
|
|
lighting/materials enabled.
|
|
handling is going awry
|
|
|
|
root problem
|
|
Area init is complete and made the coro that rewrites URIs do less work on the stack
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
|
|
|
|
|
|
https://bitbucket.org/lindenlab/viewer-development-materials
|
|
testing based overhaul WIP
Reviewed by Graham
|
|
|
|
|
|
|
|
|
|
|
|
appearance in menu 1st time
|
|
|
|
which has deleterious effects on materials rendering
|
|
channels and make the materials CB use a UUID instead of this pointer for safety
|
|
|
|
|
|
|
|
which was only invoking the CB for the last TE on log-in by replacing std::map with boost::unordered_map
|
|
state in build tool, and protect against callback crashes when switching regions
|
|
Introduce LLCoros::setStackSize(), with a compile-time default value we hope
we never have to use. Make LLAppViewer call it with the value of the new
settings variable CoroutineStackSize as soon as we've read settings files.
(While we're at it, notify interested parties that we've read settings files.)
Give CoroutineStackSize a default value four times the previous default stack
size. Make LLCoros::launch() pass the saved stack size to each new coroutine
instance.
Re-enable lleventcoro integration test. Use LLSDMap() construct rather than
LLSD::insert(), which used to return the modified object but is now void.
|