Justin Clark-Casey (justincc)
|
de20f0603f
Tell hypergridders when their teleports fail because of the 4096 limit rather than just saying "destination not found"
|
13 years ago |
Diva Canto
|
487cb51f69
3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes.
|
13 years ago |
Diva Canto
|
98d1e7768a
New method for resetting the map on HG: do it only once upon changing grids, and reset only exactly the map blocks that had regions in them. WARNING: this fetches all the regions from the Grid service, so there is a chance that this is a really bad idea in large grids. Pushing it for testing.
|
13 years ago |
Diva Canto
|
fde3e704d3
oops
|
13 years ago |
Diva Canto
|
e33cedfd42
HG Landmarks now working.
|
13 years ago |
Diva Canto
|
9892e115cc
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
|
13 years ago |
Mic Bowman
|
5a16fa882c
Parameterizes the view distance used to compute and manage
|
13 years ago |
Diva Canto
|
72748746d5
Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB.
|
14 years ago |
Jonathan Freedman
|
3fe8fc3d51
* throw debug message when no HomeURI is set
|
14 years ago |
Jonathan Freedman
|
d4144bedb8
* change the data exchanged within hypergrid transactions
|
14 years ago |
Diva Canto
|
a5044e08fb
Better comment (related to previous commit)
|
14 years ago |
Diva Canto
|
5d29c0ec9d
Addresses mantis #4929. Agent was being logged off the grid too soon -- things may still fail.
|
14 years ago |
Diva Canto
|
c1fe07b022
* Added missing loggout notification to home grid upon agents logging out in foreign grids.
|
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
|
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
|
7c00469cd2
Added ExternalName config on Gatekeeper.
|
15 years ago |
Diva Canto
|
ea3d287f70
Some method implementations were missing from LocalGridServiceConnector.
|
15 years ago |
Diva Canto
|
48b03c2c61
Integrated the hyperlinking with the GridService.
|
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
|
5e034f5933
Oops, forgot this one.
|
15 years ago |