aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Helpers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-23Fix Mantis #1759Melanie Thielker1-2/+2
Corrects reported agent positions.
2008-07-12Patch #9141 (Mantis #1655)Melanie Thielker1-0/+14
Untangles llDie handling in XEngine, which resulted in a thread being aborted while executing inside of Scene.
2008-07-04Mantis#1659. Thank you, Melanie for a patch that:Charles Krinke1-0/+15
In LSL, the state command should have an immediate effect. The OpenSim script engine seems to wait until the function ends to process the state transition.
2008-06-25Update svn properties. Add copyright notices.Jeff Ames1-0/+27
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-0/+121
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!