aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01More EntityTransferContext plumbingMelanie Thielker1-1/+2
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-1/+1
2015-09-30 add several options for NPC creation so abusive use can be reduced (restrict...UbitUmarov1-10/+43
2015-09-29 remove some restrictions on NPCs creationUbitUmarov1-41/+19
2015-09-29 clean some spacing issuesUbitUmarov1-1/+1
2015-09-28 ... ossl merge issueUbitUmarov1-2/+2
2015-09-02seems to compile ( tests comented out)UbitUmarov1-11/+1
2015-08-19Add explicit initialization because mono 3 doesn't like what mono 2 allowsMelanie1-1/+1
2015-08-19Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker1-2/+2
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker1-1/+1
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker1-22/+2
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz1-2/+22
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-22/+23
2015-08-04create osGetAvatarHomeURIChristopher1-0/+33
2015-08-04Make osAvatarName2Key() able to get names from unknown HG usersChristopher1-4/+40
2015-08-02osKey2Name returns now correct values for HG users who are not on the region.Christopher1-10/+18
2015-05-29Add a new os function "osGetGender()"dahlia1-0/+45
2015-04-14Temporarily comment out OSSL enabled warning log message.Robert Adams1-1/+1
2015-04-14Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams1-0/+3
2015-04-12Add osCheckODE() function so scripts can configure for running with legacy ph...Robert Adams1-0/+15
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-4/+6
2015-03-03corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech1-5/+15
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail1-2/+1
2015-03-03Revert "corrected osMakeNotecard(string data) text length was calculated wron...BlueWall1-15/+5
2015-03-03corrected osMakeNotecard(string data) text length was calculated wrong. The L...Freaky Tech1-5/+15
2015-02-27Revert "Adding dynamic ossl permission control"BlueWall1-44/+0
2015-02-27Adding dynamic ossl permission controlBlueWall1-0/+44
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-6/+10
2014-10-11Change name of just added OSSL osForceSit() to osForceOtherSit()Justin Clark-Casey (justincc)1-5/+5
2014-10-11minor: spacing cleanup from previous commit 79a4d1eaJustin Clark-Casey (justincc)1-3/+3
2014-10-11Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...Vegaslon1-0/+53
2014-10-08Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Se...Justin Clark-Casey (justincc)1-1/+1
2014-09-21remove LockItemsForRead(false) without previus call with trueUbitUmarov1-1/+1
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-1/+1
2014-05-06Show more meaningful error messages when failed to move an item from a prim t...Oren Hurvitz1-4/+5
2014-04-26Differentiate between requests only the owner should be able to do and thoseMelanie Thielker1-1/+1
2014-03-13Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)1-0/+10
2014-03-12Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)1-0/+20
2014-03-07Add Varregion support to osGetRegionSize OSSL functionDev Random1-1/+3
2014-01-28Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz1-0/+23
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-2/+2
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-3/+4
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+3
2013-03-14refactor: minor cleanup in osGetAvatarList()Justin Clark-Casey (justincc)1-2/+1
2013-03-14Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is...Justin Clark-Casey (justincc)1-13/+9
2013-03-14minor: Use more compact libomv primitive constructors in osNpcGetPos() and os...Justin Clark-Casey (justincc)1-6/+3
2013-03-14Fix minor race conditions in OSSL_Api functions where a parcel could be misid...Justin Clark-Casey (justincc)1-6/+4
2013-03-14Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use th...Justin Clark-Casey (justincc)1-6/+3