aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
cleanup: warnings, readability
2008-09-01Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker1-2/+2
LSLIntegers in lists, and attempt to address the scope issue on TRUE and FALSE with readonly static linkage
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie Thielker3-0/+255
an implicit reference into a proxied one and further reduces memory consumption of XEngine
2008-08-18Formatting cleanup.Jeff Ames4-53/+53
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke12-327/+992
* Yield Prolog 1.0.1 Released : it passes all but 9 of the 421 tests in the ISO Prolog test suite (97.8%) . * support dynamic predicates and rules. * support 'import' to use external static functions improves connection to C# functions * Matches Yield Prolog r831
2008-08-13Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker1-2/+2
Add a Dictionary for faster lookup of cached items.
2008-08-07Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke1-1/+28
This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine
2008-07-31Thank you, HomerHorwitz, for a patch that implements ↵Melanie Thielker1-0/+24
llSetCameraParams/llClearCameraParams. Fixes Mantis #1867
2008-07-31Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker1-0/+1
Fixes Mantis #1861
2008-07-31Thank you, sacha magne, for a patch that implementsMelanie Thielker1-0/+1
llRequestSimulatorData("simname", DATA_SIM_RELEASE) Fixes Mantis #1866
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur1-2/+2
used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-1/+1
2008-07-16squashing warnings crittersDr Scofield2-1/+10
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke5-1169/+2554
Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
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!