Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-03 | Add test to call array-style functions with too-short array. | Nat Goodspeed | |
Also, finally got sick of hand-writing the official iterator-loop idiom and dragged in BOOST_FOREACH(). Because LLSD has two completely different iteration styles, added inArray and inMap helper classes to be able to write: BOOST_FOREACH(LLSD item, inArray(someArray)) { ... } | |||
2011-02-03 | SH-872 WIP - restored log statements, as removing them had no effect | Brad Payne (Vir Linden) | |
2011-02-03 | SH-580 FIXED Crash in curl on exit | Loren Shih | |
New defensive programming added this llerrs trigger. This is worth investigating but not at the top of our priority at the moment. Reverting to llinfos for now as has been done for non-Windows builds already. | |||
2011-02-03 | STORM-513 : pull into viewer-development | Merov Linden | |
2011-02-03 | STORM-397 : pull into viewer-development | Merov Linden | |
2011-02-03 | STORM-316 : pull into viewer-development | Merov Linden | |
2011-02-03 | Pull from viewer-beta | Merov Linden | |
2011-02-03 | Added tag 2.5.0-beta3, DRTVWR-34_2.5.0-beta3 for changeset b723921b5c71 | Dessie Linden | |
2011-02-03 | merge | Tofu Buzzard | |
2011-02-03 | merge | Tofu Buzzard | |
2011-02-03 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-02 | merge | Tofu Buzzard | |
2011-02-02 | merge | Tofu Buzzard | |
2011-02-02 | merge | Dave Parks | |
2011-02-02 | SH-900 Fix for only lowest LoD appearing for objects in neighboring regions. | Dave Parks | |
2011-02-02 | Tweak to physics shape display render to show convex decompositions. | Dave Parks | |
2011-02-02 | STORM-953 Clarify what happens when you uncheck Allow Public Access | Jonathan Yap | |
Note: This change also incorporates STORM-960 | |||
2011-02-02 | STORM-960 Descriptive text missing next to first checkbox in About Land/Access | Jonathan Yap | |
Contribution team: Aleric Inglewood, Alexandrea Fride, Robin Cornelius, and Siana Gearz | |||
2011-02-02 | Merge with viewer-development | Merov Linden | |
2011-02-02 | STORM-435 : pull into viewer-development | Merov Linden | |
2011-02-02 | Pull from viewer-beta | Merov Linden | |
2011-02-02 | STORM-957 : pull in viewer-beta (da and fr localization) | Merov Linden | |
2011-02-02 | Merge | leyla_linden | |
2011-02-02 | SH-734 - also adding fix into the llcapabilitylistner test | leyla_linden | |
2011-02-02 | Add test to call no-args functions using (map | array)-style calls | Nat Goodspeed | |
2011-02-02 | Add test to exercise map/array args mismatch validation. | Nat Goodspeed | |
2011-02-02 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-02-02 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-02 | fix for Sh-445: debug settings -> "CacheNumberOfRegionsForObjects" does not ↵ | Xiaohong Bao | |
limit the number of object cache files | |||
2011-02-02 | First few LLEventDispatcher call cases: try_call(), call Callables | Nat Goodspeed | |
2011-02-01 | Sync with viewer-development | Merov Linden | |
2011-02-01 | Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>. | Nat Goodspeed | |
On Windows, unlike on Mac or Linux, boost::ptr_map<> started insisting on this concept of clonability. In other words, it wants to own a unique instance of the pointee; if you copy a value_type -- even to dereference an iterator! -- it wants to construct a whole new instance of the mapped_type. That's nuts. A std::map<..., boost::shared_ptr<>> has the property I want (the mapped_type goes away when the entry is erased), plus it's willing to pass around the shared_ptr to the same instance of the mapped_type. This change also permits simplifying a couple awkward kludges I'd already had to make to accommodate ptr_map's idiosyncracies. | |||
2011-02-01 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-02-01 | STORM-484 : pull in viewer-development | Merov Linden | |
2011-02-01 | fix a minor memory leaking flaw for SH-895: some mild memory leaking (partially) | Xiaohong Bao | |
2011-02-01 | Merge | leyla_linden | |
2011-02-01 | SH-734 [REGRESSION] INTEGRATION_TEST_llsdmessage and _capabilitylistener ↵ | leyla_linden | |
failing in opensource environment | |||
2011-02-01 | fix for SH-891: crash at LLDrawable::getFace(int) | Xiaohong Bao | |
2011-02-01 | Fix string-init compile error (g++ 4.4) in llurlentry_stub.cpp. | Nat Goodspeed | |
Newer C++ compilers produce a (fatal) warning when you try to initialize a (non-const) char* variable with a string literal: you're supposed to capture such data in a const char*. But as this module is resolving external references declared in ancient message-system headers, we don't have the option to fix the original declaration. Instead use char* _PREHASH_Foo = const_cast<char*>("string literal"); // sigh | |||
2011-02-01 | merge | Tofu Buzzard | |
2011-02-01 | merge | Tofu Buzzard | |
2011-02-01 | CT-635 FIX DA and FR translation | Eli Linden | |
2011-02-01 | merge | Dave Parks | |
2011-02-01 | Replace ad-hoc test functions/methods with systematic enumeration. | Nat Goodspeed | |
Previous tests involved a small handful of functions with only a couple different parameter types. Now we exhaustively invoke every registration case, plus every metadata query case. Call cases still pending. | |||
2011-02-01 | merge | Dave Parks | |
2011-02-01 | SH-818 Fix for inability to disable anti-aliasing on ATI catalyst. | Dave Parks | |
2011-02-01 | Sync with viewer-beta | Eli Linden | |
2011-02-01 | merge | prep linden | |
2011-02-01 | SH-512: Inworld scale weights use previous maximum (10) | prep linden | |
2011-02-01 | merge fix for SH-659 from v-d to mesh: small textures not loaded | Xiaohong Bao | |