aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented plugin support for ClientStack, with LindenUDP as the default ↵Johan Berntsson2008-06-201-0/+2
| | | | plugin. This makes it easy for developers to experiment with alternative communication protocols
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-2/+2
|
* Set svn:ignore. Minor formatting cleanup.Jeff Ames2008-05-161-13/+13
|
* From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey2008-05-141-2/+2
| | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly)
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-141-2/+2
|
* Formatting cleanup.Jeff Ames2008-05-141-3/+3
|
* * Some refactorings.Adam Frisby2008-05-081-3/+9
| | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
* * Made 3Di LoadBalancerPlugin compatible with recent IClientNetworkServer ↵Adam Frisby2008-05-031-7/+3
| | | | | | | changes. * It's slightly hackish in that it will not work with another client type, but LoadBalancerPlugin is very dependent on the LL Architecture and is unlikely to be useful with a different protocol anyway.
* * Refactoring and major cleaning work done on 3Di's LoadBalancerPlugin - ↵Adam Frisby2008-05-031-77/+64
| | | | Johan, if you are still around, please shoot me a message.
* * More refactorings of UDPServer.Adam Frisby2008-05-021-12/+10
| | | | | | * Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ
* * Commit 3/3 - Please test this revision.Adam Frisby2008-05-021-25/+34
|
* * Rolled back a few changes.Adam Frisby2008-05-011-29/+31
|
* * Cleaning code still.Adam Frisby2008-05-011-30/+28
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Little more spring cleaning.Adam Frisby2008-04-291-150/+155
|
* * Committing fix for previous build breakage. Sorry!Adam Frisby2008-04-211-20/+10
| | | | | * Committing namespace/usings fixes for ThirdParty directory, missed in previous commit.
* XmlRpcCommand refactoringJohan Berntsson2008-03-241-15/+15
|
* * Added null root part guardlbsa712008-03-141-7/+7
| | | | | | * Normalized some UUID handling * Compacted a few Contains/Add into Set
* The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson2008-03-111-0/+1
|
* this fixes a port initialization problem in the LoadBalancer pluginJohan Berntsson2008-03-111-3/+3
|
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+0
|
* Cleaned up a couple compiler warnings.Jeff Ames2008-03-041-8/+8
|
* Fixed a region split synchronization bugJohan Berntsson2008-03-041-30/+24
|
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-03-041-290/+289
|
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-0/+1101
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.