aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* don't break groups permission maskUbitUmarov2017-04-301-3/+2
* nore permissions masks hierachyUbitUmarov2017-04-291-14/+12
* update folded permitions if taking from world, or after unfoldUbitUmarov2017-04-291-2/+4
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov2017-04-291-5/+7
* add check for valid folded permsUbitUmarov2017-04-291-6/+2
* fix chain of contents sellsUbitUmarov2017-04-291-3/+8
* a few changes to permissions folding... we are testing. at this point only us...UbitUmarov2017-04-284-43/+45
* add a usefull taint and updateUbitUmarov2017-04-272-27/+69
* finish encoding number of mesh faces in pbs shape on new meshs upload, and *...UbitUmarov2017-04-251-10/+14
* some fixes on the materials paramenters of llGetPrimitiveParams()UbitUmarov2017-04-241-8/+8
* add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and PRIM_ALPH...UbitUmarov2017-04-241-0/+82
* fix active objects count down, a path at leastUbitUmarov2017-04-161-2/+7
* missing file and remove warningsUbitUmarov2017-04-153-2/+4
* several changes for osTeleportObjectUbitUmarov2017-04-152-164/+278
* increase the updates priority of linkset where avatar is sittingUbitUmarov2017-04-141-2/+21
* add functions to send entity updates imediatly, except for avatars (or now) t...UbitUmarov2017-04-141-4/+41
* 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 strin...UbitUmarov2017-04-042-0/+63
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-041-11/+23
* 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, L...UbitUmarov2017-04-032-7/+109
* add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov2017-04-031-0/+17
* store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov2017-04-013-11/+53
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+41
* 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
| * 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
* | 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 nul...UbitUmarov2017-01-275-16/+31
* | Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov2017-01-271-60/+60
* | 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 SOG.EffectiveOwnerP...UbitUmarov2017-01-221-1/+1
* | work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov2017-01-223-43/+54
* | 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