Charles Krinke
|
a84456c239
Mantis#1411. Thank you kindly for Dataserver.cs and a patch
|
16 years ago |
Jeff Ames
|
65c5efe43b
Formatting cleanup.
|
16 years ago |
Justin Clarke Casey
|
8fe9943293
From: Dr Schofield <[email protected]>
|
16 years ago |
Jeff Ames
|
c995d60d37
Formatting cleanup.
|
16 years ago |
Teravus Ovares
|
bfce23dcf4
* Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate count of neighbors.
|
16 years ago |
Justin Clarke Casey
|
d3fb6039ca
* If a region running in grid mode fails to login to the grid service, startup will now terminate instead of carrying on (and thus burying the error message)
|
16 years ago |
Adam Frisby
|
20a9bf08f5
* Rolled back a few changes.
|
16 years ago |
Adam Frisby
|
13526097f2
* Spring cleaning on Region.Environment.
|
16 years ago |
Adam Frisby
|
4692e92312
* Assorted spring cleanings.
|
16 years ago |
Teravus Ovares
|
323038ceb9
* Ooops, attachments now teleport/cross region borders along with your avatar. Those dastardly objects stick to you.
|
16 years ago |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 years ago |
Teravus Ovares
|
fd2caf5f16
This update has good news and bad news, first the bad.
|
16 years ago |
Justin Clarke Casey
|
ad6783ff40
* Massaging CAPS setup/teardown log messages
|
16 years ago |
Justin Clarke Casey
|
ad808579a2
* Print out the exception stacks of resolution failures, temporarily
|
16 years ago |
Justin Clarke Casey
|
ed9cdbe99f
* Temporary hack to swallow neighbour contact problems on startup (in response to osgrid issues)
|
16 years ago |
Justin Clarke Casey
|
8c74cf7758
* Tear down CAPS and http handlers when an agent leaves a region (via crossing, teleport or logout)
|
16 years ago |
Justin Clarke Casey
|
da531fa9e1
* Start passing around a region server's http port in RegionInfo.
|
16 years ago |
Justin Clarke Casey
|
74023aa97c
* Miscellaneous comment before I found out that mantis 807 probably isn't an issue worth fixing.
|
16 years ago |
Justin Clarke Casey
|
61ae75f364
* Catch the occasional resolution exception that comes out of SceneCommunicationService.EnableChildAgents so we can see what hostname is failing
|
16 years ago |
Justin Clarke Casey
|
c1beb85315
* First draft resolution of mantis 777, 734, 389 - scripts do not save in non-home regions
|
16 years ago |
Justin Clarke Casey
|
20473af892
Another poxy patch which consists mainly of logging changes (some already commented out) to find out what CAPS is doing
|
16 years ago |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 years ago |
Charles Krinke
|
7794fc3766
Change handler001 through handler009 to more
|
16 years ago |
Teravus Ovares
|
9b675a6888
* Converted the last of the events to the private delegate instance method to avoid race conditions.
|
16 years ago |
Teravus Ovares
|
b77c48e75e
* Cleanup of some memory consuming items on ScenePresence.Close().
|
16 years ago |
MW
|
694dff3b70
Some changes to remove some of the direct calls to CommsManager from Scene, so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
|
16 years ago |
Teravus Ovares
|
a56664cf59
* um, Prim crossings? Experimental.
|
16 years ago |
Jeff Ames
|
6ed5283bc0
Converted logging to use log4net.
|
16 years ago |
Teravus Ovares
|
58106926bb
* Added a try/catch handler around childdataupdates because the enumeration is prone to modification when logging on. These can be safely ignored because the data gets old fast and new ones get generated somewhat quickly.
|
17 years ago |
Teravus Ovares
|
5cf96daaf2
* Enabled dead region tracking for ChildAgentDataUpdates
|
17 years ago |