aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-26 remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov2-36/+20
2017-01-25 add and use CanDropInObjectInvUbitUmarov1-70/+121
2017-01-25 make use of CanDoObjectInvToObjectInvUbitUmarov1-0/+1
2017-01-24fix a bug in CanCopyObjectInventory; add CanDoObjectInvToObjectInv ( not wired)UbitUmarov1-23/+82
2017-01-22replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov2-3/+3
2017-01-22don't let part lastowner be the groupUbitUmarov1-2/+2
2017-01-22share before groupr roles was a testing elsewhere induced mistake, clean it upUbitUmarov1-46/+36
2017-01-22work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov1-46/+160
2017-01-21a few more changes on permissionsUbitUmarov1-51/+47
2017-01-21fix CanReturnObjectsUbitUmarov1-13/+20
2017-01-21add/fix CanRunScriptUbitUmarov1-2/+30
2017-01-21fix CanObjectEntry and CanTerraformLand group permissionsUbitUmarov1-33/+30
2017-01-21change the initialization point of SimwideAreaUbitUmarov2-4/+6
2017-01-21initialize SimwideAreaUbitUmarov1-1/+3
2017-01-20test jenkinsUbitUmarov1-4/+4
2017-01-20change CanObjectEntry() to use a SOGUbitUmarov2-21/+19
2017-01-20remove redundant IsGod, rename some GOD as Administrator (both only on permis...UbitUmarov1-111/+59
2017-01-19change CanDuplicateObjectUbitUmarov1-6/+5
2017-01-19fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi...UbitUmarov1-1/+1
2017-01-19change CanDeedObject. WARNING like on other grids, if you do not set next own...UbitUmarov1-10/+31
2017-01-19add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov1-1/+16
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov1-14/+7
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov3-17/+25
2017-01-19a few more aux methods and changesUbitUmarov1-152/+133
2017-01-19add a GetItemPermissions() to be used use on object contents checks in Permis...UbitUmarov1-16/+83
2017-01-18a few more changes on Permissions moduleUbitUmarov1-90/+80
2017-01-18Permissions module: fix in prim inv CanEditNotecard group edit rights check (...UbitUmarov1-3/+17
2017-01-18Permissions module: replace some GenericObjectPermission by GenericObjectPerm...UbitUmarov1-123/+51
2017-01-17Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov1-13/+8
2017-01-17Permissions module: add GetObjectPermissions() that should replace GenericObj...UbitUmarov1-1/+77
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov1-0/+2
2017-01-17start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov1-0/+1
2017-01-16replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov1-2/+1
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker1-2/+2
2017-01-15add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov1-13/+26
2017-01-14bad move.. revertUbitUmarov1-11/+5
2017-01-14permissions GenerateClientFlags() also needs group GetEffectivePermissions() ...UbitUmarov1-5/+11
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-4/+7
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-7/+22
2017-01-12GenerateClientFlags: consider locked state, change object group; CanRezObject...UbitUmarov1-45/+52
2017-01-11stop using a GetPermissionClass() in GenerateClientFlags since it is not good...UbitUmarov1-97/+116
2017-01-11more changes to GenerateClientFlags(), use already cached presence group info...UbitUmarov1-8/+60
2017-01-11change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov1-7/+36
2017-01-10remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......UbitUmarov1-60/+51
2017-01-07Correct casing on isGod and isViewerUIGodMelanie Thielker4-5/+5
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker7-12/+12
2017-01-07missing changed fileUbitUmarov1-4/+4
2017-01-07replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov4-5/+5
2017-01-07update permissions module with the new optionsUbitUmarov1-13/+24
2017-01-07prevent gods kick wars using the new god level variableUbitUmarov1-4/+4