| Commit message (Expand) | Author | Age | Files | Lines |
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -4/+4 |
* | OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Fast... | UbitUmarov | 2017-04-05 | 1 | -4/+28 |
* | give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 2017-04-05 | 1 | -2/+2 |
* | add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin... | UbitUmarov | 2017-04-04 | 1 | -0/+9 |
* | mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ... | UbitUmarov | 2017-04-04 | 1 | -4/+4 |
* | add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L... | UbitUmarov | 2017-04-03 | 1 | -0/+46 |
* | add OSSL functions to override linksets total mass, center of mass and inert... | UbitUmarov | 2017-03-31 | 1 | -0/+213 |
* | fix llScriptDanger(); don't call old ScriptDamage on ossl health functions | UbitUmarov | 2017-01-21 | 1 | -4/+5 |
* | add more calls to effective permissions aggregation, some paths may still be ... | UbitUmarov | 2017-01-17 | 1 | -0/+1 |
* | Revert "Allow OSSL scripts to softfail" | Melanie Thielker | 2017-01-07 | 1 | -1/+1 |
* | Fix a compile issue and reintroduce the "GOD" script option | Melanie Thielker | 2017-01-07 | 1 | -1/+10 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2017-01-07 | 1 | -2/+2 |
|\ |
|
| * | rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear | UbitUmarov | 2017-01-07 | 1 | -2/+2 |
* | | Allow OSSL scripts to softfail | Melanie Thielker | 2017-01-07 | 1 | -1/+1 |
|/ |
|
* | change OSSL enable option GOD to use IsGod, so it means a active god, as my o... | UbitUmarov | 2017-01-07 | 1 | -6/+9 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -53/+53 |
* | Re-add GRID_GOD because in some cases an "employee-only" level is simply needed | Melanie Thielker | 2016-12-23 | 1 | -3/+10 |
* | replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. Th... | UbitUmarov | 2016-12-23 | 1 | -3/+5 |
* | Change GRID_GOD script permission to do what it says on the tin. | Melanie Thielker | 2016-12-21 | 1 | -1/+1 |
* | Add GRID_GOD to the list of values allowed for enabling OSSL functions | Melanie Thielker | 2016-12-21 | 1 | -1/+10 |
* | dont self osDie attachments | UbitUmarov | 2016-12-14 | 1 | -1/+5 |
* | restrict osDie to objects rezzed by the script object group and a few more ch... | UbitUmarov | 2016-12-14 | 1 | -11/+19 |
* | Add osDie(key) | Jeff Kelley | 2016-12-14 | 1 | -0/+37 |
* | also reduce check threat level of osNpcSetProfileAbout to Low; update osslEn... | UbitUmarov | 2016-12-14 | 1 | -1/+1 |
* | also fox chekc threat level on osNpcSetProfileAbout | UbitUmarov | 2016-12-14 | 1 | -1/+1 |
* | Fox threat level line on SetProfileImage. It is ALWAYS the name of the function! | Melanie Thielker | 2016-12-14 | 1 | -1/+1 |
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc... | Mandarinka Tasty | 2016-12-14 | 1 | -0/+29 |
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 2016-12-06 | 1 | -0/+19 |
* | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 2016-12-04 | 1 | -2/+4 |
* | don't go seach for info we already have at hand.. and there is no region hei... | UbitUmarov | 2016-11-26 | 1 | -2/+4 |
* | work around viewers not suporting large regions on landmark creation. They s... | UbitUmarov | 2016-11-24 | 1 | -2/+2 |
* | bug fix: add a missing return; add some error messages | UbitUmarov | 2016-09-22 | 1 | -2/+7 |
* | mantis 8027: let osMessageAttachments also send to attachments child prims.. ... | UbitUmarov | 2016-09-22 | 1 | -93/+65 |
* | mantis: 8008 unscripted child prim collisions didn't trigger scripted root pr... | UbitUmarov | 2016-08-28 | 1 | -0/+3 |
* | experimental function. Results still too volatile to be usefull | UbitUmarov | 2016-08-27 | 1 | -0/+12 |
* | llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)... | UbitUmarov | 2016-08-27 | 1 | -0/+29 |
* | rename a few things to reduce confusion between regions wold location and gr... | UbitUmarov | 2016-07-31 | 1 | -6/+6 |
* | remove references to RegionCombinerModule | UbitUmarov | 2016-07-28 | 1 | -18/+3 |
* | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate... | UbitUmarov | 2016-07-25 | 1 | -0/+24 |
* | add osSetHealth() value from 1 to 100; (mantis 7973) | UbitUmarov | 2016-07-24 | 1 | -0/+19 |
* | add OSSL osGetPhysicsEngineName(). this returns a string with name and versio... | UbitUmarov | 2016-07-04 | 1 | -0/+16 |
* | fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation... | UbitUmarov | 2016-06-28 | 1 | -3/+3 |
* | Correct spelling and grammar, thanks Mata Hari | Melanie Thielker | 2016-05-30 | 1 | -2/+2 |
* | Enhancement of osRegionRestart | Mandarinka Tasty | 2016-05-30 | 1 | -11/+47 |
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -0/+36 |
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w... | UbitUmarov | 2016-01-01 | 1 | -64/+91 |
* | a few code cosmetic changes | UbitUmarov | 2015-12-25 | 1 | -21/+30 |
* | More EntityTransferContext plumbing | Melanie Thielker | 2015-11-01 | 1 | -1/+2 |
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -1/+1 |
* | add several options for NPC creation so abusive use can be reduced (restrict... | UbitUmarov | 2015-09-30 | 1 | -10/+43 |