- Jul 13, 2017
-
-
Mnikolenko Productengine authored
-
- Sep 30, 2016
-
-
Mnikolenko Productengine authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Jul 30, 2013
-
-
Richard Linden authored
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
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Nov 15, 2012
-
-
Richard Linden authored
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places
-
- Nov 05, 2012
-
-
Richard Linden authored
fixed copy behavior of recordings and accumulator buffers
-
- Nov 02, 2012
-
-
Richard Linden authored
improvements to predicate API default rules encapsulated in LLInitParam removed empty flag from viewer asset stats
-
- Nov 01, 2012
-
-
Richard Linden authored
added support for specifying predicates for xui and llsd serialization
-
- Oct 29, 2012
-
-
Richard Linden authored
fixed predicate update logic and reduced to 2 classes
-
- Oct 26, 2012
-
-
Richard Linden authored
fixed llpredicate so that values and rules work uniformly with predicate logic and/or/negate works in parallel with set/clear
-
- Oct 24, 2012
-
-
Richard Linden authored
improved predicate system, added uncertain/unknown predicates
-
- Oct 23, 2012
-
-
Richard Linden authored
added return value to serialize function to track if any values were written
-
- Oct 22, 2012
-
-
Richard Linden authored
sanitized param block code to accept isValid and isProvided at any point added predicates to control serialization
-
- Oct 19, 2012
-
-
Richard Linden authored
finished most of conversion of llviewerassetstats ported some param block fixes from viewer-chui converted viewer asset stats to param block format
-
- Aug 03, 2012
-
-
Richard Linden authored
-
- Jan 20, 2012
-
-
Richard Linden authored
moved LLInitParam, and LLRegistry to llcommon moved LLUIColor, LLTrans, and LLXUIParser to llui reviewed by Nat
-
- Nov 29, 2011
-
-
Richard Linden authored
-
- Nov 11, 2011
-
-
Richard Linden authored
-
- Oct 13, 2011
-
-
Richard Linden authored
-
- Oct 10, 2011
-
-
Richard Nelson authored
reviewed by Leslie
-
- Sep 30, 2011
-
-
Richard Nelson authored
added Flag as value type moved Batch to BatchBlock renamed Choice to ChoiceBlock made merging of parameters for ValueParams consistent (fillFrom and overwriteFrom are inverses of each other now) made iteration over Multiple<T> type params easier initial schema param blocks
-
- Jun 08, 2011
-
-
Leslie Linden authored
Modified viewer window to not create a navigation bar on exit if one doesn't yet exist. Reviewed by Richard.
-
- Apr 28, 2011
-
-
Richard Linden authored
EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead of profile pic in Basic and Advanced modes reviewed by Leyla
-
- Apr 19, 2011
-
-
Richard Linden authored
EXP-648 FIX As a developer, I want to be able to specify param blocks that use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Oct 08, 2010
-
-
Richard Linden authored
-
- Oct 06, 2010
-
-
Monroe Linden authored
Reviwed by Richard.
-
Richard Nelson authored
This way <foo/> or LLSD["foo"]; both define a default constructed value for the parameter named foo, useful in the Multiple<T> case
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Sep 16, 2010
-
-
Richard Linden authored
renamed isProvided() to anyProvided() and fixed partial params (missing mandatory elements) not merging over complete params
-
Richard Linden authored
fixed deserialization of Multiple<Block> leaving dummy blocks around when failing to find matching key
-
- Aug 24, 2010
-
-
Richard Nelson authored
-
- Aug 16, 2010
-
-
Richard Nelson authored
fixed slicing problem with paramblocks where block descriptors are invalid after copying a derived block type to a base block value.
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- May 24, 2010
-
-
Richard Nelson authored
fixed merging logic for blockvalues like rect, uiimage, etc
-
Richard Nelson authored
fixed merging logic for blockvalues like rect, uiimage, etc
-
- Feb 16, 2010
-
-
richard authored
reviewed by Rick
-
- Jan 29, 2010
-
-
Tofu Linden authored
Checker: UNINIT_CTOR Function: LLInitParam::BaseBlock::BaseBlock() File: /indra/llxuixml/llinitparam.cpp
-
- Jan 22, 2010
-
-
richard authored
reviewed by Rick
-