aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-2/+4
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-2/+2
2013-02-25Remove osParseJSONNew because it's "object" return type is not useful for LSLroot1-1/+1
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-2/+2
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-2/+10
2013-01-23Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)1-1/+1
2013-01-21* Fix notecard loading - If the notecard name is formatted like a UUID but is...teravus1-11/+35
2013-01-18Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)1-1/+1
2013-01-16JustinCC's core re-mergeMelanie1-2/+3
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-4/+5
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)1-4/+4
2013-01-11BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams1-11/+48