aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a couple of compiler warnings pointed out by SignpostMarvJustin Clark-Casey (justincc)2012-07-271-2/+0
* Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+14
* sending more user-friendly messages to the script error window rather than th...SignpostMarv2012-07-161-1/+14
* Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)2012-07-121-6/+2
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-3/+22
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+35
* regrade osFormatString, osMatchString and osReplaceString to VeryLow.Justin Clark-Casey (justincc)2012-07-051-3/+3
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-1/+53
* In the osGetGrid functions, if the [GridInfo] section does not exist then ret...Justin Clark-Casey (justincc)2012-06-131-1/+6
* Use SceneObjectPartInventory.GetInventoryItem() in OSSL.AvatarStopAnimation i...Justin Clark-Casey (justincc)2012-05-261-14/+12
* Mantis 6028 osAvatarStopAnimation not stopping animations via UUIDTalun2012-05-251-7/+11
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-3/+1
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-18/+11
* For osGetGridNick(), osGetGridName(), osGetGridLoginURI() and osGetGridCustom...Justin Clark-Casey (justincc)2012-05-071-8/+10
* remove default values from prior commit since mono cant deal with themdahlia2012-05-071-1/+1
* add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia2012-05-061-1/+2
* OSSL: Removed check for CanRunConsoleCommand() in osKickAvatar.Oren Hurvitz2012-04-261-13/+12
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-04-261-1/+29
|\
| * OSSL: fixed the threat level check for osParseJSONNewOren Hurvitz2012-04-241-1/+1
| * Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-0/+28
* | Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-1/+40
|/
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-1/+1
* Change threat level of osNpcStopMoveToTarget from Low to High to match other ...Justin Clark-Casey (justincc)2012-04-131-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-04-131-0/+55
|\
| * New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-0/+55
* | Remove hardcoded god requirement from osSetRegionWaterHeight, osSetRegionSunS...Justin Clark-Casey (justincc)2012-04-131-36/+25
|/
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+69
* Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-171-0/+23
* Added osGetGridGatekeeperURI()Diva Canto2012-03-101-0/+14
* Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman2012-03-011-0/+25
* In osSetSpeed(), if no avatar for a uuid is found then don't attempt to set s...Justin Clark-Casey (justincc)2012-02-241-1/+3
* Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAn...Justin Clark-Casey (justincc)2012-02-171-1/+1
* Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)2012-02-161-2/+2
* Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-4/+10
* Increment LPS script stat for OSSL functions that were not already doing thisJustin Clark-Casey (justincc)2012-01-271-2/+41
* Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)2012-01-271-0/+17
* Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-0/+21
* Add osGetGridHomeURI functionBlueWall2012-01-191-0/+22
* Add function osGetGridCustomBlueWall2012-01-171-1/+28
* Update osGetGrid**** functionsBlueWall2012-01-171-3/+69
* commented out redundant land owner checks for osTeleportAgent there isnebadon2012-01-141-14/+24
* Change the default osNpcCreate() to create an 'owned' npc rather than an 'uno...Justin Clark-Casey (justincc)2012-01-131-1/+1
* Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-131-6/+0
* Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)2012-01-121-0/+6
* Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)2012-01-121-20/+50
* refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)2012-01-121-5/+1
* Fix threat level setting on osNpcPlayAnimationMelanie2012-01-071-1/+1
* fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level checknebadon2012-01-061-1/+1
* Fix some syntax issuesMelanie2012-01-061-2/+2