aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Added osGetRegionSize(), which returns the region size in meters and ↵Oren Hurvitz2014-01-281-0/+1
| | | | | | | | recognizes megaregions
* | 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
| * Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams2013-07-061-0/+2
| |
* | 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
| * Mantis 6280: llSetContentType(). An implementation.Talun2013-06-151-0/+1
| | | | | | | | | | An implimentation of llSetContentType including all of the new constants added since the mantis was raised.
| * Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-061-0/+1
| | | | | | | | may yield unexpected results in some cases. No database persistence yet,
| * Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie2013-01-231-1/+2
| | | | | | | | | | make llGiveMoney async so the script thread is not held up waiting for comms to an external server.
* | 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
| * BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-0/+1
| | | | | | | | | | | | | | | | the physics engines to return the name that is specified in the INI file ("physics = XXX") as the type of engine. This os function is a little different than the others in that it does not throw an exception of one is not privilaged to use it. It merely returns an empty string.
* | Merge branch 'master' into careminsterMelanie2012-11-091-0/+1
|\ \ | |/
| * llSetLinkCamera implementationPixelTomsen2012-11-091-0/+1
| | | | | | | | | | | | wiki: http://wiki.secondlife.com/wiki/LlSetLinkCamera mantis: http://opensimulator.org/mantis/view.php?id=6397
* | 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
| * adding ability for listeners to be filtered by regular expressions and a ↵SignpostMarv2012-10-261-0/+24
| | | | | | | | general-purpose function to see if a given string matches a given regex
* | Merge branch 'master' into careminsterMelanie2012-10-031-0/+24
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs
| * added perms checking, duplicated functionality to methods that do not ↵SignpostMarv2012-10-021-0/+12
| | | | | | | | require perms and have higher threat level
| * implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+12
| |
* | Merge branch 'master' into careminsterMelanie2012-09-071-1/+24
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Framework/Servers/VersionInfo.cs
| * wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
| |
| * Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-041-0/+13
| |
| * implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+10
| |
* | 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
| * This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+6
| | | | | | | | | | | | | | | | type for an HTTP request. Since the "official" LSL function limits the use of the response type, it is implemented as osSetContentType with a string for the content mime type and a threat level of high. With this function you should be able to implement rather functional media-on-a-prim application with much less difficulty.
* | Merge branch 'master' into careminsterMelanie2012-08-292-1/+60
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
| * track originating IScriptApi method for SL-like error messages. Will add ↵SignpostMarv2012-08-291-1/+1
| | | | | | | | rule number tracking in next commit.
| * copying documentation from http://opensimulator.org/wiki/Threat_levelSignpostMarv2012-08-281-0/+59
| |
| * renaming to be similar to equivalent Set commandSignpostMarv2012-08-251-1/+1
| |
* | renaming to be similar to equivalent Set commandMelanie2012-08-251-1/+1
| | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
* | Merge branch 'master' into careminsterMelanie2012-08-241-0/+1
|\ \ | |/
| * Revert "implementing function to allow scripts to self-replicate as if the ↵Justin Clark-Casey (justincc)2012-08-241-7/+0
| | | | | | | | | | | | | | | | owner duplicated them, using the same script delay as llRezObject()" This reverts commit 2ad9d656b3a1a0c519c9599d7680f98eba7e82b8. Reverted pending consideration of associated issues.
| * implementing function to allow scripts to self-replicate as if the owner ↵SignpostMarv2012-08-241-0/+7
| | | | | | | | duplicated them, using the same script delay as llRezObject()
| * Adds osGetHealth.TBG Renfold2012-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns the amount of health (in an integer) that an avatar has left in the scene. If an avatar is not found or safe is enabled on a region, -1 is returned. Example usage: default { touch_end(integer _t) { key agentID = llDetectedKey(0); osCauseDamage(agentID, 50); llSay(0, llKey2Name(agentID) + " has " + (string)osGetHealth(agentID) + "% health left."); } }
* | Merge branch 'master' into careminsterMelanie2012-08-031-0/+6
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+6
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2012-07-281-0/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/Application/OpenSim.cs OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/Framework/Scenes/SceneManager.cs bin/OpenMetaverse.Rendering.Meshmerizer.dll bin/OpenMetaverse.StructuredData.dll bin/OpenMetaverse.dll bin/OpenMetaverseTypes.dll prebuild.xml
| * LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+16
| |
* | Merge branch 'master' into careminsterMelanie2012-07-201-0/+7
|\ \ | |/
| * Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+7
| | | | | | | | | | | | if it is a UUID. The function is osIsUUID(). Thanks SignpostMarv!
| * Implementation of llSetRegionPos(). Does not implement failure on object ↵SignpostMarv2012-07-141-0/+1
| | | | | | | | | | | | entry/prim limit/access restrictions. Signed-off-by: SignpostMarv <github@signpostmarv.name>
* | Merge branch 'master' into careminsterMelanie2012-07-111-2/+17
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Watchdog.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs