Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
Reviewed by Kelly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
errors.
|
|
fixed crash on exit
|
|
|
|
|
|
object cache due to occlusion culling.
|
|
reviewed with Simon
|
|
"Reference"
in the tools floater
Reviewed with Simon.
|
|
|
|
|
|
|
|
converted "int" to "S32"
|
|
cleaned up predicate system, made unknown work with remove
|
|
improved predicate system, added uncertain/unknown predicates
|
|
|
|
Original LLDir::findSkinnedFilenames() implementation used a tricky rule: a
given skin directory was only considered if it provided a default-language
override for the sought filename, regardless of whether it also provided
localizations for that filename. Discussion with Richard clarifies that we
want to allow the user to override neither, either or both. Change
findSkinnedFilenames() accordingly; update unit tests to verify new semantics.
|
|
|
|
|
|
Reviewed by VoidPointer
|
|
|
|
added return value to serialize function to track if any values were written
|
|
sanitized param block code to accept isValid and isProvided at any point
added predicates to control serialization
|
|
|
|
|
|
|