aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-20/+93
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+37
|
* llSetLinkCamera implementationPixelTomsen2012-11-091-0/+5
| | | | | | wiki: http://wiki.secondlife.com/wiki/LlSetLinkCamera mantis: http://opensimulator.org/mantis/view.php?id=6397
* Implementation of llSetRegionPos(). Does not implement failure on object ↵SignpostMarv2012-07-141-0/+5
| | | | | | entry/prim limit/access restrictions. Signed-off-by: SignpostMarv <github@signpostmarv.name>
* Add stub for llCastRayBlueWall2012-06-261-0/+5
|
* Commitig the Avination implementation of llTeleportAgent andMelanie2012-06-111-0/+10
| | | | | | llTeleportAgentGlobalCoords. These do NOT use PERMISSION_TELEPORT like their SL counterparts because that permission is not yet understood by TPVs based on v1.x.
* Mantis 6015 new LSL function llGetAgentList.Talun2012-05-091-0/+5
| | | | Details in the lsl wiki
* llGenerateKey implementation. Creates a random UUID I.E: ↵TBG Renfold2012-04-301-0/+5
| | | | | | UUID.Random().ToString(); Signed-off-by: TBG Renfold <tbg.renfold@g2mv.co.uk>
* Missing or unimplemented LSL memory functions.Talun2012-04-131-0/+25
| | | | | | Implemented to behave as if scripts were LSO. Signed-off-by: nebadon <michael@osgrid.org>
* llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: ↵PixelTomsen2012-02-241-2/+17
| | | | http://opensimulator.org/mantis/view.php?id=5756 http://opensimulator.org/mantis/view.php?id=5755 http://opensimulator.org/mantis/view.php?id=5754
* llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTargetPixelTomsen2012-02-241-0/+5
|
* D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not ↵Justin Clark-Casey (justincc)2012-02-021-1/+1
| | | | llGetLinkNumber().
* Add llGetLinkNumberOfSides to LSL_Stub and ILSL_ApiJustin Clark-Casey (justincc)2012-02-021-0/+5
| | | | | It already existed in LSL_Api but it also needs to exist in these two other places for a script to be able to see it. Hopefully resolves http://opensimulator.org/mantis/view.php?id=5489
* llManageEstateAccess implementation ↵PixelTomsen2012-01-261-0/+5
| | | | | | http://wiki.secondlife.com/wiki/LlManageEstateAccess Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* llGetParcelMusicURL implementation ↵Pixel Tomsen2012-01-251-0/+5
| | | | | | http://wiki.secondlife.com/wiki/LlGetParcelMusicURL Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* llAvatarOnLinkSitTarget ImplementationPixel Tomsen2011-09-291-0/+5
| | | | http://wiki.secondlife.com/wiki/LlAvatarOnLinkSitTarget
* Add llRegionSayToBlueWall2011-08-191-0/+5
| | | | | | | llRegionSayTo(key target, integer channel, string messasge) Allows messages to be sent region-wide to a particular prim.
* Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-0/+20
| | | | | | 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/+5
|
* properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)2010-07-261-0/+15
| | | | | 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
* - implementing server 1.38 functionsunknown2010-03-061-0/+20
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-2/+2
| | | | | | | | 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/+5
| | | | | script stub for llGetHTTPHeader().
* Add interface, implementation stub andCharles Krinke2009-05-131-0/+5
| | | | | script stub for llGetFreeURLs().
* Added interface, implementation stub andCharles Krinke2009-05-131-0/+5
| | | | | script stub for llReleaseURL().
* Add interface, stubbed implementation andCharles Krinke2009-05-131-0/+5
| | | | | script stub for llRequestSecureURL().
* Added interface, stub implementation and scriptCharles Krinke2009-05-131-0/+4
| | | | | stub for llRequestURL().
* Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke2009-05-131-0/+5
|
* 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-0/+5
| | | | | 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-16/+16
| | | | | | | | | 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-4/+4
| | | | | | | | | | 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/+5
|
* Mantis #2243Melanie Thielker2008-09-231-665/+710
| | | | | | | | 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.
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-131-2/+2
| | | | | | 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.
* Minor formatting cleanup.Jeff Ames2008-06-251-1/+1
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-0/+1732
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!