| Commit message (Expand) | Author | Files | Lines |
2017-04-30 | fix new landmarks default permissions | UbitUmarov | 1 | -3/+8 |
2017-04-29 | nore permissions masks hierachy | UbitUmarov | 2 | -8/+6 |
2017-04-29 | buysell: fix permissions masks hierachy | UbitUmarov | 1 | -8/+10 |
2017-04-29 | update folded permitions if taking from world, or after unfold | UbitUmarov | 2 | -15/+4 |
2017-04-29 | recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea... | UbitUmarov | 2 | -22/+13 |
2017-04-28 | BuySell: bug fix, use all object permitions for sold item, and not the operat... | UbitUmarov | 1 | -9/+14 |
2017-04-28 | forgot a change... | UbitUmarov | 1 | -2/+2 |
2017-04-28 | a few changes to permissions folding... we are testing. at this point only us... | UbitUmarov | 1 | -15/+20 |
2017-04-26 | mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e... | UbitUmarov | 1 | -8/+4 |
2017-04-15 | several changes for osTeleportObject | UbitUmarov | 1 | -6/+86 |
2017-04-03 | add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe... | UbitUmarov | 1 | -0/+52 |
2017-03-31 | Adapt to a variable name that has changed in core | Melanie Thielker | 1 | -2/+2 |
2017-03-31 | Prevent error spew when script send IM to HG users before HG is up | Melanie Thielker | 1 | -3/+8 |
2017-03-31 | Also ignore NPCs in short-circuiting region restarts | Melanie Thielker | 1 | -2/+2 |
2017-03-31 | Allow short-circuiting region restart delays of there are no users left | Melanie Thielker | 1 | -0/+43 |
2017-03-31 | A god is a god is a god. Let gods access scripts and NCs | Melanie Thielker | 1 | -0/+8 |
2017-03-31 | Squelch an error that happens when the asset cache was mounted RO. | Melanie Thielker | 1 | -0/+3 |
2017-03-30 | add CanSellObject() permitions check functions | UbitUmarov | 3 | -16/+95 |
2017-03-30 | mantis 8131: make the new Offline IM code optional and disabled by default, s... | UbitUmarov | 1 | -32/+55 |
2017-02-02 | Fix an error that would cause a rebake loop on HG grids | Melanie Thielker | 1 | -1/+1 |
2017-02-01 | Refactor part II | Melanie Thielker | 1 | -9/+4 |
2017-02-01 | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 8 | -72/+50 |
2017-01-30 | Make negative asset caching actually work | Melanie Thielker | 8 | -31/+96 |
2017-01-27 | fix SimwideArea again | UbitUmarov | 1 | -0/+1 |
2017-01-27 | several changes relative to objects return and parcel prim counts: avoid nul... | UbitUmarov | 5 | -51/+42 |
2017-01-27 | bug fix: wrong enabled check | UbitUmarov | 1 | -3/+0 |
2017-01-27 | Permissions modules where made NONShared modules. Make them so, removing inc... | UbitUmarov | 2 | -42/+112 |
2017-01-26 | remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint | UbitUmarov | 2 | -36/+20 |
2017-01-26 | Make it possible to override the URL module | Melanie Thielker | 1 | -12/+12 |
2017-01-25 | add and use CanDropInObjectInv | UbitUmarov | 1 | -70/+121 |
2017-01-25 | make use of CanDoObjectInvToObjectInv | UbitUmarov | 1 | -0/+1 |
2017-01-24 | fix a bug in CanCopyObjectInventory; add CanDoObjectInvToObjectInv ( not wired) | UbitUmarov | 1 | -23/+82 |
2017-01-23 | Comment some more debug and squelch another module not running msg. | Melanie Thielker | 1 | -4/+4 |
2017-01-23 | Disable spam in profiles module. Modules should not say they're disabled. | Melanie Thielker | 1 | -1/+1 |
2017-01-23 | Activate the new Offline IM module code instead of the old code | Melanie Thielker | 1 | -20/+4 |
2017-01-22 | replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP... | UbitUmarov | 2 | -3/+3 |
2017-01-22 | don't let part lastowner be the group | UbitUmarov | 1 | -2/+2 |
2017-01-22 | share before groupr roles was a testing elsewhere induced mistake, clean it up | UbitUmarov | 1 | -46/+36 |
2017-01-22 | work around group sharing and owned permitions issues, fix a non copy objects... | UbitUmarov | 1 | -46/+160 |
2017-01-21 | a few more changes on permissions | UbitUmarov | 1 | -51/+47 |
2017-01-21 | fix CanReturnObjects | UbitUmarov | 1 | -13/+20 |
2017-01-21 | add/fix CanRunScript | UbitUmarov | 1 | -2/+30 |
2017-01-21 | fix CanObjectEntry and CanTerraformLand group permissions | UbitUmarov | 1 | -33/+30 |
2017-01-21 | change the initialization point of SimwideArea | UbitUmarov | 2 | -4/+6 |
2017-01-21 | initialize SimwideArea | UbitUmarov | 1 | -1/+3 |
2017-01-20 | test jenkins | UbitUmarov | 1 | -4/+4 |
2017-01-20 | change CanObjectEntry() to use a SOG | UbitUmarov | 2 | -21/+19 |
2017-01-20 | remove redundant IsGod, rename some GOD as Administrator (both only on permis... | UbitUmarov | 1 | -111/+59 |
2017-01-19 | change CanDuplicateObject | UbitUmarov | 1 | -6/+5 |
2017-01-19 | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi... | UbitUmarov | 1 | -1/+1 |