aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ... ossl merge issueUbitUmarov2015-09-281-3/+6
* seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+0
* bad merge?UbitUmarov2015-09-011-5/+5
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+6
| * Merge branch 'master' into careminsterMelanie2014-01-281-0/+5
| |\
| * \ Merge branch 'avination' into careminsterMelanie2013-03-031-5/+0
| |\ \
| | * | Remove osParseJSONNew because it's "object" return type is not useful for LSLroot2013-02-251-5/+0
* | | | create osGetAvatarHomeURIChristopher2015-08-041-0/+5
* | | | Add a new os function "osGetGender()"dahlia2015-05-291-0/+5
* | | | Add osCheckODE() function so scripts can configure for running with legacy ph...Robert Adams2015-04-121-0/+5
* | | | Revert "Adding dynamic ossl permission control"BlueWall2015-02-271-10/+0
* | | | Adding dynamic ossl permission controlBlueWall2015-02-271-0/+10
* | | | Change name of just added OSSL osForceSit() to osForceOtherSit()Justin Clark-Casey (justincc)2014-10-111-4/+5
* | | | Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...Vegaslon2014-10-111-0/+9
* | | | Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)2014-03-131-0/+5
* | | | Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)2014-03-121-0/+10
* | | | Merge branch 'master' into varregionRobert Adams2014-01-281-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz2014-01-281-0/+5
| |/ /
* | | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-4/+6
* | | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
|/ /
* | BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-0/+5
|/
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-261-0/+10
* added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-0/+10
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+10
* wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
* Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-041-0/+5
* implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+7
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+5
* Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-5/+0
* implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+5
* Adds osGetHealth.TBG Renfold2012-08-241-1/+6
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+5
* LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+10
* Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+5
* This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-0/+5
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+5
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-0/+5
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-04-261-1/+12
|\
| * Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-1/+12
* | Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+16
|/
* New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-0/+10
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+10
* Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-171-0/+5
* Added osGetGridGatekeeperURI()Diva Canto2012-03-101-0/+5
* Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman2012-03-011-0/+6
* Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)2012-01-271-0/+5
* Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-0/+5
* Add osGetGridHomeURI functionBlueWall2012-01-191-0/+5
* Add function osGetGridCustomBlueWall2012-01-171-0/+5
* Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-131-5/+0