Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed copy behavior of recordings and accumulator buffers
|
|
|
|
|
|
The tricky thing about this fix is that the "Log In" button used to be in the
same layout_panel as the username and password fields. Now it's not, so the
fact that it's the default button for its layout_panel doesn't matter because
that layout_panel doesn't have focus. Richard pointed out that we can make the
commit action for the username and password fields initiate login -- as long
as neither field implicitly runs its commit action when it loses focus!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improvements to predicate API
default rules encapsulated in LLInitParam
removed empty flag from viewer asset stats
|
|
|
|
|
|
|
|
|
|
added support for specifying predicates for xui and llsd serialization
|
|
output of floater_stats is now identical to pre-lltrace system (with some tweaks)
|
|
|
|
|
|
|
|
|
|
|
|
final removal of remaining LLStat code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed predicate update logic and reduced to 2 classes
|
|
|
|
fixed llpredicate so that values and rules work uniformly with predicate logic
and/or/negate works in parallel with set/clear
|
|
|
|
fixed crash on exit
|
|
|
|
|
|
object cache due to occlusion culling.
|