aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-53/+53
* Re-add GRID_GOD because in some cases an "employee-only" level is simply neededMelanie Thielker2016-12-231-3/+10
* replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. Th...UbitUmarov2016-12-231-3/+5
* Change GRID_GOD script permission to do what it says on the tin.Melanie Thielker2016-12-211-1/+1
* Add GRID_GOD to the list of values allowed for enabling OSSL functionsMelanie Thielker2016-12-211-1/+10
* dont self osDie attachmentsUbitUmarov2016-12-141-1/+5
* restrict osDie to objects rezzed by the script object group and a few more ch...UbitUmarov2016-12-141-11/+19
* Add osDie(key)Jeff Kelley2016-12-141-0/+37
* also reduce check threat level of osNpcSetProfileAbout to Low; update osslEn...UbitUmarov2016-12-141-1/+1
* also fox chekc threat level on osNpcSetProfileAboutUbitUmarov2016-12-141-1/+1
* Fox threat level line on SetProfileImage. It is ALWAYS the name of the function!Melanie Thielker2016-12-141-1/+1
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-0/+29
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-0/+19
* remove SOG.FromPartID from main code and flag it obsoleteUbitUmarov2016-12-041-2/+4
* don't go seach for info we already have at hand.. and there is no region hei...UbitUmarov2016-11-261-2/+4
* work around viewers not suporting large regions on landmark creation. They s...UbitUmarov2016-11-241-2/+2
* bug fix: add a missing return; add some error messagesUbitUmarov2016-09-221-2/+7
* mantis 8027: let osMessageAttachments also send to attachments child prims.. ...UbitUmarov2016-09-221-93/+65
* mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr...UbitUmarov2016-08-281-0/+3
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-271-0/+12
* llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)...UbitUmarov2016-08-271-0/+29
* rename a few things to reduce confusion between regions wold location and gr...UbitUmarov2016-07-311-6/+6
* remove references to RegionCombinerModuleUbitUmarov2016-07-281-18/+3
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate...UbitUmarov2016-07-251-0/+24
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+19
* add OSSL osGetPhysicsEngineName(). this returns a string with name and versio...UbitUmarov2016-07-041-0/+16
* fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation...UbitUmarov2016-06-281-3/+3
* Correct spelling and grammar, thanks Mata HariMelanie Thielker2016-05-301-2/+2
* Enhancement of osRegionRestartMandarinka Tasty2016-05-301-11/+47
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-0/+36
* add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w...UbitUmarov2016-01-011-64/+91
* a few code cosmetic changesUbitUmarov2015-12-251-21/+30
* More EntityTransferContext plumbingMelanie Thielker2015-11-011-1/+2
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-1/+1
* add several options for NPC creation so abusive use can be reduced (restrict...UbitUmarov2015-09-301-10/+43
* remove some restrictions on NPCs creationUbitUmarov2015-09-291-41/+19
* clean some spacing issuesUbitUmarov2015-09-291-1/+1
* ... ossl merge issueUbitUmarov2015-09-281-2/+2
* seems to compile ( tests comented out)UbitUmarov2015-09-021-11/+1
* bad merge?UbitUmarov2015-09-011-40/+128
|\
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+6
| * remove LockItemsForRead(false) without previus call with trueUbitUmarov2014-09-211-1/+1
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-1/+24
| |\
| | * Merge branch 'master' into careminsterMelanie2014-01-281-0/+23
| | |\
| | * \ Merge branch 'master' into careminsterMelanie2013-10-041-1/+1
| | |\ \
| * | | | Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2014-04-261-1/+1
| |/ / /
| * | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-2/+3
| * | | Merge branch 'master' into careminsterMelanie2013-03-151-27/+17
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-03-141-6/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'avination' into careminsterMelanie2013-03-031-1/+1
| |\ \ \ \ \