Diva Canto
|
19558f380a
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to neighbours.
|
14 years ago |
Diva Canto
|
66619b5996
Added checks for failed UpdateAgent calls.
|
14 years ago |
Diva Canto
|
e6efe34b4c
* Added CHANGED_TELEPORT event trigger upon inter-sim teleports.
|
14 years ago |
Melanie Thielker
|
4c58ac2c90
Make local teleports send CHANGED_TELEPORT
|
14 years ago |
Dan Lake
|
ca2abc43ad
Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
|
14 years ago |
Diva Canto
|
ab3afd5f42
* Bug fix in TP home: typo in unpacking of GridUserInfo.
|
14 years ago |
Melanie
|
a48d7f62a7
Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"
|
14 years ago |
Melanie Thielker
|
6b6425aa5e
Comment noisy "CONNECTION DEBUGGING" messages, because they push more
|
14 years ago |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
14 years ago |
Diva Canto
|
ebc3726d52
Added copying of Viewer field to the agent circuit data that is being passed on TPs and crossings.
|
14 years ago |
John Hurliman
|
d506449f67
* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalEndPoint.Port). This class is complex enough as it is
|
14 years ago |
Diva Canto
|
5001f61c08
* HGGridConnector is no longer necessary.
|
15 years ago |
Diva Canto
|
0c81966c0a
Works for grid login.
|
15 years ago |
Diva Canto
|
00f7d622cb
HG 1.5 is in place. Tested in standalone only.
|
15 years ago |
Diva Canto
|
3d53694415
Go Home works. With security!!
|
15 years ago |
Diva Canto
|
fd64823466
* Added missing GatekeeperServiceConnector
|
15 years ago |
Diva Canto
|
bbbe9e73cc
* Fixed misspelling of field in GridService
|
15 years ago |
Diva Canto
|
b5fcb5e872
HG teleports through gatekeeper are working.
|
15 years ago |
Diva Canto
|
b2e6ec9e12
Agent gets there through the Gatekeeper, but still a few quirks to fix.
|
15 years ago |
Diva Canto
|
f276ba57bf
HG agent transfers are starting to work. Gatekeeper handlers are missing.
|
15 years ago |
Diva Canto
|
04e29c1bac
Beginning of rewriting HG. Compiles, and runs, but HG functions not restored yet.
|
15 years ago |
Diva Canto
|
ee1fb81376
Finished moving object crossings into EntityTransferModule
|
15 years ago |
Diva Canto
|
bd6d1a2444
Moved prim crossing to EntityTransferModule. Not complete yet.
|
15 years ago |
Diva Canto
|
4ac3c0e81b
Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects too.
|
15 years ago |