aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis #511Melanie Thielker2008-09-101-4/+8
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-104-18/+18
* Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-09-102-0/+16
* Implementation of llDetectedGroup for DotNetEngine.Charles Krinke2008-09-101-5/+3
* *Almost* have a complete implementation of llDetectedGroup. Charles Krinke2008-09-101-2/+8
* Implementation for llDetectedLinkNumber in DotNetEngine.Charles Krinke2008-09-101-2/+4
* From: alan_webb@us.ibm.comSean Dague2008-09-092-0/+5
* From: alan_webb@us.ibm.comSean Dague2008-09-091-1/+1
* Fix llResetScript() and the reset button to actually restore globalMelanie Thielker2008-09-092-7/+32
* Update svn properties, formatting cleanup.Jeff Ames2008-09-094-16/+16
* Fix state xxx within state xxx itself triggering a state "change" toMelanie Thielker2008-09-091-0/+3
* Fix string -> int cast to variableMelanie Thielker2008-09-091-3/+8
* Fix delimiter access from list for llParseStringKeepNullsMelanie Thielker2008-09-091-4/+4
* Remove casting nastiness in LSL_ApiMelanie Thielker2008-09-081-76/+76
* Correct state handling and state event masks. Prims will now showMelanie Thielker2008-09-082-30/+37
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-0812-0/+3975
* Adapt the unit tests to the new list rules, change some casts toMelanie Thielker2008-09-082-7/+13
* Mantis #2147Melanie Thielker2008-09-082-26/+27
* Mantis #2144Melanie Thielker2008-09-081-3/+3
* Mantis #2145Melanie Thielker2008-09-081-24/+24
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-085-9/+32
* Implement llEjectFromLand.Charles Krinke2008-09-082-2/+24
* I inadvertently edited out llGroundSlope, llGroundNormal Charles Krinke2008-09-081-6/+36
* Add implementation for llSetSoundRadius().Charles Krinke2008-09-082-38/+9
* Add Adam's llGroundSlope, llGroundNormal andCharles Krinke2008-09-081-7/+36
* * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ...Adam Frisby2008-09-071-6/+36
* Revert the removal of the commented outCharles Krinke2008-09-071-1/+56
* Xengine patch to force a persistence save on script creation. This preventsMelanie Thielker2008-09-073-9/+52
* Mantis #2138Melanie Thielker2008-09-072-4/+4
* Return 0 for no wind and 0 for no clouds fromCharles Krinke2008-09-072-4/+0
* Clean up some of the nonsensical use of ScriptSleepCharles Krinke2008-09-071-56/+1
* Remove a few of the commented out "NotImplemented" Charles Krinke2008-09-071-13/+0
* Brushing rust of ye old commitTedd Hansen2008-09-063-6/+3
* Mantis #2133Melanie Thielker2008-09-061-2/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-0634-929/+949
* Mantis#2093. Thank you kindly, Ewe Loon for a patch that:Charles Krinke2008-09-051-48/+48
* Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke2008-09-052-8/+70
* Thank you kindly, KrTaylor for a patch that adds:Charles Krinke2008-09-051-3/+8
* Mantis #2112Melanie Thielker2008-09-032-8/+13
* Mantis #2097Melanie Thielker2008-09-031-3/+3
* clean up and fixing a typo.Dr Scofield2008-09-031-1/+2
* Mantis #2109Melanie Thielker2008-09-031-0/+2
* a piece of LSL_API changes got checked in incorectly with 6091. ThisSean Dague2008-09-021-1/+1
* Committing the missing resource file for MSSQL. Sorry...Melanie Thielker2008-09-021-1/+1
* Small fix to a cast in list parsingMelanie Thielker2008-09-021-1/+1
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-022-49/+46
* Fix regex for string->int cast to accept leading spaces and a signMelanie Thielker2008-09-021-1/+1
* First batch of the unit test changes for the new constants semanticsMelanie Thielker2008-09-021-1/+1
* Correct the representation of the automatic null stringMelanie Thielker2008-09-021-1/+1
* Remove the ((bool)()) cast, since it can make c# barfMelanie Thielker2008-09-021-2/+2