aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/ClientManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-135/+0
|
* * Optimized usingslbsa712007-10-301-12/+10
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa712007-09-251-0/+5
| | | | | | | intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
* * Yet some more connectivity restructuringlbsa712007-09-181-5/+33
| | | | | | | | | | | * We now have CloseAllAgents( circuit ) and CloseAllCircuits( agentId ) for great justice ( but alas, still only closing on one single scene - be brave! ) * Login and ConnectionClosed now eventified and moveified awayified * Killed off unused NullClientAPI * Now the client is almost only responsible for its own closing. ( I will get that scene out of there ) * Lookin' good!
* * Handlerized ViewerEffectlbsa712007-09-181-8/+48
| | | | | | | * Now there-is-only-client-manager * First step towards moving Logout and ConnectionClosed out of Client and into something else (which will let us get rid of ClientView reference to ClientManager * General posititvity, peace, love and understanding
* changed to native line ending encodingSean Dague2007-07-161-36/+36
|
* * Applying dalien's patches from bug#177 and #179Adam Frisby2007-07-111-0/+5
|
* * some follow up renaming of members et c.lbsa712007-07-091-4/+4
|
* * Introduced ClientManager for great justice.lbsa712007-07-091-0/+31