aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mantis 8740: fix osTeleportObject set rotationUbitUmarov2017-04-061-4/+5
|
* add missing invalidation of osGetLinkNumber cacheUbitUmarov2017-04-051-0/+2
|
* add a little speedup on repeated requests for same name on osGetLinkNumber.UbitUmarov2017-04-041-7/+28
|
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the ↵UbitUmarov2017-04-042-0/+63
| | | | string to linknumber map, cache invalidations may still be missing :(
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ↵UbitUmarov2017-04-041-11/+23
| | | | parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
* mantis 8130: improve keyframes motionUbitUmarov2017-04-041-70/+63
|
* mantis 8140: fix objectTeleport rotation if stop TRUEUbitUmarov2017-04-041-1/+9
|
* oopsUbitUmarov2017-04-031-4/+4
|
* fix typoUbitUmarov2017-04-031-1/+2
|
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, ↵UbitUmarov2017-04-032-7/+109
| | | | LSL_Rotation rotation, LSL_Integer stop)
* add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) ↵UbitUmarov2017-04-031-0/+17
| | | | permissions check
* store the physics inertia override in Mysql and add it to serializer. run ↵UbitUmarov2017-04-013-11/+53
| | | | prebuild is required
* add OSSL functions to override linksets total mass, center of mass and ↵UbitUmarov2017-03-311-0/+41
| | | | inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
* Merge branch 'melanie'Melanie Thielker2017-03-313-4/+108
|\
| * Add the ability to post to and act uponconfiguration in etcdMelanie Thielker2017-03-312-3/+81
| | | | | | | | | | | | | | Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running.
| * Set a startup marker to let external scripts know the scene is up.Melanie Thielker2017-03-311-0/+22
| |
| * Change a misleading message that could lead users to believe a grid is downMelanie Thielker2017-03-311-1/+3
| |
| * Add the option to link a scene object with a monitoring objectMelanie Thielker2017-03-311-0/+2
| | | | | | | | For debugging purposes.
* | add CanSellObject() permitions check functionsUbitUmarov2017-03-301-50/+56
| |
* | Merge branch 'melanie'Melanie Thielker2017-02-021-1/+1
|\ \ | |/
| * Correct whimsical spelling on a log messageMelanie Thielker2017-02-011-1/+1
| |
* | update parcel select or sat on stats on sit and standUbitUmarov2017-01-271-0/+4
| |
* | several changes relative to objects return and parcel prim counts: avoid ↵UbitUmarov2017-01-275-16/+31
| | | | | | | | null refs, report correct count of returned objects, make obkects counts by ownership coerent with return rules, etc
* | Permissions modules where made NONShared modules. Make them so, removing ↵UbitUmarov2017-01-271-60/+60
| | | | | | | | incoerences and their potencial bugs
* | remove unused and wrong methodsUbitUmarov2017-01-262-58/+1
| |
* | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2017-01-261-6/+5
| |
* | CHANGED ALLOWED_DROP should only trigger if user has no MOD rightsUbitUmarov2017-01-252-55/+59
| |
* | add and use CanDropInObjectInvUbitUmarov2017-01-252-103/+121
| |
* | make use of CanDoObjectInvToObjectInvUbitUmarov2017-01-252-21/+20
| |
* | replace calls to SOG.GetEffectivePermissions() by the new ↵UbitUmarov2017-01-221-1/+1
| | | | | | | | SOG.EffectiveOwnerPerms, some of those inline permissions checks should be reviewed and pass by permissions module
* | work around group sharing and owned permitions issues, fix a non copy ↵UbitUmarov2017-01-223-43/+54
| | | | | | | | objects delete issue
* | add/fix CanRunScriptUbitUmarov2017-01-212-3/+23
| |
* | fix llScriptDanger(); don't call old ScriptDamage on ossl health functionsUbitUmarov2017-01-211-47/+41
| |
* | change CanObjectEntry() to use a SOGUbitUmarov2017-01-203-5/+5
| |
* | remove redundant IsGod, rename some GOD as Administrator (both only on ↵UbitUmarov2017-01-201-7/+6
| | | | | | | | permissions module)
* | change CanDuplicateObjectUbitUmarov2017-01-192-5/+9
| |
* | actually make use of it as viewers requestedUbitUmarov2017-01-191-6/+1
| |
* | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not ↵UbitUmarov2017-01-193-5/+9
| | | | | | | | using it
* | change CanDeedObject. WARNING like on other grids, if you do not set next ↵UbitUmarov2017-01-192-14/+10
| | | | | | | | owner rights on object and ALL ITS CONTENTS, you may loose all rights on it
* | add a comment about parts permissions aggregationUbitUmarov2017-01-191-0/+2
| |
* | add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov2017-01-192-20/+44
| |
* | fix a null checkUbitUmarov2017-01-191-2/+3
| |
* | object CanMove is for in scene SOGs Icleints and SPs and permitions module ↵UbitUmarov2017-01-194-67/+50
| | | | | | | | is NOT a shared module
* | object Take and TakeCopy are for in scene SOPs and SPs and permitions module ↵UbitUmarov2017-01-192-8/+10
| | | | | | | | is NOT a shared module
* | enforce effective perms hierarchyUbitUmarov2017-01-181-42/+59
| |
* | antecipate baked cache check and Xbakes requests, so they happen before ↵UbitUmarov2017-01-181-26/+33
| | | | | | | | viewer check request (or force it to wait via locking).
* | Permissions module: GenerateClientFlags() no need to keep looking for the ↵UbitUmarov2017-01-172-9/+7
| | | | | | | | same part several times; fix locked mask in GetObjectPermissions()
* | add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-179-23/+49
| | | | | | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* | add more calls to effective permissions aggregation; do not change groupmask ↵UbitUmarov2017-01-173-2/+13
| | | | | | | | on deed
* | start adding calls to effective permissions aggregation on changes; ↵UbitUmarov2017-01-173-25/+15
| | | | | | | | rearrange code in DuplicateObject();