aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/ClientManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-135/+0
2007-10-30* Optimized usingslbsa711-12/+10
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa711-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.
2007-09-18* Yet some more connectivity restructuringlbsa711-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!
2007-09-18* Handlerized ViewerEffectlbsa711-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
2007-07-16changed to native line ending encodingSean Dague1-36/+36
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-0/+5
2007-07-09* some follow up renaming of members et c.lbsa711-4/+4
2007-07-09* Introduced ClientManager for great justice.lbsa711-0/+31