| Commit message (Expand) | Author | Age | Files | Lines |
* | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po... | lbsa71 | 2009-02-19 | 1 | -1/+1 |
* | Removing contents of ThirdParty/3Di. The load balancer can now be found | Mike Mazur | 2009-01-28 | 12 | -2825/+0 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 1 | -1/+1 |
* | * some if inversions and added {}'s for readability | lbsa71 | 2008-09-08 | 2 | -34/+34 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -19/+19 |
* | Correctly convert port to int. | Mike Mazur | 2008-08-19 | 1 | -1/+1 |
* | Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes | Mike Mazur | 2008-08-19 | 4 | -17/+30 |
* | Patch #9160 | Melanie Thielker | 2008-08-08 | 1 | -2/+2 |
* | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 2008-07-31 | 1 | -0/+1 |
* | Updated files for the loadbalancer web interface | Johan Berntsson | 2008-07-16 | 2 | -0/+121 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -3/+5 |
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 2 | -2/+26 |
* | small change to last commit | MW | 2008-06-26 | 2 | -4/+4 |
* | As per the suggestion on the mailing list, added support for a OpenSim.xml co... | MW | 2008-06-26 | 2 | -4/+4 |
* | Implemented plugin support for ClientStack, with LindenUDP as the default plu... | Johan Berntsson | 2008-06-20 | 1 | -0/+2 |
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 2 | -3/+3 |
* | * This is Melanie's XEngine script engine. I've not tested this real well, h... | Teravus Ovares | 2008-05-30 | 14 | -0/+5446 |
* | Set svn:ignore. Minor formatting cleanup. | Jeff Ames | 2008-05-16 | 2 | -14/+14 |
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -2/+2 |
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 1 | -2/+2 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -4/+7 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -4/+4 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 2008-05-12 | 1 | -2/+2 |
* | * Reduced major-ass ugly code in LoadBalancer/TcpClient.cs | Adam Frisby | 2008-05-08 | 1 | -18/+12 |
* | * Some refactorings. | Adam Frisby | 2008-05-08 | 1 | -3/+9 |
* | * Made 3Di LoadBalancerPlugin compatible with recent IClientNetworkServer cha... | Adam Frisby | 2008-05-03 | 1 | -7/+3 |
* | * Refactoring and major cleaning work done on 3Di's LoadBalancerPlugin - Joha... | Adam Frisby | 2008-05-03 | 1 | -77/+64 |
* | * More refactorings of UDPServer. | Adam Frisby | 2008-05-02 | 2 | -13/+11 |
* | * 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 AS... | Adam Frisby | 2008-05-01 | 1 | -32/+0 |
* | * 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 |
* | * 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 |
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -15/+15 |
* | * Added null root part guard | lbsa71 | 2008-03-14 | 1 | -7/+7 |
* | 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 supp... | Johan Berntsson | 2008-03-04 | 9 | -0/+2791 |
* | * Started the ardous task to rename the TribalMedia.Framework.Data to OpenSim... | lbsa71 | 2008-03-03 | 8 | -906/+0 |
* | First part of avatar persistence, currently only really works in standalone m... | MW | 2008-02-04 | 1 | -0/+1 |
* | Ugly workaround for mono-1.2.6 compile failure in TribalMedia code. | Jeff Ames | 2008-01-26 | 1 | -40/+75 |
* | * More work on getting the database framework to actually work | lbsa71 | 2008-01-16 | 6 | -109/+24 |