aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-03add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov1-0/+17
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov3-11/+53
2017-03-31 add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov1-0/+41
2017-03-31Add the ability to post to and act uponconfiguration in etcdMelanie Thielker1-3/+44
2017-03-31Set a startup marker to let external scripts know the scene is up.Melanie Thielker1-0/+22
2017-03-31Change a misleading message that could lead users to believe a grid is downMelanie Thielker1-1/+3
2017-03-31Add the option to link a scene object with a monitoring objectMelanie Thielker1-0/+2
2017-03-30add CanSellObject() permitions check functionsUbitUmarov1-50/+56
2017-02-01Correct whimsical spelling on a log messageMelanie Thielker1-1/+1
2017-01-27 update parcel select or sat on stats on sit and standUbitUmarov1-0/+4
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov5-16/+31
2017-01-27 Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov1-60/+60
2017-01-26 remove unused and wrong methodsUbitUmarov2-58/+1
2017-01-26 remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov1-6/+5
2017-01-25 CHANGED ALLOWED_DROP should only trigger if user has no MOD rightsUbitUmarov2-55/+59
2017-01-25 add and use CanDropInObjectInvUbitUmarov2-103/+121
2017-01-25 make use of CanDoObjectInvToObjectInvUbitUmarov2-21/+20
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov1-1/+1
2017-01-22work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov3-43/+54
2017-01-21add/fix CanRunScriptUbitUmarov2-3/+23
2017-01-21fix llScriptDanger(); don't call old ScriptDamage on ossl health functionsUbitUmarov1-47/+41
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov3-5/+5
2017-01-20remove redundant IsGod, rename some GOD as Administrator (both only on permis...UbitUmarov1-7/+6
2017-01-19change CanDuplicateObjectUbitUmarov2-5/+9
2017-01-19actually make use of it as viewers requestedUbitUmarov1-6/+1
2017-01-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov3-5/+9
2017-01-19change CanDeedObject. WARNING like on other grids, if you do not set next own...UbitUmarov2-14/+10
2017-01-19add a comment about parts permissions aggregationUbitUmarov1-0/+2
2017-01-19add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov2-20/+44
2017-01-19fix a null checkUbitUmarov1-2/+3
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov4-67/+50
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov2-8/+10
2017-01-18enforce effective perms hierarchyUbitUmarov1-42/+59
2017-01-18antecipate baked cache check and Xbakes requests, so they happen before viewe...UbitUmarov1-26/+33
2017-01-17Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov2-9/+7
2017-01-17add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov9-23/+49
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov3-2/+13
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov3-25/+15
2017-01-16remove now unused SetRootPartOwner()UbitUmarov1-21/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov2-2/+25
2017-01-16 fix EffectiveGroupOrEveryOnePerms C&T == 0 caseUbitUmarov1-5/+27
2017-01-16 avoid lastOwner beeing the groupUbitUmarov3-4/+11
2017-01-16 chance new effective permissions code to ease aggregation on demand( ie on c...UbitUmarov3-145/+120
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker2-5/+7
2017-01-15add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov2-2/+221
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov2-4/+1
2017-01-14fix: send viewers the Everyone permitions of items inside other objectsUbitUmarov1-1/+1
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-10/+24
2017-01-12Add permission CanChangeSelectedState replacing 2 calls to check Move and Mod...UbitUmarov2-4/+16
2017-01-11don't let object lastowner be its groupUbitUmarov1-1/+2