aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker1-0/+14
Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
2008-07-09for testing purposes only:MW1-0/+7
added void osSetParcelMediaTime(double time) command to script engines. which sets the position of the media that is playing. Time is in seconds. Doesn't do any security checking (should be checking that the object/script is owned by the parcel owner). So could be abused, if it is then we should remove it, or add the security. Only tested in dotnet scripting engine, but should work in XEngine too.
2008-07-03Mantis#1660. Thank you, kindly, Melanie for a patch that:Charles Krinke1-2/+3
Attached patch changes TRUE and FALSE to be LSLIntegers.
2008-07-03Mantis#1654. Thank you kindly, Matth for a patch that:Charles Krinke1-0/+1
Updates llGetPrimitiveParams() and associated files.
2008-07-01From: kurt taylor (krtaylor)Dr Scofield1-0/+5
Another new OSSL function for returning the name of the script engine currently running, osGetScriptEngineName, added to both DotNet and XEngine OSSL API.
2008-06-30properly explaining each #pragma warning disableDr Scofield7-93/+93
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-28From: Kurt Taylor <krtaylor@us.ibm.com>Dr Scofield1-4/+4
Patch to fix the passed parms and properly show llTakeCamera and llReleaseCamera as deprecated. Patch for both XEngine and DotNetEngine.
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield9-30/+146
2008-06-26Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke1-1/+1
Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required.
2008-06-25Minor formatting cleanup.Jeff Ames3-5/+5
2008-06-25* Deleted some genned fileslbsa713-235/+0
2008-06-25Mantis#1590. Thank you kindly, Melanie for a patch that:Charles Krinke2-4/+4
Makes items appear in the item type folder, rather than in the root
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa7123-0/+16420
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!