aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-08* Some refactorings.Adam Frisby1-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.
2008-05-03* Made 3Di LoadBalancerPlugin compatible with recent IClientNetworkServer ↵Adam Frisby1-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.
2008-05-03* Refactoring and major cleaning work done on 3Di's LoadBalancerPlugin - ↵Adam Frisby1-77/+64
Johan, if you are still around, please shoot me a message.
2008-05-02* More refactorings of UDPServer.Adam Frisby1-12/+10
* Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ
2008-05-02* Commit 3/3 - Please test this revision.Adam Frisby1-25/+34
2008-05-01* Rolled back a few changes.Adam Frisby1-29/+31
2008-05-01* Cleaning code still.Adam Frisby1-30/+28
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
* Made a bunch more members static, removed some dead code, general cleaning.
2008-04-29* Little more spring cleaning.Adam Frisby1-150/+155
2008-04-21* Committing fix for previous build breakage. Sorry!Adam Frisby1-20/+10
* Committing namespace/usings fixes for ThirdParty directory, missed in previous commit.
2008-03-24XmlRpcCommand refactoringJohan Berntsson1-15/+15
2008-03-14* Added null root part guardlbsa711-7/+7
* Normalized some UUID handling * Compacted a few Contains/Add into Set
2008-03-11The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson1-0/+1
2008-03-11this fixes a port initialization problem in the LoadBalancer pluginJohan Berntsson1-3/+3
2008-03-05* Four more warnings bite the dust.Adam Frisby1-1/+0
2008-03-04Cleaned up a couple compiler warnings.Jeff Ames1-8/+8
2008-03-04Fixed a region split synchronization bugJohan Berntsson1-30/+24
2008-03-04Update svn properties. Minor formatting cleanup.Jeff Ames1-290/+289
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson1-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.