Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-28 | Extend LLEventAPI to directly call other functions & methods. | Nat Goodspeed | |
Until now, LLEventAPI has only been able to register functions specifically accepting(const LLSD&). Typically you add a wrapper method to your LLEventAPI subclass, register that, have it extract desired params from the incoming LLSD and then call the actual function of interest. With help from Alain, added new LLEventAPI::add() methods capable of registering functions/methods with arbitrary parameter signatures. The code uses boost::fusion magic to implicitly match incoming LLSD arguments to the function's formal parameter list, bypassing the need for an explicit helper method. New add() methods caused an ambiguity with a previous convenience overload. Removed that overload and fixed the one existing usage. Replaced LLEventDispatcher::get() with try_call() -- it's no longer easy to return a Callable for caller to call directly. But the one known use of that feature simply used it to avoid fatal LL_ERRS on unknown function-name string, hence the try_call() approach actually addresses that case more directly. Added indra/common/lleventdispatcher_test.cpp to exercise new functionality. | |||
2011-01-28 | Introduce LLSDArray, LLSDMap, LLSDParam. | Nat Goodspeed | |
LLSDArray is a helper to construct an LLSD::Array value inline. LLSDMap is a helper to construct an LLSD::Map value inline. LLSDParam is a customization point, a way for generic code to support unforseen parameter types as conversion targets for LLSD values. | |||
2011-01-27 | merge changes for storm-348 | Oz Linden | |
2011-01-27 | merge changes for storm-843 | Oz Linden | |
2011-01-27 | merge changes for storm-547 | Oz Linden | |
2011-01-27 | merge changes for storm-373 | Oz Linden | |
2011-01-25 | correct build error | Vadim ProductEngine | |
2011-01-25 | STORM-843 FIXED incremental inventory search to use more restrictive or less ↵ | Seth ProductEngine | |
restrictive filtering. Stored filter sub-string comparison with new string failed because of non-matching register of compared strings. Transforming the new search term to uppercase before comparing it with previous one allows to determine if filter became more or less restrictive and not to restart the search over. Used patch provided by Satomi Ahn. | |||
2011-01-25 | Fixed TestCapabilityProvider build issue. | Seth ProductEngine | |
2011-01-24 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-01-24 | fix for SH-445: debug settings -> "CacheNumberOfRegionsForObjects" does not ↵ | Xiaohong Bao | |
limit the number of object cache files | |||
2011-01-24 | merge changes for beta fixes | Oz Linden | |
2011-01-24 | merge changes for i18n fixes | Oz Linden | |
2011-01-24 | VWR-24321: fix validation of textures that start with 00 | Aleric Inglewood | |
2011-01-21 | INTL-20,CT-635 WIP DE,FR,ES,PT,PL translation (new files) for Viewer 2.5 | Eli Linden | |
2011-01-21 | INTL-20,CT-635 WIP DE,FR,ES,PT,PL translation for Viewer 2.5 | Eli Linden | |
2011-01-21 | Merge | Xiaohong Bao | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-21 | VWR-24519: make debugging easier by not spawning spare process | Aleric Inglewood | |
2011-01-21 | merge changes for vwr-24347 | Oz Linden | |
2011-01-21 | VWR-24354: correct manifest dependencies to prevent parallel install problem | Aleric Inglewood | |
2011-01-21 | merge changes for storm-844 | Oz Linden | |
2011-01-21 | merge changes for storm-869 | Oz Linden | |
2011-01-21 | merge changes for storm-874/ER-428: fix lost movement updates when walking | Oz Linden | |
2011-01-21 | merge changes for storm-715 | Oz Linden | |
2011-01-21 | merge changes for storm-832 | Oz Linden | |
2011-01-21 | merge changes for storm-834 | Oz Linden | |
2011-01-21 | merge changes for storm-484 | Oz Linden | |
2011-01-21 | merge changes for storm-383 | Oz Linden | |
2011-01-20 | merge changes from viewer-beta | Oz Linden | |
2011-01-20 | fix for SH-829: Viewer attempting to load precached images in file types ↵ | Xiaohong Bao | |
that are not being used. | |||
2011-01-20 | VWR-24320: remove dump of call stack on clean exit | Aleric Inglewood | |
2011-01-20 | VWR-24317: remove warning due to unassigned variable | Aleric Inglewood | |
2011-01-20 | VWR-24317: remove warning re: RenderCubeMap by deferring initialization | Aleric Inglewood | |
2011-01-20 | merge changes for chop-366 | Oz Linden | |
2011-01-20 | VWR-24426: fix SSL handshake error using webkit 4.7 | Kent Quirk | |
2011-01-20 | VWR-24317: remove warning caused by reading the last line of the ↵ | Aleric Inglewood | |
featuretable twice | |||
2011-01-20 | VWR-24317: remove warnings for deleting non-existant texture file on startup | Aleric Inglewood | |
2011-01-20 | VWR-24317: clean up incorrect warnings prior to login in log file | Aleric Inglewood | |
2011-01-20 | VWR-24315: update cached control values when resetting debug setting to default | Aleric Inglewood | |
2011-01-20 | VWR-13040 - clean up LLObjectSelection iterator | Aleric Inglewood | |
2011-01-19 | fix for SH-730: sculpted prim attachment shapes on impostored avatars load ↵ | Xiaohong Bao | |
very slowly | |||
2011-01-19 | ER-428 / CTS-422 : [PUBLIC] movement updates are lost when walking. Changed ↵ | Dave SIMmONs | |
code to detect if the circuit has stopped getting packets. Reviewed by Andrew | |||
2011-01-19 | sync up with Viewer 2.5 from viewer-beta | Eli Linden | |
2011-01-19 | sync up with Viewer 2.5 from viewer-beta | Eli Linden | |
2011-01-19 | STORM-348 FIXED "Edit" and "Lock" buttons appearing on body part items in ↵ | Vadim ProductEngine | |
outfit editor before they are hovered with mouse. Added buttons reshaping code that exists in postBuild() methods of the other LLPanelWearableListItem descendants. | |||
2011-01-19 | pull changes back from beta | Oz Linden | |
2011-01-19 | merge changes for storm-243 | Oz Linden | |
2011-01-19 | STORM-725: add os to updater query url | Kent Quirk | |
2011-01-19 | STORM-547 FIXED Name of blocked person is not presented in list if person ↵ | Paul Guslisty | |
was blocked from Inspector - Replaced method call which returns empty string with member containing display name |