aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-13/+16
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+6
2012-10-02Add money event routing to the script engine.Melanie1-0/+3
2012-10-02Send money() events to the clicked prim. Reverting a change I made over a yea...Melanie1-1/+1
2012-08-18constructor means not having to manually refer to individual propertiesSignpostMarv1-2/+2
2012-08-18refactoring for Vector3 operator & constructor tweaksSignpostMarv1-14/+6
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-5/+1
2011-09-01Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)1-2/+2
2010-07-11Remove localID from script controls data. It won't transfer to anotherMelanie1-2/+2
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)1-1/+6
2010-01-11Whitespace cleanupMelanie1-10/+10
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution1-8/+14
2010-01-10Adds land collision events.Revolution1-17/+54
2009-08-16* minor: commentsTeravus Ovares (Dan Olivares)1-0/+16
2009-08-04 This change adds support for the attach event in scripts.Alan Webb1-0/+1
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-07* Remove unnecessary build dependencies on the ExamplemoneyModule stub. Teravus Ovares1-1/+0
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-1/+5
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+2
2009-01-02Small fix to prevent client thread crash in multi-region instances whenMelanie Thielker1-0/+9
2008-12-21Change XEngine money() event routing to always raise the money()Melanie Thielker1-0/+2
2008-12-05Implementation of the llDetectedTouch* functionsidb1-1/+6
2008-09-18XEngine: fix collisions, add event coalescing for collision events.Melanie Thielker1-11/+14
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-18/+17
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-2/+1
2008-08-27Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker1-19/+41
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+1
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker1-9/+3
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-9/+0
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-49/+50
2008-06-07Mantis#1496. Thank you kindly, Melanie for a patch that:Charles Krinke1-18/+41
2008-06-06Minor formatting cleanup.Jeff Ames1-6/+6
2008-06-05Mantis#1437. Patch one of four. Thank you kindly, Melanie for:Charles Krinke1-0/+33
2008-06-04Mantis#1440. Thank you kindly, Melanie for a patch thatCharles Krinke1-0/+1
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-3/+3
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-0/+293