Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -2/+3 |
| | | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server. | ||||
* | Remove unused parameter ShouldUseFireAndForgetForCollisions. It was | Robert Adams | 2016-03-06 | 1 | -15/+0 |
| | | | | used a while ago for testing but the execution code was removed. | ||||
* | BulletSim: Send out avatar position update if velocity is now zero | Robert Adams | 2016-03-06 | 1 | -0/+3 |
| | | | | | and it wasn't zero last tick. This will prevent some avatar creeping. Adjust BulletSim default avatar velocity zeroing so the avatar stops sooner. | ||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | accept mantis 7785 requests, at least until bullet can be also be used fix ↵ | UbitUmarov | 2016-01-26 | 1 | -4/+5 |
| | | | | landing height. (could not test) | ||||
* | make sure MaxRegionsViewDistance is lower than MaxDrawDistance | UbitUmarov | 2016-01-26 | 1 | -0/+3 |
| | |||||
* | add option MaxRegionsViewDistance to control the maximum range to tell ↵ | UbitUmarov | 2016-01-26 | 2 | -3/+44 |
| | | | | viewer to connect to Neighbour regions, since that is diferent from view range | ||||
* | Code cleanup to terse update sending as given in a patch in Mantis 7813. | Robert Adams | 2016-01-18 | 1 | -25/+10 |
| | | | | Thanks tqlion! | ||||
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created ↵ | UbitUmarov | 2016-01-01 | 1 | -1/+4 |
| | | | | with the group of the object with the script, if that object owner is member of that group. This should allow parcel access by group to work now, and not much else. The groupTitle will also be set, it the region option NoNPCGroup is not active. | ||||
* | fix avatar movetotarget that got broken with changes on significant ↵ | UbitUmarov | 2015-12-23 | 2 | -25/+54 |
| | | | | movement. Do it all on scenepresence.cs, and not also on scene.cs. check distance to target only on X,Y if not flying or landing | ||||
* | 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 |
| | | | | action of telehub or landpoint. will change land to the top of anything physics sees above ground up to 1024m above ground. Only works with ubOde (possible ode but untested). Feature testing... some results may be ugly. | ||||
* | simplify avatar updates throotle control, this possible needs to get more ↵ | UbitUmarov | 2015-12-21 | 1 | -79/+41 |
| | | | | complex again | ||||
* | 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 ↵ | UbitUmarov | 2015-12-19 | 1 | -7/+3 |
| | | | | moment | ||||
* | 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 |
| | | | | This may need to be reviewed in future.. it should be camera | ||||
* | save a expensive call to CameraPosition | UbitUmarov | 2015-12-17 | 1 | -2/+3 |
| | |||||
* | change updates reprioritization control code. Do it under normal avatar ↵ | UbitUmarov | 2015-12-17 | 1 | -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 listen | UbitUmarov | 2015-12-16 | 1 | -2/+10 |
| | |||||
* | revert last change and add delays on testing, since child updates now have ↵ | UbitUmarov | 2015-12-16 | 1 | -3/+1 |
| | | | | time control, since they are heavy http connections | ||||
* | 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, ↵ | UbitUmarov | 2015-12-14 | 1 | -44/+3 |
| | | | | it not every time they are needed | ||||
* | 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 |
| | | | | not being deleted | ||||
* | 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 ↵ | Melanie Thielker | 2015-11-26 | 2 | -2/+13 |
| | | | | | | prior functionality. Avination code wasn't designed for deep building. | ||||
* | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 2015-11-25 | 1 | -4/+4 |
| | | | | issues |