aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-27Remove a couple of compiler warnings pointed out by SignpostMarvJustin Clark-Casey (justincc)1-2/+0
2012-07-20Implements a very useful OSSL function to test a string to seeMic Bowman1-0/+14
2012-07-16sending more user-friendly messages to the script error window rather than th...SignpostMarv1-1/+14
2012-07-12Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)1-6/+2
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+1
2012-07-09This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)1-3/+22
2012-07-06Mantis 6063 osNpcTouch.Talun1-0/+35
2012-07-05regrade osFormatString, osMatchString and osReplaceString to VeryLow.Justin Clark-Casey (justincc)1-3/+3
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-1/+53
2012-06-13In the osGetGrid functions, if the [GridInfo] section does not exist then ret...Justin Clark-Casey (justincc)1-1/+6
2012-05-26Use SceneObjectPartInventory.GetInventoryItem() in OSSL.AvatarStopAnimation i...Justin Clark-Casey (justincc)1-14/+12
2012-05-25Mantis 6028 osAvatarStopAnimation not stopping animations via UUIDTalun1-7/+11
2012-05-08refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)1-3/+1
2012-05-08Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)1-18/+11
2012-05-07For osGetGridNick(), osGetGridName(), osGetGridLoginURI() and osGetGridCustom...Justin Clark-Casey (justincc)1-8/+10
2012-05-07remove default values from prior commit since mono cant deal with themdahlia1-1/+1
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-1/+2
2012-04-26OSSL: Removed check for CanRunConsoleCommand() in osKickAvatar.Oren Hurvitz1-13/+12
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun1-1/+40
2012-04-24OSSL: fixed the threat level check for osParseJSONNewOren Hurvitz1-1/+1
2012-04-24Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)1-0/+28
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)1-1/+1
2012-04-13Change threat level of osNpcStopMoveToTarget from Low to High to match other ...Justin Clark-Casey (justincc)1-1/+1
2012-04-13Remove hardcoded god requirement from osSetRegionWaterHeight, osSetRegionSunS...Justin Clark-Casey (justincc)1-36/+25
2012-04-10New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer1-0/+55
2012-03-27Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer1-0/+69
2012-03-17Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)1-0/+23
2012-03-10Added osGetGridGatekeeperURI()Diva Canto1-0/+14
2012-03-01Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman1-0/+25
2012-02-24In osSetSpeed(), if no avatar for a uuid is found then don't attempt to set s...Justin Clark-Casey (justincc)1-1/+3
2012-02-17Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAn...Justin Clark-Casey (justincc)1-1/+1
2012-02-16Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)1-2/+2
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)1-4/+10
2012-01-27Increment LPS script stat for OSSL functions that were not already doing thisJustin Clark-Casey (justincc)1-2/+41
2012-01-27Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)1-0/+17
2012-01-27Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)1-0/+21
2012-01-19Add osGetGridHomeURI functionBlueWall1-0/+22
2012-01-17Add function osGetGridCustomBlueWall1-1/+28
2012-01-17Update osGetGrid**** functionsBlueWall1-3/+69
2012-01-14commented out redundant land owner checks for osTeleportAgent there isnebadon1-14/+24
2012-01-13Change the default osNpcCreate() to create an 'owned' npc rather than an 'uno...Justin Clark-Casey (justincc)1-1/+1
2012-01-13Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)1-6/+0
2012-01-12Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)1-0/+6
2012-01-12Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)1-20/+50
2012-01-12refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)1-5/+1
2012-01-07Fix threat level setting on osNpcPlayAnimationMelanie1-1/+1
2012-01-06fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level checknebadon1-1/+1
2012-01-06Fix some syntax issuesMelanie1-2/+2
2012-01-06Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie1-0/+44
2012-01-06Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie1-4/+21