summaryrefslogtreecommitdiff
path: root/indra/newview/llagentlistener.cpp
AgeCommit message (Collapse)Author
2011-05-24MergeDave SIMmONs
2011-05-13eventhost autopilot system should now set agent to flying when allow_flying= ↵Don Kjer
True
2011-04-20Automated merge with file:///home/nat/linden/viewer-update-pkgsNat Goodspeed
2011-04-15MergeDave 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-14Merge with viewer-developmentDon Kjer
2011-04-12CHOP-581: add getGroups query to LLAgent listenerNat Goodspeed
2011-04-06Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-03-28Added optional 'position' property to 'requestSit' LLEventHost function, ↵Dave SIMmONs
re-factored code into new findObjectClosestTo() function. Reviewed by Kelly
2011-03-25SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵callum
links in web profile Also fixes SOCIAL-521 and SOCIAL-428
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-17ER-612: Add LLEventAPI access to LLAgent auto pilot. Follow-on work to ↵Dave SIMmONs
allow blocking of flying during autopilot. Reviewed by Kelly.
2011-03-17Added optional 'fly' property to LLEventHost "LLAgent" setAutoPilot and ↵Dave SIMmONs
getAutoPilot functions. Reviewed by Kelly.
2011-03-15MergeDave SIMmONs
2011-03-15ER-612: Add LLEventAPI access to LLAgent auto pilotDon Kjer
2011-03-14Added warning if llEventHost LLAgent requestSit() can't find the sit targetDave SIMmONs
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
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2009-07-09DEV-34822 - merge 1.23Roxanne Skelly
merge -r119443 - basic slurl handling ignore dead branch
2009-11-12mergeLynx Linden
2009-11-12DEV-2925: Remove support for secondlife:///app/objectim URLs.Lynx Linden
These are no longer generated in Viewer 2.0 (instead we use notifications to send object IMs to the user), so there's no need to look for them in every textbox. Users can get details on any objects spamming them via the new remote object inspector.
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-20Letting compiler choose implicit LLSD conversions fixes fatal Linux gcc warningsNat Goodspeed
2009-07-10Added an LLAgentListener implementation for event requests like teleport, ↵brad kittenbrink
sit, stand, etc.