aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-0/+4
| | | | | | | | | | Changes to support client-side image pre-caching in the region. This commit adds an additional calling sequence to the DynamicTexture data and URL calls. The new interface allows a dynamic image to be loaded into a specific object face (rather than the mandatory ALL_SIDES supported today. This is in part fulfilment of ticket #458.
* Add interface, stub implementation and Charles Krinke2009-05-131-0/+1
| | | | | script stub for llGetHTTPHeader().
* Add interface, implementation stub andCharles Krinke2009-05-131-0/+1
| | | | | script stub for llGetFreeURLs().
* Remove incorrect semicolonCharles Krinke2009-05-131-0/+1
|
* Add interface, stubbed implementation andCharles Krinke2009-05-131-0/+1
| | | | | script stub for llRequestSecureURL().
* Added interface, stub implementation and scriptCharles Krinke2009-05-131-0/+1
| | | | | stub for llRequestURL().
* Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke2009-05-131-0/+1
|
* Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker2009-04-271-0/+1
| | | | | | | capabilities in OSSL. Fixes Mantis #3543
* Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker2009-04-271-0/+4
| | | | | | | osGetNumberOfNotecardLines Fixes Mantis #2942
* Terrain changes done via osTerrainSetHeight aren't shown immediately to the ↵Homer Horwitz2009-04-191-2/+7
| | | | | | | | | | clients in that region. I decided against sending the terrain on every call to osTerrainSetHeight (which makes it abysmally slow), and added a osTerrainFlush instead, which should be called after all the terrain-changes have been done. Changed some return types to LSL types, too, and removed some end-of-line spaces.
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-04-091-0/+2
| | | | | | | | | | | The attached patch implements osKey2Name and osName2Key which converts between a UUID key for an avatar and an avatar name and vice-versa. osKey2Name is similar to llKey2Name except that it will work even if the avatar being looked up is not in the same region as the script.
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-311-0/+5
| | | | | | | | | | | | With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
* - adding osGetAgents() which returns a list of all avatars in the regionDr Scofield2009-03-261-0/+1
| | | | | | | | in which the script is running. - found a bag of space characters under my desk, thought i'd donate them to the JSON OSSL function (aka clean up)
* Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker2009-03-201-0/+5
| | | | | | Fixes Mantis #3313
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-0/+2
| | | | | | | issues with the sun module. Fixes Mantis #3295
* After another heroic and bloody battle, OpenSim Dino Expedition 1, killed ↵MW2009-03-021-1/+0
| | | | off OsSetParcelMediaTime, which was only ever added for testing. And all the logic code of it has been commented out for a long time.
* This adds a new osGetAgentIP function with threat level set to High. ItSean Dague2009-02-261-0/+3
| | | | | | | isn't tested, but it doesn't break anything else. The reason for this function is to let in world tools be used to coordiante out of world network services that need access to client ip addresses.
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-181-0/+1
| | | | | | | | | | | | | | The attached patch implements osGetDrawStringSize that looks like: vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize) in LSL. It is meant to be used in conjunction with the osDraw* functions. It returns accurate information on the size that a given string will be rendered given the specified font and font size. This allows for nicely formatted and positioned text on the generated image.
* Thank you, cmickeyb, for a patch to ass two string functionsMelanie Thielker2009-02-161-0/+6
| | | | | | | to OSSL. Fixes Mantis #3173
* Thank you, patnad, for a patch that adds 3 new discovery functionsMelanie Thielker2009-02-161-0/+5
| | | | | | | | to OSSL. Applied with changes. Fixes Mantis #3172
* Minor formatting cleanup.Jeff Ames2009-02-021-1/+2
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-011-0/+1
| | | | | | Added osTeleportAgent with region coordinates to support hyper grid scripted teleports.
* Correct the method signature on llMakeFountain.idb2009-02-011-1/+1
|
* Add in a stub for llSHA1String. I believe it is the only one newCharles Krinke2009-01-281-1/+2
| | | | | function we were missing.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-061-1/+1
|
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-061-1/+2
| | | | | | The following patch implements osMakeNotecard as specified on the OpenSim website
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2008-11-041-0/+7
| | | | | | | | | | 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.
* Mantis #2438Melanie Thielker2008-10-201-1/+1
| | | | | | Fix llSetVehicleFloatParam to accept LSL_Float
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-051-1/+1
|
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-031-0/+14
| | | | | | | Causes the dataserver event to return "OpenSim" when running on OpenSim. Requires ThreatLevel to be "High" or above to function.
* Mantis #2317Melanie Thielker2008-10-031-0/+1
| | | | | | | | Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
* Mantis#2300. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-09-301-8/+8
| | | | | | | | | A number of the deprecated functions had missing parameters causing compile errors. These included: llSound, llMakeExplosion, llMakeFountain, llMakeSmoke, llMakeFire, llPointAt, llXorBase64Strings, llSetPrimURL
* Mantis#2299. Thank you kindly, Idb for a patch that:Charles Krinke2008-09-291-2/+2
| | | | | | | | | | OS/SL script conformance, implement llSoundPreload and llRemoteLoadScript to behave as in SL. In SL llSoundPreload appears to do nothing. In OS llRemoteLoadScript shouts an error when invoked "Deprecated. Please use llRemoteLoadScriptPin instead."
* Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()Melanie Thielker2008-09-261-0/+1
|
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-261-0/+1
| | | | | | | | | The binaries are still different, but that is only a small step away now. The OSSLPrim has been removed. This commit will breal all scripts using Prim.Scale(), etc, syntax. It was not secure and will have to be brought back in another form.
* Mantis #2243Melanie Thielker2008-09-231-611/+349
| | | | | | | | Thank you, tyre, for a patch that refactors LSL to use a unified set of method signatures and type names, reorders methods and removes unused and adds new method stubs.
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-181-1/+3
| | | | | | | | 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/+4
| | | | | adds the new function osTeleportAgent().
* Change all LSL functions to return LSL types instead of base types.Melanie Thielker2008-09-131-128/+128
| | | | | | | | | Remove some unused osFunctions that were left in the LSL function file from the separation way back when. Inline the osSetParcelMediaURL code to get rid of the osFunction. Really need to add a way for one API to call another.
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-131-1/+1
| | | | | | Add a Dictionary for faster lookup of cached items.
* for testing purposes only:MW2008-07-091-0/+1
| | | | | | | | 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/+2
| | | | | | | | Another new OSSL function for returning the name of the script engine currently running, osGetScriptEngineName, added to both DotNet and XEngine OSSL API.
* 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.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-242-0/+717
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!