aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-08-161-0/+2
|\ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * adding ATTACH_*_PEC constantsSignpostMarv2012-08-151-0/+2
| |
* | Merge branch 'master' into careminsterMelanie2012-08-031-0/+5
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+5
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2012-07-281-0/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | 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/+10
| |
* | Remove support for the OS_NPC constant. That one seems to be overly paranoidMelanie2012-07-251-1/+0
| | | | | | | | to have and confuses the issue.
* | Merge branch 'master' into careminsterMelanie2012-07-231-0/+1
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Helpers.cs prebuild.xml
| * As per opensim-dev mailing list conversation, introduce OS_NPC constant for ↵Justin Clark-Casey (justincc)2012-07-201-0/+1
| | | | | | | | | | | | | | | | | | use with llSensor() This same constant will later be used with llGetDetectedType(). This constant has a different name from NPC to avoid possible conflict with future LSL changes. This constant has a different value to try and avoid unnecessary conflict with future constants that may use the same value. Using the 'NPC' constant with llSensor() will remain valid but is deprecated.
* | Merge branch 'master' into careminsterMelanie2012-07-201-0/+5
|\ \ | |/
| * Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+5
| | | | | | | | | | | | if it is a UUID. The function is osIsUUID(). Thanks SignpostMarv!
| * 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>
* | Merge branch 'master' into careminsterMelanie2012-07-111-0/+10
|\ \ | |/ | | | | | | | | | | | | | | 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
| * This script allows an object to be attached directly from prim inventory to ↵Justin Clark-Casey (justincc)2012-07-091-0/+5
| | | | | | | | | | | | | | another avatar in the scene. Very useful in serious game/environment scenarios where its only allowed for trusted creators. Threat level Severe
| * Mantis 6063 osNpcTouch.Talun2012-07-061-0/+5
| | | | | | | | Allow NPCS to touch obects.
* | Merge branch 'avination' into careminsterMelanie2012-07-061-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | added llSetVelocity. will refuse to work on vehicles and on attachments ( ↵UbitUmarov2012-07-061-0/+10
| | | | | | | | | | | | this last may need fix) added also some code for llSetAngularVelocity but not working still
* | | Merge branch 'master' into careminsterMelanie2012-07-051-0/+5
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-0/+5
| | | | | | | | | | | | | | | | | | | | | This works like osForceAttachToAvatar() but allows an object to be directly specified from the script object's inventory rather than forcing it to be rezzed in the scene first. Still only attaches objects to the owner of the script. This allows one to bypass the complicated co-ordination of first rezzing objects in the scene before attaching them. Threat level high.
* | | Merge branch 'avination' into careminsterMelanie2012-06-291-1/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceWorkerThread.cs
| * | Correct a wrong error constantMelanie2012-06-261-1/+1
| | |
* | | Merge branch 'master' into careminsterMelanie2012-06-281-5/+5
|\ \ \ | | |/ | |/| | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
| * | 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.
* | | Merge branch 'avination' into careminsterMelanie2012-06-111-0/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Interfaces/ISimulationDataService.cs OpenSim/Services/Connectors/Simulation/SimulationDataService.cs OpenSim/Tests/Common/Mock/MockRegionDataPlugin.cs
| * | Make llTeleportAgent conform to Magnum SL Server and add ↵Melanie2012-06-081-0/+5
| | | | | | | | | | | | llTeleportAgentGlobalCoords()
| * | Mantis 6015 new LSL function llGetAgentList.Talun2012-05-112-0/+10
| | | | | | | | | | | | Details in the lsl wiki
* | | Merge branch 'master' into careminsterMelanie2012-05-102-0/+10
|\ \ \ | | |/ | |/|
| * | Mantis 6015 new LSL function llGetAgentList.Talun2012-05-092-0/+10
| | | | | | | | | | | | Details in the lsl wiki
* | | Merge branch 'master' into careminsterMelanie2012-05-071-0/+1
|\ \ \ | |/ /
| * | add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for ↵dahlia2012-05-061-0/+1
| | | | | | | | | | | | moving NPCs
* | | Merge branch 'master' into careminsterMelanie2012-04-301-0/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLAssetData.cs OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/MySQLUserAccountData.cs
| * | 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>
* | | Merge branch 'master' into careminsterMelanie2012-04-271-0/+16
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * | Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-04-261-1/+12
| |\ \
| * | | Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | osNpcSay(UUID npc, string message) left untouched New functions:- osNpcSay(UUID npc, int channel, string message) osNpcShout(UUID npc, int channel, string message) osNpcWhisper(UUID npc, int channel, string message) Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* | | | Merge branch 'master' into careminsterMelanie2012-04-241-1/+12
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Warp3DMap/MapImageModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | | Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-1/+12
| |/ / | | | | | | | | | | | | | | | These behave identically to llAttachToAvatar() and llDetachFromAvatar() except that they do not enforce the PERMISSION_ATTACH check Intended for use in completely controlled dedicated environments where these checks are more a UI hinderance than a help. Threat level high.
* | | Merge branch 'master' into careminsterMelanie2012-04-142-0/+23
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
| * | Missing or unimplemented LSL memory functions.Talun2012-04-132-0/+28
| | | | | | | | | | | | | | | | | | Implemented to behave as if scripts were LSO. Signed-off-by: nebadon <michael@osgrid.org>
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2012-04-131-0/+5
|\ \ \ | | |/ | |/| | | | careminster
| * | llGetMass and llGetObjectMass (and push estimation) always use object mass ↵UbitUmarov2012-04-091-0/+5
| | | | | | | | | | | | as in current SL ( push is what makes sense or impulse will depend on what prim it is and not object). Added llGetMassMKS() that just returns 100 x llGetMass() as it seems to be in SL.
* | | Merge branch 'master' into careminsterMelanie2012-04-111-0/+10
|\ \ \ | |/ / |/| / | |/ | | Conflicts: OpenSim/Region/Framework/Interfaces/IEstateModule.cs
| * New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as ↵Snoopy Pfeffer2012-04-101-0/+10
| | | | | | | | originally proposed in SL Jira (https://jira.secondlife.com/browse/SVC-244).
* | Merge branch 'master' into careminsterMelanie2012-04-071-0/+10
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/World/Land/LandObject.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * Addition of missing constants for llGetObjectDetails including for Mantis 5502Talun2012-04-061-0/+10
| | | | | | | | Signed-off-by: nebadon <michael@osgrid.org>
* | Merge branch 'master' into careminsterMelanie2012-03-271-0/+10
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * Two new scripting functions osInviteToGroup(userID) and ↵Snoopy Pfeffer2012-03-271-0/+10
| | | | | | | | osEjectFromGroup(userID) that invite/eject users to/from groups the object containing the script is set to. These functions also work for closed groups.
* | Merge branch 'master' into careminsterMelanie2012-03-261-0/+5
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/OptionalModules/Scripting/ScriptModuleComms/ScriptModuleCommsModule.cs
| * Add a hust UUID to the script invocationsMelanie2012-03-261-0/+5
| |