aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* add CanEdit check for SOGs, iclients and SPs that need to be in scene and use itUbitUmarov2017-01-191-1/+16
* object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov2017-01-191-14/+7
* object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov2017-01-191-10/+16
* a few more aux methods and changesUbitUmarov2017-01-191-152/+133
* add a GetItemPermissions() to be used use on object contents checks in Permis...UbitUmarov2017-01-191-16/+83
* a few more changes on Permissions moduleUbitUmarov2017-01-181-90/+80
* Permissions module: fix in prim inv CanEditNotecard group edit rights check (...UbitUmarov2017-01-181-3/+17
* Permissions module: replace some GenericObjectPermission by GenericObjectPerm...UbitUmarov2017-01-181-123/+51
* Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov2017-01-171-13/+8
* Permissions module: add GetObjectPermissions() that should replace GenericObj...UbitUmarov2017-01-171-1/+77
* start adding calls to effective permissions aggregation on changes; rearrange...UbitUmarov2017-01-171-0/+1
* replace calls to SetOwnerId and SetRootPartOwner by a single new SetOwner() s...UbitUmarov2017-01-161-2/+1
* add code for fixing effective permitions. This is a test, and currently too s...UbitUmarov2017-01-151-13/+26
* bad move.. revertUbitUmarov2017-01-141-11/+5
* permissions GenerateClientFlags() also needs group GetEffectivePermissions() ...UbitUmarov2017-01-141-5/+11
* GenerateClientFlags: consider locked state, change object group; CanRezObject...UbitUmarov2017-01-121-45/+52
* stop using a GetPermissionClass() in GenerateClientFlags since it is not good...UbitUmarov2017-01-111-97/+116
* more changes to GenerateClientFlags(), use already cached presence group info...UbitUmarov2017-01-111-8/+60
* change GenerateClientFlags(...) to work with a scenepresence; make use of the...UbitUmarov2017-01-111-7/+36
* remove obsolete PrimFlags.ObjectYouOfficer; rearrange GenerateClientFlags(......UbitUmarov2017-01-101-60/+51
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-072-2/+2
* update permissions module with the new optionsUbitUmarov2017-01-071-13/+24
* try to work around some broken viewers math on handlesUbitUmarov2017-01-071-4/+9
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2017-01-061-4/+2
|\
| * Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov2017-01-061-4/+2
* | Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker2017-01-061-1/+7
|/
* Restructure god level and permissionsMelanie Thielker2017-01-062-3/+3
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0552-888/+888
* Make the estate communications handler selectableMelanie Thielker2017-01-051-0/+19
* Rename the files and classes from XEstate to EstateMelanie Thielker2017-01-053-5/+5
* a few changes to estates port handlingUbitUmarov2017-01-052-7/+12
* a few changes to estates and estate teleportHome (used kick)UbitUmarov2017-01-054-47/+76
* Show details of scene objects with given ownerId.Mandarinka Tasty2017-01-041-0/+35
* dont try to use a parcelID as encoded position when it is notUbitUmarov2016-12-231-2/+3
* fix: check for region_handle before region_id, viewers are so funny..UbitUmarov2016-12-141-21/+21
* avoid a null refUbitUmarov2016-12-091-1/+1
* fix a null refUbitUmarov2016-11-301-2/+2
* increase HG mapsearch spargetti; add more flexibility on input uri formats. T...UbitUmarov2016-11-281-78/+78
* work around viewers not suporting large regions on landmark creation. They s...UbitUmarov2016-11-241-16/+37
* fix a vector range parsingUbitUmarov2016-11-141-1/+1
* viewer crash bug fix: fis the udp packets split of SendEstateList() large lis...UbitUmarov2016-10-241-205/+322
* change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...UbitUmarov2016-10-111-7/+18
* remove attachment to event OnPreAgentUpdate that is doing nothingUbitUmarov2016-10-051-5/+0
* save oar: simplify confusing successefull assets saving messageUbitUmarov2016-09-271-3/+8
* load oar; activate area cliping if bounding-origin option is given. as help saysUbitUmarov2016-09-271-2/+12
* mute a debug message to mute jak danielsUbitUmarov2016-09-231-1/+1
* make sendRegionInfoPacketToAll really send to all ( inc child agents) thx Jak...UbitUmarov2016-09-231-1/+2
* fix caching of wind and cloud packets in the case of several regions on a ins...UbitUmarov2016-09-231-3/+2
* make clouds a bit diferent on regions running on same instance.. well should ...UbitUmarov2016-09-231-1/+5
* do the same for legacy clouds (still visible on older viewer ie singu 1.8.7)....UbitUmarov2016-09-232-13/+46