aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ↵UbitUmarov2017-06-241-0/+6
| | | | 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/+5
|
* reWrite lsl json functions, forward slash is not escaped as LitJson spec; ↵UbitUmarov2017-05-191-9/+11
| | | | code can use some cleanup. Scripts need to be recompiled
* several changes for osTeleportObjectUbitUmarov2017-04-152-3/+3
|
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the ↵UbitUmarov2017-04-041-0/+5
| | | | string to linknumber map, cache invalidations may still be missing :(
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵UbitUmarov2017-04-042-2/+9
| | | | parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵UbitUmarov2017-04-031-0/+4
| | | | LSL_Rotation rotation, LSL_Integer stop)
* add OSSL functions to override linksets total mass, center of mass and ↵UbitUmarov2017-03-311-0/+26
| | | | 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-2/+2
|
* mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float typeUbitUmarov2017-01-081-2/+2
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-054-14/+14
|
* reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do ↵UbitUmarov2016-12-161-0/+1
| | | | not implement it
* Add osDie(key)Jeff Kelley2016-12-141-0/+5
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This ↵Mandarinka Tasty2016-12-141-0/+5
| | | | | | | 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/+5
| | | | About text. requires OsNpcCreate rights
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* The new Constant: integer OBJECT_TEMP_ATTACHED = 34;Mandarinka Tasty2016-11-301-0/+1
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* The implementation of new flags = parameters for llGetObjectDetails - Part ↵Mandarinka Tasty2016-11-281-0/+2
| | | | | | | II Constant: integer OBJECT_TOTAL_INVENTORY_COUNT = 31 Constant: integer OBJECT_GROUP_TAG = 33 Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* The implementation of new flags = paramters for llGetObjectDetails - Part I ↵Mandarinka Tasty2016-11-281-0/+3
| | | | | | | Constant: integer OBJECT_CLICK_ACTION = 28; Constant: integer OBJECT_OMEGA = 29; Constant: integer OBJECT_PRIM_COUNT = 30; Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov2016-11-251-0/+10
|
* Implementation of LSL_Integer llScaleByFactor(double scaling_factor)Mandarinka Tasty2016-11-251-0/+5
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* add a few more lsl constants for attachmentsUbitUmarov2016-11-071-0/+15
|
* add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typosUbitUmarov2016-11-051-5/+4
|
* add a few lsl constants and move some aroundUbitUmarov2016-11-051-7/+20
|
* Implementation of new LSL function: list llGetAttachedList(key avatar); It ↵Mandarinka Tasty2016-11-041-0/+5
| | | | | | | 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-2/+1
|
* stack overflow is (not)funny :)UbitUmarov2016-08-271-1/+7
|
* llCollisionSound(,value) back to disable all sounds. new ↵UbitUmarov2016-08-271-0/+5
| | | | osCollisionSound(..). allows defualt sounds with volume
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov2016-07-251-0/+10
| | | | 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/+5
|
* add OSSL osGetPhysicsEngineName(). this returns a string with name and ↵UbitUmarov2016-07-041-0/+5
| | | | version. does no permition checks or it whould be less usefull ( only ubOde returns value)
* Enhancement of osRegionRestartMandarinka Tasty2016-05-301-0/+5
| | | | | 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/+10
| | | | | | 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.
* add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵UbitUmarov2016-01-011-0/+1
| | | | with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active.
* ... ossl merge issueUbitUmarov2015-09-281-3/+6
|
* add missing llSetVelocity stubUbitUmarov2015-09-081-0/+6
|
* minor cleanUbitUmarov2015-09-031-48/+0
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+0
|
* bad merge?UbitUmarov2015-09-017-31/+187
|\
| * Merge branch 'mbworkvar2' into ubitvarUbitUmarov2015-08-191-4/+6
| |\
| | * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+6
| | | | | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * | Add WhiteCore's LL Json functionsMelanie Thielker2015-05-262-0/+35
| |/
| * Plumb the rest of the serverside AOMelanie Thielker2014-09-091-0/+10
| |
| * Plumb llSetAnimationOverrideMelanie Thielker2014-09-092-0/+6
| |
| * Merge branch 'master' into careminsterMelanie2014-01-281-0/+5
| |\ | | | | | | | | | | | | | | | | | | | | | 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' into careminsterMelanie2013-11-081-0/+13
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
| * \ \ Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2013-07-181-5/+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-10/+10
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-5/+5
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-182-8/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs