| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Prevent "Object->Take" from working on attachments. | Melanie Thielker | 2016-04-29 | 1 | -2/+2 |
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -2/+3 |
* | Remove unused parameter ShouldUseFireAndForgetForCollisions. It was | Robert Adams | 2016-03-06 | 1 | -15/+0 |
* | BulletSim: Send out avatar position update if velocity is now zero | Robert Adams | 2016-03-06 | 1 | -0/+3 |
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ... | Diva Canto | 2016-02-21 | 1 | -1/+1 |
* | accept mantis 7785 requests, at least until bullet can be also be used fix l... | UbitUmarov | 2016-01-26 | 1 | -4/+5 |
* | make sure MaxRegionsViewDistance is lower than MaxDrawDistance | UbitUmarov | 2016-01-26 | 1 | -0/+3 |
* | add option MaxRegionsViewDistance to control the maximum range to tell viewe... | UbitUmarov | 2016-01-26 | 2 | -3/+44 |
* | Code cleanup to terse update sending as given in a patch in Mantis 7813. | Robert Adams | 2016-01-18 | 1 | -25/+10 |
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w... | UbitUmarov | 2016-01-01 | 1 | -1/+4 |
* | fix avatar movetotarget that got broken with changes on significant movement.... | UbitUmarov | 2015-12-23 | 2 | -25/+54 |
* | physics landing: don't land on top of volume detectors | UbitUmarov | 2015-12-22 | 1 | -3/+1 |
* | a few changes to physics new root avatar position height estimation | UbitUmarov | 2015-12-22 | 1 | -18/+61 |
* | clean a bit | UbitUmarov | 2015-12-21 | 1 | -8/+2 |
* | add physics help on root agent arrival via some login types and if not under ... | UbitUmarov | 2015-12-21 | 1 | -4/+46 |
* | simplify avatar updates throotle control, this possible needs to get more com... | UbitUmarov | 2015-12-21 | 1 | -79/+41 |
* | BUG FIX on avatar position updates send control | UbitUmarov | 2015-12-20 | 1 | -2/+2 |
* | do not change a attachment phatom state on crossings | UbitUmarov | 2015-12-19 | 1 | -3/+3 |
* | establish a minimun for ReprioritizationDistance | UbitUmarov | 2015-12-19 | 1 | -8/+14 |
* | a more clean enforcement of BestAvatarResponsiveness (others aren't good at m... | UbitUmarov | 2015-12-19 | 1 | -7/+3 |
* | fix silly bug: Dynamics are to apply to root prim not child | UbitUmarov | 2015-12-17 | 1 | -1/+1 |
* | current priority code uses avatar position not camera, so fix reprioritizer. ... | UbitUmarov | 2015-12-17 | 1 | -7/+9 |
* | save a expensive call to CameraPosition | UbitUmarov | 2015-12-17 | 1 | -2/+3 |
* | change updates reprioritization control code. Do it under normal avatar updat... | UbitUmarov | 2015-12-17 | 1 | -61/+56 |
* | dont bother another thread to try to send if there is no one to listen | UbitUmarov | 2015-12-16 | 1 | -2/+10 |
* | revert last change and add delays on testing, since child updates now have ti... | UbitUmarov | 2015-12-16 | 1 | -3/+1 |
* | temporary remove the delay on first child updates | UbitUmarov | 2015-12-16 | 1 | -7/+9 |
* | several changes to parcels access control and scenepresence updates rates | UbitUmarov | 2015-12-16 | 1 | -56/+63 |
* | a few more changes on parcels location finding | UbitUmarov | 2015-12-15 | 1 | -45/+44 |
* | remove replaced code | UbitUmarov | 2015-12-15 | 1 | -36/+0 |
* | replace GetNearestPoint... funtions | UbitUmarov | 2015-12-15 | 1 | -18/+46 |
* | rename a parameter | UbitUmarov | 2015-12-14 | 1 | -2/+2 |
* | bug fix | UbitUmarov | 2015-12-14 | 1 | -2/+2 |
* | calculate land startpoint, endpoint and center estimate when it is updated, i... | UbitUmarov | 2015-12-14 | 1 | -44/+3 |
* | several changes to telehubs, LandPoint and land access | UbitUmarov | 2015-12-13 | 2 | -219/+255 |
* | fix: do tell and log denied access to estate | UbitUmarov | 2015-12-13 | 1 | -19/+19 |
* | fix: if no groups module, deny access | UbitUmarov | 2015-12-13 | 2 | -2/+3 |
* | several changes to region and land access control - this may be a bit broken now | UbitUmarov | 2015-12-13 | 1 | -198/+192 |
* | add IsEstateManager check to Permissions | UbitUmarov | 2015-12-12 | 1 | -0/+17 |
* | fix backup control flag, still a bad merge effect | UbitUmarov | 2015-12-11 | 1 | -12/+4 |
* | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 2015-12-10 | 2 | -5/+8 |
* | remove some SOG references on delete to help GC | UbitUmarov | 2015-12-10 | 2 | -3/+22 |
* | send a full update on GroupResize, not a terse | UbitUmarov | 2015-12-05 | 1 | -1/+1 |
* | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 2015-12-01 | 2 | -30/+81 |
* | some changes due to lookAt and RotLookAt | UbitUmarov | 2015-12-01 | 2 | -63/+46 |
* | remove terrain height clamping left over the ushort format testing | UbitUmarov | 2015-11-27 | 1 | -5/+1 |
* | DeregisterRegion from grid earlier on close | UbitUmarov | 2015-11-27 | 1 | -4/+4 |
* | change Backup on scene close to Forced, and not dependent on last change time. | UbitUmarov | 2015-11-27 | 1 | -1/+1 |
* | remove thread Heartbeat from watchdog | UbitUmarov | 2015-11-27 | 1 | -5/+7 |
* | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore pri... | Melanie Thielker | 2015-11-26 | 2 | -2/+13 |