aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add respective ossl helper funtion osDrawScaleTransform(string drawList, ↵UbitUmarov2017-06-251-2/+3
| | | | LSL_Float x, LSL_Float y)
* add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵UbitUmarov2017-06-241-0/+3
| | | | LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ↵UbitUmarov2017-06-241-0/+1
| | | | string data, string extraParams, int timer, int face) to easy only setting a prim face
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+1
|
* several changes for osTeleportObjectUbitUmarov2017-04-151-2/+1
|
* add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov2017-04-041-0/+1
|
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵UbitUmarov2017-04-041-1/+1
| | | | parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵UbitUmarov2017-04-031-0/+2
| | | | LSL_Rotation rotation, LSL_Integer stop)
* add OSSL functions to override linksets total mass, center of mass and ↵UbitUmarov2017-03-311-0/+8
| | | | inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
* restore argument name material_bitsUbitUmarov2017-01-081-1/+1
|
* mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float typeUbitUmarov2017-01-081-1/+1
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-5/+5
|
* Add osDie(key)Jeff Kelley2016-12-141-0/+7
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty2016-12-141-0/+1
| | | | | | | patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵UbitUmarov2016-12-061-0/+1
| | | | About text. requires OsNpcCreate rights
* add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov2016-11-251-0/+2
|
* Implementation of LSL_Integer llScaleByFactor(double scaling_factor)Mandarinka Tasty2016-11-251-0/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* Implementation of new LSL function: list llGetAttachedList(key avatar); It ↵Mandarinka Tasty2016-11-041-0/+1
| | | | | | | also returns HUDs' keys. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-271-0/+1
|
* llCollisionSound(,value) back to disable all sounds. new ↵UbitUmarov2016-08-271-0/+1
| | | | osCollisionSound(..). allows defualt sounds with volume
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov2016-07-251-0/+2
| | | | healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+1
|
* add OSSL osGetPhysicsEngineName(). this returns a string with name and ↵UbitUmarov2016-07-041-0/+1
| | | | version. does no permition checks or it whould be less usefull ( only ubOde returns value)
* Enhancement of osRegionRestartMandarinka Tasty2016-05-301-0/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-0/+3
| | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server.
* ... ossl merge issueUbitUmarov2015-09-281-0/+1
|
* add missing stub for llSetVelocityUbitUmarov2015-09-061-0/+1
|
* bad merge?UbitUmarov2015-09-013-7/+61
|\
| * Add WhiteCore's LL Json functionsMelanie Thielker2015-05-261-0/+5
| |
| * Plumb the rest of the serverside AOMelanie Thielker2014-09-091-0/+2
| |
| * Plumb llSetAnimationOverrideMelanie Thielker2014-09-091-0/+1
| |
| * Merge branch 'master' into careminsterMelanie2014-01-281-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs
| * \ Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2013-07-181-1/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | careminster Conflicts: OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs
| | * \ Merge branch 'master' into careminsterMelanie2013-07-131-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs
| * | \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs
| * | | Merge branch 'master' into careminsterMelanie2013-06-181-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs
| * | | | Implement llSetContentType using the new OpenID auth support for authenticationMelanie2013-05-051-0/+1
| | | | |
| * | | | Add llGetPhysicsMaterialMelanie2013-05-041-0/+1
| | | | |
| * | | | Merge branch 'avination' into careminsterMelanie2013-03-031-1/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
| | * | | | Remove osParseJSONNew because it's "object" return type is not useful for LSLroot2013-02-251-1/+0
| | | | | |
| * | | | | Merge branch 'avination' into careminsterMelanie2013-01-241-1/+1
| |\ \ \ \ \
| | * | | | | Reintroduce the return value of llGiveMoney. The grid will crash and burn ↵Melanie2013-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | without it.
| * | | | | | Merge branch 'avination' into careminsterMelanie2013-01-231-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) andMelanie2013-01-231-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | make the function async so the script thread is not held up waiting for comms to an external server.
| * | | | | Merge commit '8bf0a9f85dda4b1831630b65620d5c6868196c11' into careminsterMelanie2013-01-161-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
| * | | | | Merge branch 'master' into careminsterMelanie2012-11-091-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-261-0/+24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-031-0/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-09-071-1/+24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Framework/Servers/VersionInfo.cs
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-311-0/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs