aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cache wind compressed data so cpu burning compression is only done after a ch...UbitUmarov2016-09-231-34/+13
* add a version tag to wind and cloud data updates to iclientUbitUmarov2016-09-232-2/+2
* move wind generation out of heartbeat to a pool job. Use that to send to all ...UbitUmarov2016-09-233-58/+55
* no need to send wind on avatar arrival when it is sent periodiclyUbitUmarov2016-09-221-4/+4
* avoid a null refUbitUmarov2016-09-191-1/+1
* add rest of wiring for terrain bake persistent store (mantis 8024 but notUbitUmarov2016-09-171-6/+15
* Minor. Remove unused integer arrays from TerrainModuleAliciaRaven2016-09-151-2/+0
* move region comands out of LocalGridServiceConnector where they do not belongUbitUmarov2016-09-101-1/+66
* suspend httpdos on mapimge, fix image not been updated after first Get till r...UbitUmarov2016-09-051-11/+19
* Fix some wrong handling of booleans for SeeAVs, AnyAVSounds and GroupAVSounds...tglion2016-09-051-0/+3
* minor change on warp3d libUbitUmarov2016-08-241-3/+1
* estate handleTerrainRequest memory leaksUbitUmarov2016-08-241-6/+15
* replace warp3D.dll by a newer modified version. (only minor testing done :(UbitUmarov2016-08-232-106/+56