aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change the return list of objects costs, sending a answer if none foundUbitUmarov2015-12-201-38/+30
|
* BUG FIX on avatar position updates send controlUbitUmarov2015-12-201-2/+2
|
* do not change a attachment phatom state on crossingsUbitUmarov2015-12-191-3/+3
|
* establish a minimun for ReprioritizationDistanceUbitUmarov2015-12-192-9/+15
|
* a more clean enforcement of BestAvatarResponsiveness (others aren't good at ↵UbitUmarov2015-12-191-7/+3
| | | | moment
* reduce xmlrpcgroups error messages if its debug option is off. Disable ↵UbitUmarov2015-12-191-14/+15
| | | | keepalive by default
* temporary assets are as localUbitUmarov2015-12-191-8/+8
|
* remove the unused OBB physics parameters export, since they aren't actually ↵UbitUmarov2015-12-172-53/+0
| | | | usefull outside ubOde
* fix silly bug: Dynamics are to apply to root prim not childUbitUmarov2015-12-171-1/+1
|
* current priority code uses avatar position not camera, so fix reprioritizer. ↵UbitUmarov2015-12-171-7/+9
| | | | This may need to be reviewed in future.. it should be camera
* save a expensive call to CameraPositionUbitUmarov2015-12-171-2/+3
|
* change updates reprioritization control code. Do it under normal avatar ↵UbitUmarov2015-12-171-61/+56
| | | | updates timing and with a workjob not a timer issued thread.
* dont bother another thread to try to send if there is no one to listenUbitUmarov2015-12-161-2/+10
|
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
|
* revert last change and add delays on testing, since child updates now have ↵UbitUmarov2015-12-162-3/+6
| | | | time control, since they are heavy http connections
* temporary remove the delay on first child updatesUbitUmarov2015-12-161-7/+9
|
* several changes to parcels access control and scenepresence updates ratesUbitUmarov2015-12-162-171/+169
|
* make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov2015-12-151-1/+2
|
* fix typoUbitUmarov2015-12-153-12/+10
|
* a few more changes on parcels location findingUbitUmarov2015-12-151-45/+44
|
* remove replaced codeUbitUmarov2015-12-151-36/+0
|
* replace GetNearestPoint... funtionsUbitUmarov2015-12-152-21/+190
|
* some changes parcels AABB math etcUbitUmarov2015-12-151-54/+45
|
* dont round to nearest int when checking position in parcel since next high ↵UbitUmarov2015-12-151-1/+1
| | | | int can be on other parcel
* rename a parameterUbitUmarov2015-12-141-2/+2
|
* bug fixUbitUmarov2015-12-141-2/+2
|
* removed unneeded funtionsUbitUmarov2015-12-141-15/+4
|
* on join parcels, keep the information of the larger parcel, since thats how ↵UbitUmarov2015-12-141-19/+24
| | | | its expected now
* calculate land startpoint, endpoint and center estimate when it is updated, ↵UbitUmarov2015-12-142-73/+56
| | | | it not every time they are needed
* taint prim count when join or subdivide parcelsUbitUmarov2015-12-131-1/+4
|
* change default landpoint type to anywhere (direct)UbitUmarov2015-12-131-20/+31
|
* several changes to telehubs, LandPoint and land accessUbitUmarov2015-12-132-219/+255
|
* fix: do tell and log denied access to estateUbitUmarov2015-12-131-19/+19
|
* fix: if no groups module, deny accessUbitUmarov2015-12-132-2/+3
|
* several changes to region and land access control - this may be a bit broken nowUbitUmarov2015-12-131-198/+192
|
* improve a bit llpushobject on avatars using bullet, but force is ignored a ↵UbitUmarov2015-12-121-0/+8
| | | | few seconds after a movement comand. RAdams plz take a look
* invalidate LandPoint on land subdivideUbitUmarov2015-12-121-3/+9
|
* make sure land access/ban lists are active when changed by new viewersUbitUmarov2015-12-121-0/+11
|
* fix land access/ban list sending for new viewersUbitUmarov2015-12-121-2/+2
|
* add IsEstateManager check to PermissionsUbitUmarov2015-12-122-0/+18
|
* change vivox url from https:// to http:// still anotherUbitUmarov2015-12-111-1/+1
|
* change vivox url from https:// to http:// missed severalUbitUmarov2015-12-111-8/+8
|
* change vivox url from https:// to http:// (merge issue)UbitUmarov2015-12-111-2/+1
|
* fix backup control flag, still a bad merge effectUbitUmarov2015-12-111-12/+4
|
* keep SOG reference to root part since two many things depend on deleted SOGs ↵UbitUmarov2015-12-103-7/+10
| | | | not being deleted
* remove some SOG references on delete to help GCUbitUmarov2015-12-103-3/+23
|
* dont try to process packets for deleted clientsUbitUmarov2015-12-091-34/+28
|
* disable useless and totally wrong incoming PoolsUbitUmarov2015-12-091-4/+7
|
* don't keep a reference to config, if not in useUbitUmarov2015-12-091-1/+3
|
* minor cleanupUbitUmarov2015-12-091-13/+4
|