Justin Clark-Casey (justincc)
|
9fefbcf7fc
minor: since structs are values, assigning them to another variable copies it. Instantiation is unnecessary.
|
10 роки тому |
Robert Adams
|
38148bd4b6
Some missing definitions needed for successful compilation.
|
11 роки тому |
Robert Adams
|
7e32313a49
varregion: Add region size to teleport event messages (EnableSimulator,
|
11 роки тому |
Melanie
|
97934e00e6
This is the Avination Entity Transfer Module. Surprisingly, it still compiles
|
11 роки тому |
Justin Clark-Casey (justincc)
|
b16bc7b01c
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
babfbe8d6d
minor: log MaxOutgoingTransferVersion at EntityTransferModule startup
|
11 роки тому |
Justin Clark-Casey (justincc)
|
979b17165b
For debug purposes, allow simulators to force use of earlier SIMULATION/0.1 teleport protocol even if SIMULATION/0.2 is available.
|
11 роки тому |
BlueWall
|
3c85afbb43
Allow setting the EntityTransfer-max_distance to 0 to override distance checks. This is to facilitate current viewer work fixing the distance limitations for teleporting.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
857f24a5e2
Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
0fbfef9649
minor: shortern warning messages in EntityTransferModule when UpdateAgent() fails
|
11 роки тому |
Justin Clark-Casey (justincc)
|
7c916ab91c
Try to make "slow down" message that one could receive on rapid teleporting more informative to the user.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
3ddb7438d7
Move DoNotCloseAfterTeleport flag reset before UpdateAgent in V2 to avoid a low probability where the destination re-establishing the child connection before the flag was reset
|
11 роки тому |
Justin Clark-Casey (justincc)
|
3f8d79024b
Rely on the Scene.IncomingCloseAgent() check as to whether the connection should be kept open after teleport-end rather than doing this in the ET Module
|
11 роки тому |
Justin Clark-Casey (justincc)
|
2231fcf5b4
Do not use the SP.DoNotCloseAfterTeleport flag for child agent connections.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
6fcbf219da
Comment back out seed dump code enabled in b1c26a56. Also adds a few teleport comments.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
b1c26a56b3
Fix an issue where under teleport v2 protocol, teleporting from regions in an line from A->B->C would not close region A when reaching C
|
11 роки тому |
Justin Clark-Casey (justincc)
|
b10710d4a5
minor: add some method doc to ScenePresence fields used for entity transfer, add minor details to some log messages, rename a misleading local variable name.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
a33a1ac958
Add post-CreateAgent teleport cancellation/abortion functionality from v1 transfer protocol into v2.
|
11 роки тому |
Diva Canto
|
878ce1e6b2
This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on:
|
11 роки тому |
Justin Clark-Casey (justincc)
|
4cd03d8c31
Return Simulator/0.1 (V1) entity transfer behaviour to waiting only 2 seconds before closing root agent after 15.
|
11 роки тому |
Justin Clark-Casey (justincc)
|
72ed49af5f
Reset DoNotClose scene presence teleport flag before pausing. Rename DoNotClose to DoNotCloseAfterTeleport
|
11 роки тому |
Justin Clark-Casey (justincc)
|
1fabdcc43c
If a returning teleport starts to reuse a downgraded child connection that was a previous root agent, do not close that child agent at the end of the 15 sec teleport timer.
|
11 роки тому |
Diva Canto
|
20b989e048
Increased the wait time to 15 secs. In a 0.7.5 standalone where the effect was always present, this seems to have fixed it.
|
11 роки тому |
Diva Canto
|
cac37e298c
Deleted all [ZZZ] debug messages.
|
11 роки тому |
Diva Canto
|
f0320f5652
The previous commit did fix the infinity problem! I'm putting the same time on TP_V1 and adding a big red warning on top of those lines.
|
11 роки тому |
Diva Canto
|
46d017b197
Today's wild shot at the infinity problem. Wait on the child agent left behind.
|
11 роки тому |
Diva Canto
|
d7984ef775
More on putting TP V1 as it was
|
11 роки тому |
Diva Canto
|
aaee63af82
Minor improvements on TP V1 trying to make it exactly as it was before.
|
11 роки тому |
Diva Canto
|
3891a8946b
New Teleport protocol (V2), still compatible with V1 and older. (version of the destination is being checked)
|
11 роки тому |
Diva Canto
|
aae29c0ee2
Further tweaks on TPs: not sending the callback URL and instead waiting 15sec before closing the agent. This seems to be working fairly well. The viewer seems to have an 8 sec delay between UseCircuitCode and CompleteMovement.
|
11 роки тому |