aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-061-0/+5
| | | | | | The following patch implements osMakeNotecard as specified on the OpenSim website
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2008-11-041-1/+6
| | | | | | | | | | This patch allows an object to directly message another object given its key using the method osMessageObject(key objectUUID,string message). to communicate with an object it must implement the dataserver listener method. The dataserver method is passed the key of the calling object and a string message.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-051-5/+5
|
* Mantis #2317Melanie Thielker2008-10-031-0/+5
| | | | | | | | Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
* Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker2008-09-261-0/+187
| | | | | | As a bonus, the OSSLPrim has now come to XEngine, too!
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-181-0/+5
| | | | | | | | Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-151-0/+12
| | | | | adds the new function osTeleportAgent().
* 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.
* 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.
* Minor formatting cleanup.Jeff Ames2008-06-251-1/+1
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-0/+199
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!