aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various teleport fixes.onefang2020-09-091-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.
* cosmeticsUbitUmarov2019-11-201-1/+1
|
* fix the block of teleport to same region handleUbitUmarov2019-11-181-10/+7
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-4/+27
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* missing files...UbitUmarov2019-04-301-3/+3
|
* old tp timing issues on grid presence notification did came back, so put ↵UbitUmarov2019-04-091-0/+5
| | | | back old hack
* try handle the special case MaxRegionsViewDistance = 0 (agents only see void ↵UbitUmarov2019-04-051-10/+40
| | | | around region, even if there are regions around
* change visible regions also by view range change; fix check on crossingsUbitUmarov2019-04-041-4/+7
|
* control visible regions by avatar position and view range, first dirty codeUbitUmarov2019-04-041-82/+276
|
* send agent view range to new child agentsUbitUmarov2019-04-041-1/+2
|
* still issues on fast hg tpsUbitUmarov2019-04-011-2/+6
|
* change avatar arrival at hg destination handlingUbitUmarov2019-04-011-2/+5
|
* fix tp set callback log messageUbitUmarov2019-04-011-1/+1
|
* changes on teleports v7UbitUmarov2019-03-281-59/+33
|
* a few more changes to tp homeUbitUmarov2019-01-192-41/+71
|
* a few changes to tp homeUbitUmarov2019-01-182-57/+118
|
* fix HG tp detectionUbitUmarov2019-01-181-62/+54
|
* do HG as old protocol, needs deeper changesUbitUmarov2019-01-141-4/+9
|
* more on TPUbitUmarov2019-01-141-16/+16
|
* test a change to TP protocolUbitUmarov2019-01-141-35/+37
|
* give a bit more time bf closing child agentsUbitUmarov2019-01-081-1/+1
|
* oops, thats elsewhereUbitUmarov2019-01-041-1/+1
|
* some viewers now also seem to need time bf closing child regions on TPUbitUmarov2019-01-041-2/+13
|
* reduce tp close child agent delay timeUbitUmarov2019-01-031-15/+7
|
* minor cleanupUbitUmarov2018-06-161-36/+12
|
* fix previus commit with the right source file :(UbitUmarov2018-03-271-1/+4
|
* mantis8307: avoid a null refUbitUmarov2018-03-271-1/+0
|
* mantis 8253: don't let attachments delete remove controls from viewers on ↵UbitUmarov2017-11-121-1/+3
| | | | crossings.
* frozen avatars should not do local teleports. Possible none should not be ↵UbitUmarov2017-08-241-3/+13
| | | | allowed, but that may be abusive
* guess HGEntityTransferModule jobengine does not need a permanet threadUbitUmarov2017-06-131-1/+1
|
* add a adicional in transit flag to signal HG tps, and use it to ignore ↵UbitUmarov2017-06-091-0/+3
| | | | usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap )
* avoi null refs on tests simple clientsUbitUmarov2017-06-011-6/+16
|
* change child agents close control; disablesimulator is not a caps event messageUbitUmarov2017-05-311-120/+94
|
* remove anoying crossing messages on open bordersUbitUmarov2017-05-301-3/+4
|
* some cleanup and assume Linux/mono DNS is just broken...UbitUmarov2017-05-291-8/+7
|
* no.. still a failUbitUmarov2017-05-291-1/+1
|
* mono is a total crapUbitUmarov2017-05-291-2/+8
|
* add temporary debug msgsUbitUmarov2017-05-291-0/+3
|
* need to delay even more agent close after teleport to compensate for slow ↵UbitUmarov2017-05-281-3/+4
| | | | machines and user connections. This one of current tp teleport protocol flaws
* add some checks for valid endpointsUbitUmarov2017-05-251-29/+23
|
* remove some code for NAT that was disabled by its author Adam Frisby since ↵UbitUmarov2017-05-221-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 itUbitUmarov2017-05-221-16/+11
| | | | | except on SceneBanner, later it my be also removed from there and everywhere
* several changes for osTeleportObjectUbitUmarov2017-04-151-6/+86
|
* change CanObjectEntry() to use a SOGUbitUmarov2017-01-201-1/+1
|
* Squelch red ink for login cancel by the user during circuit setupMelanie Thielker2017-01-071-2/+10
|
* Restructure god level and permissionsMelanie Thielker2017-01-062-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 ↵UbitUmarov2017-01-051-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 cleanupMelanie Thielker2017-01-053-81/+81
|
* Make it more unlikely that a script teleport will be caught by default ↵AliciaRaven2016-12-101-1/+1
| | | | region landing point.
* add missing sp Intransit controlUbitUmarov2016-12-071-10/+18
|