summaryrefslogtreecommitdiff
path: root/indra/newview/llagentlistener.h
AgeCommit message (Collapse)Author
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-05-24MergeDave SIMmONs
2011-04-15ER-710: Viewer effects. Added 'lookAt' command for LLAgent event host ↵Dave SIMmONs
API. Also changed a bunch of parameters named 'event' to 'event_host' since VS highlights them as keywords. Reviewed by Kelly.
2011-04-12CHOP-581: add getGroups query to LLAgent listenerNat Goodspeed
2011-03-28Added optional 'position' property to 'requestSit' LLEventHost function, ↵Dave SIMmONs
re-factored code into new findObjectClosestTo() function. Reviewed by Kelly
2011-03-24ER-650: touch events. Added 'requestTouch' API for LLAgent operations via ↵Dave SIMmONs
llEventHost. Re-factored some message sending code for grabs. Reviewed by Kelly
2011-03-22Improve LLEventHost API for autopilot and following avatars. Reviewed by Kelly.Dave SIMmONs
2011-03-15ER-612: Add LLEventAPI access to LLAgent auto pilotDon Kjer
2011-03-11Added 'getPosition' function to LLAgent control in llEventHost. Reviewed by ↵Dave SIMmONs
Kelly.
2011-02-18Add LLAgent operations to set/query avatar orientation.Nat Goodspeed
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations.
2009-07-10Added an LLAgentListener implementation for event requests like teleport, ↵brad kittenbrink
sit, stand, etc.