aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a line deletion that should not have been deletedMelanie Thielker2016-05-231-0/+1
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2016-05-231-0/+1
|\
| * Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto2016-05-161-0/+1
* | Fixed discrepancy between code and ini symbols.Jeff Kelley2016-05-231-1/+1
* | Addressing #7903. Fix legacy sit offsets to use legacy computation.Melanie Thielker2016-05-231-3/+5
|/
* Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker2016-04-293-28/+14
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-292-5/+5
* Prevent "Object->Take" from working on attachments.Melanie Thielker2016-04-291-2/+2
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-2/+3
* Remove unused parameter ShouldUseFireAndForgetForCollisions. It wasRobert Adams2016-03-061-15/+0
* BulletSim: Send out avatar position update if velocity is now zeroRobert Adams2016-03-061-0/+3
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* accept mantis 7785 requests, at least until bullet can be also be used fix l...UbitUmarov2016-01-261-4/+5
* make sure MaxRegionsViewDistance is lower than MaxDrawDistanceUbitUmarov2016-01-261-0/+3
* add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov2016-01-262-3/+44
* Code cleanup to terse update sending as given in a patch in Mantis 7813.Robert Adams2016-01-181-25/+10
* add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w...UbitUmarov2016-01-011-1/+4
* fix avatar movetotarget that got broken with changes on significant movement....UbitUmarov2015-12-232-25/+54
* physics landing: don't land on top of volume detectorsUbitUmarov2015-12-221-3/+1
* a few changes to physics new root avatar position height estimationUbitUmarov2015-12-221-18/+61
* clean a bitUbitUmarov2015-12-211-8/+2
* add physics help on root agent arrival via some login types and if not under ...UbitUmarov2015-12-211-4/+46
* simplify avatar updates throotle control, this possible needs to get more com...UbitUmarov2015-12-211-79/+41
* 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-191-8/+14
* a more clean enforcement of BestAvatarResponsiveness (others aren't good at m...UbitUmarov2015-12-191-7/+3
* 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
* save a expensive call to CameraPositionUbitUmarov2015-12-171-2/+3
* change updates reprioritization control code. Do it under normal avatar updat...UbitUmarov2015-12-171-61/+56
* 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 ti...UbitUmarov2015-12-161-3/+1
* 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, i...UbitUmarov2015-12-141-44/+3
* 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
* 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