Age | Commit message (Expand) | Author |
2011-03-10 | increment version to 2.5.3 | Oz Linden |
2011-03-09 | Pull from viewer-development | Merov Linden |
2011-03-09 | Fix for "doubleton" error using LLInstanceTracker across shared library bound... | brad kittenbrink |
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum |
2011-03-09 | Automated merge up from viewer-development into mesh-development | Loren Shih |
2011-03-08 | STORM-987 : Add --logmetrics and --analyzeperformance arguments, moved analyz... | Merov Linden |
2011-03-07 | STORM-1045 : pull into viewer-development | Merov Linden |
2011-03-07 | Update version number to 2.5.2 | Merov Linden |
2011-03-03 | Autobuild : fix llcommon tests warning so Mac builds | Merov Linden |
2011-03-03 | merge up from viewer-development and viewer-autobuild | Oz Linden |
2011-03-01 | Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) | Merov Linden |
2011-03-01 | SOCIAL-595 FIX Global Volume control does not affect volume of MOAP in minima... | Richard Linden |
2011-02-18 | Introduce and use new sendReply() function for LLEventAPI methods. | Nat Goodspeed |
2011-02-18 | merge changes for viewer-vs2010 | Oz Linden |
2011-02-17 | Autobuild: fix for Mac build using XCode | Merov Linden |
2011-02-17 | VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat ... | Ardy Lay |
2011-02-17 | Automated merge with http://pdp47.lindenlab.com/cgi-bin/hgwebdir.cgi/brad/vie... | Nat Goodspeed |
2011-02-16 | Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010 | Oz Linden |
2011-02-15 | Automated merge up from viewer-development into mesh-development | Loren Shih |
2011-02-14 | bump version number to 2.7.0 | Oz Linden |
2011-02-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed |
2011-02-11 | explicitly import ZLIB. | Alain Linden |
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed |
2011-02-09 | SH-920 Wait for threads to shut down before deleting them -- also, fix some a... | Dave Parks |
2011-02-07 | For test purposes, capture at registration each function's Vars*. | Nat Goodspeed |
2011-02-06 | Untested support for passing array to map-registered function. | Nat Goodspeed |
2011-02-06 | Add test verifying passing LLSD() to const char* parameter. | Nat Goodspeed |
2011-02-05 | Introduce zipmap() function and use it in place of frequent loops. | Nat Goodspeed |
2011-02-05 | Make array-funcs success test exercise args-array-too-long case too. | Nat Goodspeed |
2011-02-05 | Consolidate paramsa, paramsb, et al., into ["a"], ["b"] arrays. | Nat Goodspeed |
2011-02-05 | Fix Vars::cp dangling-pointer problem. | Nat Goodspeed |
2011-02-05 | Add successful calls to array-style functions. | Nat Goodspeed |
2011-02-04 | fix linking to llqtwebkit. | Alain Linden |
2011-02-04 | Change FunctionsTriple refs to pointers to facilitate passing. | Nat Goodspeed |
2011-02-04 | Move FunctionsTriple data to function returning vector<same>. | Nat Goodspeed |
2011-02-03 | BOOST_FOREACH(LLSD) helpers more readable with 'using namespace'. | Nat Goodspeed |
2011-02-03 | Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h. | Nat Goodspeed |
2011-02-03 | Add test to call array-style functions with too-short array. | Nat Goodspeed |
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 | First few LLEventDispatcher call cases: try_call(), call Callables | Nat Goodspeed |
2011-02-01 | Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>. | Nat Goodspeed |
2011-02-01 | Replace ad-hoc test functions/methods with systematic enumeration. | Nat Goodspeed |
2011-02-01 | Automated merge up from viewer-development into mesh-development | Loren Shih |
2011-01-31 | Fix crash bug in array-style metadata query for nullary functions. | Nat Goodspeed |
2011-01-31 | Resolve LLEventDispatcher::add(function(const LLSD&)) ambiguity. | Nat Goodspeed |
2011-01-31 | Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals(). | Nat Goodspeed |
2011-01-31 | HACK just to get the build to work. FIX THIS TEST! | Alain Linden |
2011-01-28 | Extend LLEventAPI to directly call other functions & methods. | Nat Goodspeed |