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