aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Helpers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
| | | | | | Corrects reported agent positions.
* Patch #9141 (Mantis #1655)Melanie Thielker2008-07-121-0/+14
| | | | | | | Untangles llDie handling in XEngine, which resulted in a thread being aborted while executing inside of Scene.
* Mantis#1659. Thank you, Melanie for a patch that:Charles Krinke2008-07-041-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.
* Update svn properties. Add copyright notices.Jeff Ames2008-06-251-0/+27
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-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!