aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* establish a minimun for ReprioritizationDistanceUbitUmarov2015-12-191-8/+14
|
* a more clean enforcement of BestAvatarResponsiveness (others aren't good at ↵UbitUmarov2015-12-191-7/+3
| | | | moment
* 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
|
* revert last change and add delays on testing, since child updates now have ↵UbitUmarov2015-12-161-3/+1
| | | | 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-161-56/+63
|
* a few more changes on parcels location findingUbitUmarov2015-12-151-45/+44
|
* remove replaced codeUbitUmarov2015-12-151-36/+0
|
* replace GetNearestPoint... funtionsUbitUmarov2015-12-151-18/+46
|
* rename a parameterUbitUmarov2015-12-141-2/+2
|
* bug fixUbitUmarov2015-12-141-2/+2
|
* calculate land startpoint, endpoint and center estimate when it is updated, ↵UbitUmarov2015-12-141-44/+3
| | | | it not every time they are needed
* 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
|
* add IsEstateManager check to PermissionsUbitUmarov2015-12-121-0/+17
|
* 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-102-5/+8
| | | | not being deleted
* remove some SOG references on delete to help GCUbitUmarov2015-12-102-3/+22
|
* send a full update on GroupResize, not a terseUbitUmarov2015-12-051-1/+1
|
* more changes on lookAt and RotLookAt; do something in attachmentsUbitUmarov2015-12-012-30/+81
|
* some changes due to lookAt and RotLookAtUbitUmarov2015-12-012-63/+46
|
* remove terrain height clamping left over the ushort format testingUbitUmarov2015-11-271-5/+1
|
* DeregisterRegion from grid earlier on closeUbitUmarov2015-11-271-4/+4
|
* change Backup on scene close to Forced, and not dependent on last change time.UbitUmarov2015-11-271-1/+1
|
* remove thread Heartbeat from watchdogUbitUmarov2015-11-271-5/+7
|
* Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵Melanie Thielker2015-11-262-2/+13
| | | | | | prior functionality. Avination code wasn't designed for deep building.
* suspend the use of DisableSimulator, that is causing teleport and crossing ↵UbitUmarov2015-11-251-4/+4
| | | | issues
* remove warning on siting in phantom prims without sittargetUbitUmarov2015-11-231-1/+1
|
* Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵Jak Daniels2015-11-221-0/+142
| | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* remove a warningUbitUmarov2015-11-211-3/+3
|
* work around some 'tests' errors: add a DefaultPermitions module to sceneBUbitUmarov2015-11-191-2/+3
|
* start adding LegacySitOffsets option. TRUE will prevent the use of new math ↵UbitUmarov2015-11-172-19/+70
| | | | for the compensation of SL sittarget bug, and so not break content. (this is the main code change)
* work around some 'tests' errors: UUID.Zero is a invalid ownerIDUbitUmarov2015-11-171-2/+2
|
* remove unused parameterUbitUmarov2015-11-171-1/+1
|
* work around some 'tests' errors: missing call to InventoryDeQueueAndDelete()UbitUmarov2015-11-171-2/+2
|
* work around some 'tests' errors: suspend sit on sittarget until im not 2 ↵UbitUmarov2015-11-171-0/+2
| | | | sleepy to fix the math
* work around some 'tests' errors: suspend undo-redo tests until new ones can ↵UbitUmarov2015-11-171-1/+3
| | | | be written to conform to new code
* bug fix: StateSource of a SOG that is not a attachment is ↵UbitUmarov2015-11-171-1/+3
| | | | StateSource.PrimCrossing
* work around some 'tests' errors: backup is asyncUbitUmarov2015-11-161-1/+3
|
* work around some 'tests' errors: fix mathUbitUmarov2015-11-161-3/+2
|
* work around some 'tests' error: internal GroupResize() doesn't heave UndoUbitUmarov2015-11-161-1/+1
|
* work around some 'tests' error: object is deleted on DeRezObjects, fix last ↵UbitUmarov2015-11-161-2/+2
| | | | commit side effects
* dont find parts of groups marked as DeletedUbitUmarov2015-11-161-1/+1
|
* work around some 'tests' error: object is deleted on DeRezObjectsUbitUmarov2015-11-161-7/+7
|