aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-10-042-7/+31
* Guard against negative scale set through LSL functionsMelanie Thielker2008-10-041-0/+3
* Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker2008-10-032-2/+2
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-037-15/+45
* Plumb in the start parameter in DNEMelanie Thielker2008-10-032-1/+11
* Mantis#2307. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-10-031-11/+7
* Mantis #2317Melanie Thielker2008-10-034-3/+20
* Mantis #2282.Homer Horwitz2008-10-021-1/+1
* - Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz2008-10-011-2/+11
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-301-1/+1
* Mantis#2300. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-303-32/+33
* Mantis#2299. Thank you kindly, Idb for a patch that:Charles Krinke2008-09-293-12/+20
* From: rob smart (smartrob@uk.ibm.com)Dr Scofield2008-09-291-6/+22
* Mantis #2293Melanie Thielker2008-09-291-0/+3
* Mantis #2293Melanie Thielker2008-09-291-0/+3
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-1/+7
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-1/+14
* A little bit further with LLSetVehicleVectorParam.Charles Krinke2008-09-281-1/+8
* Add explicit CultureInfo to the script compile thread in DotNetEngine toMelanie Thielker2008-09-283-0/+11
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-1/+1
* Mantis #1922Melanie Thielker2008-09-282-1/+2
* Remove llSetVehicledoubleParam. It does not exist.Charles Krinke2008-09-281-6/+0
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-1/+8
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-1/+1
* Mantis#2287. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-281-5/+58
* Stop DNE saying "Loading script" when it's actually unloading.Melanie Thielker2008-09-271-2/+4
* Update unit testsMelanie Thielker2008-09-271-13/+6
* Add friendly error messages to both engines.Melanie Thielker2008-09-279-109/+303
* Mantis #2277Melanie Thielker2008-09-262-2/+1
* Kill "Compile successful" message when rezzing prims/wearing attachmentsMelanie Thielker2008-09-262-4/+4
* Fix listeners in multi-region instancesMelanie Thielker2008-09-261-3/+3
* Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()Melanie Thielker2008-09-263-0/+13
* Remove another interface that is no longer neededMelanie Thielker2008-09-266-40/+5
* Finishing the code cleanup in DNE, make llDie work again in DNE.Melanie Thielker2008-09-264-236/+288
* * Patch from JHurlimanTeravus Ovares2008-09-262-21/+27
* DNE code cleanupsMelanie Thielker2008-09-263-102/+82
* Adds support for the "Running" checkbox and the "Reset" button, as well asMelanie Thielker2008-09-261-0/+44
* Pluggable API module (XEngine style) support for DNEMelanie Thielker2008-09-261-7/+14
* Compiler Connection! One world, one compiler!Melanie Thielker2008-09-2625-47590/+22
* After the last commit, the old Common assembly was still being loaded.Melanie Thielker2008-09-261-2/+2
* Yay! Common/ is gone! One API is achieved!Melanie Thielker2008-09-269-2949/+22
* * minor: remove warningsJustin Clarke Casey2008-09-261-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2274Justin Clarke Casey2008-09-261-1/+3
* Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker2008-09-267-250/+180
* And another fileMelanie Thielker2008-09-261-0/+479
* Pushing the missing fileMelanie Thielker2008-09-261-0/+35
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-2614-1367/+721
* Remove interfaces that are no longer used from DNEMelanie Thielker2008-09-263-98/+2
* Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker2008-09-262-1/+187
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-2618-9970/+8389