Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various teleport fixes. | onefang | 2020-09-09 | 1 | -3/+4 |
| | | | | | | | | | | | | | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either. | ||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | fix the block of teleport to same region handle | UbitUmarov | 2019-11-18 | 1 | -10/+7 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -4/+27 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | missing files... | UbitUmarov | 2019-04-30 | 1 | -3/+3 |
| | |||||
* | old tp timing issues on grid presence notification did came back, so put ↵ | UbitUmarov | 2019-04-09 | 1 | -0/+5 |
| | | | | back old hack | ||||
* | try handle the special case MaxRegionsViewDistance = 0 (agents only see void ↵ | UbitUmarov | 2019-04-05 | 1 | -10/+40 |
| | | | | around region, even if there are regions around | ||||
* | change visible regions also by view range change; fix check on crossings | UbitUmarov | 2019-04-04 | 1 | -4/+7 |
| | |||||
* | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 2019-04-04 | 1 | -82/+276 |
| | |||||
* | send agent view range to new child agents | UbitUmarov | 2019-04-04 | 1 | -1/+2 |
| | |||||
* | still issues on fast hg tps | UbitUmarov | 2019-04-01 | 1 | -2/+6 |
| | |||||
* | change avatar arrival at hg destination handling | UbitUmarov | 2019-04-01 | 1 | -2/+5 |
| | |||||
* | fix tp set callback log message | UbitUmarov | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | changes on teleports v7 | UbitUmarov | 2019-03-28 | 1 | -59/+33 |
| | |||||
* | a few more changes to tp home | UbitUmarov | 2019-01-19 | 2 | -41/+71 |
| | |||||
* | a few changes to tp home | UbitUmarov | 2019-01-18 | 2 | -57/+118 |
| | |||||
* | fix HG tp detection | UbitUmarov | 2019-01-18 | 1 | -62/+54 |
| | |||||
* | do HG as old protocol, needs deeper changes | UbitUmarov | 2019-01-14 | 1 | -4/+9 |
| | |||||
* | more on TP | UbitUmarov | 2019-01-14 | 1 | -16/+16 |
| | |||||
* | test a change to TP protocol | UbitUmarov | 2019-01-14 | 1 | -35/+37 |
| | |||||
* | give a bit more time bf closing child agents | UbitUmarov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | oops, thats elsewhere | UbitUmarov | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | some viewers now also seem to need time bf closing child regions on TP | UbitUmarov | 2019-01-04 | 1 | -2/+13 |
| | |||||
* | reduce tp close child agent delay time | UbitUmarov | 2019-01-03 | 1 | -15/+7 |
| | |||||
* | minor cleanup | UbitUmarov | 2018-06-16 | 1 | -36/+12 |
| | |||||
* | fix previus commit with the right source file :( | UbitUmarov | 2018-03-27 | 1 | -1/+4 |
| | |||||
* | mantis8307: avoid a null ref | UbitUmarov | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | mantis 8253: don't let attachments delete remove controls from viewers on ↵ | UbitUmarov | 2017-11-12 | 1 | -1/+3 |
| | | | | crossings. | ||||
* | frozen avatars should not do local teleports. Possible none should not be ↵ | UbitUmarov | 2017-08-24 | 1 | -3/+13 |
| | | | | allowed, but that may be abusive | ||||
* | guess HGEntityTransferModule jobengine does not need a permanet thread | UbitUmarov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | add a adicional in transit flag to signal HG tps, and use it to ignore ↵ | UbitUmarov | 2017-06-09 | 1 | -0/+3 |
| | | | | usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap ) | ||||
* | avoi null refs on tests simple clients | UbitUmarov | 2017-06-01 | 1 | -6/+16 |
| | |||||
* | change child agents close control; disablesimulator is not a caps event message | UbitUmarov | 2017-05-31 | 1 | -120/+94 |
| | |||||
* | remove anoying crossing messages on open borders | UbitUmarov | 2017-05-30 | 1 | -3/+4 |
| | |||||
* | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 2017-05-29 | 1 | -8/+7 |
| | |||||
* | no.. still a fail | UbitUmarov | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | mono is a total crap | UbitUmarov | 2017-05-29 | 1 | -2/+8 |
| | |||||
* | add temporary debug msgs | UbitUmarov | 2017-05-29 | 1 | -0/+3 |
| | |||||
* | need to delay even more agent close after teleport to compensate for slow ↵ | UbitUmarov | 2017-05-28 | 1 | -3/+4 |
| | | | | machines and user connections. This one of current tp teleport protocol flaws | ||||
* | add some checks for valid endpoints | UbitUmarov | 2017-05-25 | 1 | -29/+23 |
| | |||||
* | remove some code for NAT that was disabled by its author Adam Frisby since ↵ | UbitUmarov | 2017-05-22 | 1 | -18/+1 |
| | | | | 2009, and i don't see how to mk work with current viewers at that point at least | ||||
* | fix IClientIPEndpoint broken by justin long ago.. but stop using it | UbitUmarov | 2017-05-22 | 1 | -16/+11 |
| | | | | | except on SceneBanner, later it my be also removed from there and everywhere | ||||
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 1 | -6/+86 |
| | |||||
* | change CanObjectEntry() to use a SOG | UbitUmarov | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Squelch red ink for login cancel by the user during circuit setup | Melanie Thielker | 2017-01-07 | 1 | -2/+10 |
| | |||||
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 2 | -2/+3 |
| | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | ||||
* | add config option automatic_gods. With this option true, users that can be ↵ | UbitUmarov | 2017-01-05 | 1 | -0/+1 |
| | | | | Gods will have that level automaticly without the need request on viewer; Propagate current god level to nearby regions (with local checks) | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 3 | -81/+81 |
| | |||||
* | Make it more unlikely that a script teleport will be caught by default ↵ | AliciaRaven | 2016-12-10 | 1 | -1/+1 |
| | | | | region landing point. | ||||
* | add missing sp Intransit control | UbitUmarov | 2016-12-07 | 1 | -10/+18 |
| |