aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* llAvatarOnLinkSitTarget ImplementationPixel Tomsen2011-09-291-0/+1
| | | | http://wiki.secondlife.com/wiki/LlAvatarOnLinkSitTarget
* Add llRegionSayToBlueWall2011-08-191-0/+1
| | | | | | | llRegionSayTo(key target, integer channel, string messasge) Allows messages to be sent region-wide to a particular prim.
* Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)2011-07-121-2/+3
| | | | I haven't been able to test this since the viewer won't parse the llCastRay() function. Maybe some activation cap is missing. Could wait until it is activated by default in the viewer.
* Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-0/+4
| | | | | | implement the display names functionality as such, but it allows scripts that are display name aware to function as if the display name were implemented and set to the avatar name.
* implement LSL "print()" API functiondahlia2011-03-311-0/+1
|
* properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)2010-07-261-0/+3
| | | | | scripts using these functions should now compile but I don't know how well the methods themselves work yet llSetPrimMedia(), at least, appears to have problems when a current url is set for a face that doesn't yet have a texture
* Add two new osFunctions:Melanie Thielker2010-06-021-0/+3
| | | | | list osGetPrimititveParams(key prim, list rules); osSetPrimitiveParams(key prim, list rules);
* - implementing server 1.38 functionsunknown2010-03-061-0/+4
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-1/+1
| | | | | | | | Http-in and makes the host name for URL generation configurable. Applied with changes: llGetSimulatorHostname was not changed, because the change breaks existing behavior and carries a data exposure risk. That value needs to be configurable, the proposed fixed change is not acceptable.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* 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
|
* 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.
* Mantis #2438Melanie Thielker2008-10-201-1/+1
| | | | | | Fix llSetVehicleFloatParam to accept LSL_Float
* 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
|
* 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.
* 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.
* 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-241-0/+649
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!