summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.cpp
AgeCommit message (Expand)Author
2011-02-06Untested support for passing array to map-registered function.Nat Goodspeed
2011-02-01Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>.Nat Goodspeed
2011-01-31Fix crash bug in array-style metadata query for nullary functions.Nat Goodspeed
2011-01-28Extend LLEventAPI to directly call other functions & methods.Nat Goodspeed
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-11-12Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairsNat Goodspeed
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
2009-10-09DEV-40930: Added ["change"] key to login-module status events. ChangedNat Goodspeed
2009-06-19DEV-31980: extract dispatch-by-string-name logic from LLAresListener to newNat Goodspeed