Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Made 3Di LoadBalancerPlugin compatible with recent IClientNetworkServer ↵ | Adam Frisby | 2008-05-03 | 1 | -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 Frisby | 2008-05-03 | 1 | -77/+64 |
| | | | | Johan, if you are still around, please shoot me a message. | ||||
* | * More refactorings of UDPServer. | Adam Frisby | 2008-05-02 | 2 | -13/+11 |
| | | | | | | * Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ | ||||
* | * Commit 3/3 - Please test this revision. | Adam Frisby | 2008-05-02 | 1 | -25/+34 |
| | |||||
* | * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵ | Adam Frisby | 2008-05-01 | 1 | -32/+0 |
| | | | | ASCIIEncoder in places we shouldn't. | ||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 4 | -50/+56 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 4 | -55/+49 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 2 | -2/+2 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Little more spring cleaning. | Adam Frisby | 2008-04-29 | 4 | -371/+463 |
| | |||||
* | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 2008-04-21 | 4 | -42/+19 |
| | | | | | * Committing namespace/usings fixes for ThirdParty directory, missed in previous commit. | ||||
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -15/+15 |
| | |||||
* | * Added null root part guard | lbsa71 | 2008-03-14 | 1 | -7/+7 |
| | | | | | | * Normalized some UUID handling * Compacted a few Contains/Add into Set | ||||
* | Eliminated several compiler warning messages | Johan Berntsson | 2008-03-11 | 3 | -150/+4 |
| | |||||
* | The plugin loader can now handle plugin dependencies without hardcoding | Johan Berntsson | 2008-03-11 | 2 | -1/+2 |
| | |||||
* | this fixes a port initialization problem in the LoadBalancer plugin | Johan Berntsson | 2008-03-11 | 1 | -3/+3 |
| | |||||
* | * Four more warnings bite the dust. | Adam Frisby | 2008-03-05 | 1 | -1/+0 |
| | |||||
* | Cleaned up a couple compiler warnings. | Jeff Ames | 2008-03-04 | 2 | -9/+9 |
| | |||||
* | Fixed a region split synchronization bug | Johan Berntsson | 2008-03-04 | 1 | -30/+24 |
| | |||||
* | More minor cleanup. | Jeff Ames | 2008-03-04 | 1 | -22/+22 |
| | |||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-03-04 | 5 | -713/+708 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 9 | -0/+2791 |
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. |