aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* several changes for osTeleportObjectUbitUmarov2017-04-151-4/+4
* OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Fast...UbitUmarov2017-04-051-4/+28
* give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov2017-04-051-2/+2
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov2017-04-041-0/+9
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-041-4/+4
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-0/+46
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+213
* fix llScriptDanger(); don't call old ScriptDamage on ossl health functionsUbitUmarov2017-01-211-4/+5
* add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2017-01-171-0/+1
* Revert "Allow OSSL scripts to softfail"Melanie Thielker2017-01-071-1/+1
* Fix a compile issue and reintroduce the "GOD" script optionMelanie Thielker2017-01-071-1/+10
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2017-01-071-2/+2
|\
| * rename OSSL enable option GOD as ACTIVE_GOD so its use is more clearUbitUmarov2017-01-071-2/+2
* | Allow OSSL scripts to softfailMelanie Thielker2017-01-071-1/+1
|/
* change OSSL enable option GOD to use IsGod, so it means a active god, as my o...UbitUmarov2017-01-071-6/+9
* 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