aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-09-101-0/+8
* From: alan_webb@us.ibm.comSean Dague2008-09-091-0/+2
* Fix llResetScript() and the reset button to actually restore globalMelanie Thielker2008-09-092-7/+32
* Update svn properties, formatting cleanup.Jeff Ames2008-09-092-3/+3
* 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-087-0/+2953
* 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-083-9/+23
* Implement llEjectFromLand.Charles Krinke2008-09-081-1/+12
* Add implementation for llSetSoundRadius().Charles Krinke2008-09-081-1/+1
* * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ...Adam Frisby2008-09-071-6/+36
* Xengine patch to force a persistence save on script creation. This preventsMelanie Thielker2008-09-072-6/+28
* Mantis #2138Melanie Thielker2008-09-071-2/+2
* Return 0 for no wind and 0 for no clouds fromCharles Krinke2008-09-071-2/+0
* Mantis #2133Melanie Thielker2008-09-061-2/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-0612-382/+380
* 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-021-1/+1
* 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
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-022-4/+11
* Add an explicit cast to bool for the if expression so that any base typesMelanie Thielker2008-09-021-2/+2
* Thank you, Ewe Loon, for a patch that fixes various aspects ofMelanie Thielker2008-09-011-48/+48
* This is an attempt to fix the handling of constants in LSL.Melanie Thielker2008-09-013-31/+34
* Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2008-09-012-26/+26
* Maintis #2078Melanie Thielker2008-08-291-3/+10
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-17/+17
* Thannk you, Ralphos, for a patch the corrects an improper cast inMelanie Thielker2008-08-281-2/+2
* Thank you, salahzar, for a patch that adds some more functionsMelanie Thielker2008-08-281-5/+51
* Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker2008-08-281-3/+3
* Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker2008-08-271-2/+5
* Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker2008-08-272-0/+1121
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-273-0/+255