aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog tim...UbitUmarov2017-05-261-4/+4
* please DIE! PLEASE??UbitUmarov2017-05-231-1/+8
* fix a null ref on parcels joinUbitUmarov2017-05-191-4/+11
* fix land parcel group been lost on region uploadUbitUmarov2017-05-191-2/+0
* change some confusing comands helpUbitUmarov2017-05-191-6/+6
* clear land object on deleteUbitUmarov2017-05-142-1/+17
* don't round to nearest intUbitUmarov2017-05-142-3/+3
* don't do dwell if there is no module activeUbitUmarov2017-05-141-1/+6
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+3
* fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov2017-05-143-21/+61
* find parcels by GlobalID.. well most timeUbitUmarov2017-05-133-12/+58
* let StreamReader be in using statementsUbitUmarov2017-05-071-3/+4
* do the same in the cases we are just moving parts around and not changing th...UbitUmarov2017-05-042-2/+2
* fix right to change permissions of group owned objectsUbitUmarov2017-05-031-1/+32
* change taskInventory copy/move to agents inventory rulesUbitUmarov2017-05-031-11/+18
* buysell: make sure we dont buy child parts, dont mess with absolute position ...UbitUmarov2017-05-011-12/+7
* rename sog.GetEffectivePermissions() since its use is now limited to more spe...UbitUmarov2017-05-011-5/+5
* Add a missing viewer-relevant message to the perms moduleMelanie Thielker2017-04-301-0/+3
* nore permissions masks hierachyUbitUmarov2017-04-291-4/+2
* buysell: fix permissions masks hierachyUbitUmarov2017-04-291-8/+10
* update folded permitions if taking from world, or after unfoldUbitUmarov2017-04-291-2/+2
* recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov2017-04-291-12/+6
* BuySell: bug fix, use all object permitions for sold item, and not the operat...UbitUmarov2017-04-281-9/+14
* add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov2017-04-031-0/+52
* Adapt to a variable name that has changed in coreMelanie Thielker2017-03-311-2/+2
* Merge branch 'melanie'Melanie Thielker2017-03-312-0/+51
|\
| * Also ignore NPCs in short-circuiting region restartsMelanie Thielker2017-03-311-2/+2
| * Allow short-circuiting region restart delays of there are no users leftMelanie Thielker2017-03-311-0/+43
| * A god is a god is a god. Let gods access scripts and NCsMelanie Thielker2017-03-311-0/+8
* | add CanSellObject() permitions check functionsUbitUmarov2017-03-303-16/+95
* | fix SimwideArea againUbitUmarov2017-01-271-0/+1
* | several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov2017-01-275-51/+42
* | bug fix: wrong enabled checkUbitUmarov2017-01-271-3/+0
* | Permissions modules where made NONShared modules. Make them so, removing inc...UbitUmarov2017-01-272-42/+112
* | add and use CanDropInObjectInvUbitUmarov2017-01-251-70/+121
* | make use of CanDoObjectInvToObjectInvUbitUmarov2017-01-251-0/+1
* | fix a bug in CanCopyObjectInventory; add CanDoObjectInvToObjectInv ( not wired)UbitUmarov2017-01-241-23/+82
* | replace calls to SOG.GetEffectivePermissions() by the new SOG.EffectiveOwnerP...UbitUmarov2017-01-222-3/+3
* | share before groupr roles was a testing elsewhere induced mistake, clean it upUbitUmarov2017-01-221-46/+36
* | work around group sharing and owned permitions issues, fix a non copy objects...UbitUmarov2017-01-221-46/+160
* | a few more changes on permissionsUbitUmarov2017-01-211-51/+47
* | fix CanReturnObjectsUbitUmarov2017-01-211-13/+20
* | add/fix CanRunScriptUbitUmarov2017-01-211-2/+30
* | fix CanObjectEntry and CanTerraformLand group permissionsUbitUmarov2017-01-211-33/+30
* | change the initialization point of SimwideAreaUbitUmarov2017-01-212-4/+6
* | initialize SimwideAreaUbitUmarov2017-01-211-1/+3
* | test jenkinsUbitUmarov2017-01-201-4/+4
* | change CanObjectEntry() to use a SOGUbitUmarov2017-01-201-20/+18
* | remove redundant IsGod, rename some GOD as Administrator (both only on permis...UbitUmarov2017-01-201-111/+59
* | change CanDuplicateObjectUbitUmarov2017-01-191-6/+5