Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-06-20 | Implemented plugin support for ClientStack, with LindenUDP as the default ↵ | Johan Berntsson | 1 | -0/+2 | |
plugin. This makes it easy for developers to experiment with alternative communication protocols | |||||
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2 | -3/+3 | |
2008-05-16 | Set svn:ignore. Minor formatting cleanup. | Jeff Ames | 2 | -14/+14 | |
2008-05-14 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -2/+2 | |
Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly) | |||||
2008-05-14 | More formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -2/+2 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 2 | -4/+7 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 2 | -4/+4 | |
2008-05-12 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -2/+2 | |
This patch just tightens up console handling in BasOpenSimServer and removes (or redirects) a couple of messages that were being issued using Console.Writeline. | |||||
2008-05-08 | * Reduced major-ass ugly code in LoadBalancer/TcpClient.cs | Adam Frisby | 1 | -18/+12 | |
* Still more needs to be done. | |||||
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -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 Frisby | 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. | |||||
2008-05-03 | * Refactoring and major cleaning work done on 3Di's LoadBalancerPlugin - ↵ | Adam Frisby | 1 | -77/+64 | |
Johan, if you are still around, please shoot me a message. | |||||
2008-05-02 | * More refactorings of UDPServer. | Adam Frisby | 2 | -13/+11 | |
* Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ | |||||
2008-05-02 | * Commit 3/3 - Please test this revision. | Adam Frisby | 1 | -25/+34 | |
2008-05-01 | * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵ | Adam Frisby | 1 | -32/+0 | |
ASCIIEncoder in places we shouldn't. | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 4 | -50/+56 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 4 | -55/+49 | |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 2 | -2/+2 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-04-29 | * Little more spring cleaning. | Adam Frisby | 4 | -371/+463 | |
2008-04-21 | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 4 | -42/+19 | |
* Committing namespace/usings fixes for ThirdParty directory, missed in previous commit. | |||||
2008-03-24 | XmlRpcCommand refactoring | Johan Berntsson | 1 | -15/+15 | |
2008-03-14 | * Added null root part guard | lbsa71 | 1 | -7/+7 | |
* Normalized some UUID handling * Compacted a few Contains/Add into Set | |||||
2008-03-11 | Eliminated several compiler warning messages | Johan Berntsson | 3 | -150/+4 | |
2008-03-11 | The plugin loader can now handle plugin dependencies without hardcoding | Johan Berntsson | 2 | -1/+2 | |
2008-03-11 | this fixes a port initialization problem in the LoadBalancer plugin | Johan Berntsson | 1 | -3/+3 | |
2008-03-05 | * Four more warnings bite the dust. | Adam Frisby | 1 | -1/+0 | |
2008-03-04 | Cleaned up a couple compiler warnings. | Jeff Ames | 2 | -9/+9 | |
2008-03-04 | Fixed a region split synchronization bug | Johan Berntsson | 1 | -30/+24 | |
2008-03-04 | More minor cleanup. | Jeff Ames | 1 | -22/+22 | |
2008-03-04 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 5 | -713/+708 | |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 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. |