aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Helpers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-16* minor: method documentationJustin Clarke Casey1-4/+7
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-14/+14
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
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!