aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-1/+1
| | | | | | | | | Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
* Mantis #2133Melanie Thielker2008-09-061-2/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
| | | | | | cleanup: warnings, readability
* Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2008-09-011-2/+2
| | | | | | | LSLIntegers in lists, and attempt to address the scope issue on TRUE and FALSE with readonly static linkage
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-273-0/+255
| | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine
* Formatting cleanup.Jeff Ames2008-08-184-53/+53
|
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-1312-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
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-131-2/+2
| | | | | | Add a Dictionary for faster lookup of cached items.
* Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-071-1/+28
| | | | | | | This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine
* Thank you, HomerHorwitz, for a patch that implements ↵Melanie Thielker2008-07-311-0/+24
| | | | | | | | llSetCameraParams/llClearCameraParams. Fixes Mantis #1867
* Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2008-07-311-0/+1
| | | | | | Fixes Mantis #1861
* Thank you, sacha magne, for a patch that implementsMelanie Thielker2008-07-311-0/+1
| | | | | | | llRequestSimulatorData("simname", DATA_SIM_RELEASE) Fixes Mantis #1866
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-311-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
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
|
* squashing warnings crittersDr Scofield2008-07-162-1/+10
|
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-165-1169/+2554
| | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
* Patch #9140 (Mantis #1683)Melanie Thielker2008-07-111-0/+14
| | | | | | | Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
* for testing purposes only:MW2008-07-091-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.
* Mantis#1660. Thank you, kindly, Melanie for a patch that:Charles Krinke2008-07-031-2/+3
| | | | | Attached patch changes TRUE and FALSE to be LSLIntegers.
* Mantis#1654. Thank you kindly, Matth for a patch that:Charles Krinke2008-07-031-0/+1
| | | | | Updates llGetPrimitiveParams() and associated files.
* From: kurt taylor (krtaylor)Dr Scofield2008-07-011-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.
* properly explaining each #pragma warning disableDr Scofield2008-06-307-93/+93
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* From: Kurt Taylor <krtaylor@us.ibm.com>Dr Scofield2008-06-281-4/+4
| | | | | | | Patch to fix the passed parms and properly show llTakeCamera and llReleaseCamera as deprecated. Patch for both XEngine and DotNetEngine.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-279-30/+146
|
* Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke2008-06-261-1/+1
| | | | | | Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required.
* Minor formatting cleanup.Jeff Ames2008-06-253-5/+5
|
* * Deleted some genned fileslbsa712008-06-253-235/+0
|
* Mantis#1590. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-252-4/+4
| | | | | Makes items appear in the item type folder, rather than in the root
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-2423-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!