Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-08 | * some if inversions and added {}'s for readability | lbsa71 | 1 | -30/+30 | |
2008-08-19 | Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes | Mike Mazur | 2 | -7/+14 | |
"Plugin Error: Node 'Type' not allowed" messages during region server startup. | |||||
2008-08-08 | Patch #9160 | Melanie Thielker | 1 | -2/+2 | |
Refactor proxy encode/decode methods out of the PacketPool into their own class. | |||||
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -1/+13 | |
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | |||||
2008-06-26 | small change to last commit | MW | 1 | -1/+1 | |
2008-06-26 | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 1 | -1/+1 | |
config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). | |||||
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 1 | -1/+1 | |
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-02 | * More refactorings of UDPServer. | Adam Frisby | 1 | -1/+1 | |
* Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -4/+4 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -4/+4 | |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -1/+1 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-04-29 | * Little more spring cleaning. | Adam Frisby | 1 | -126/+166 | |
2008-04-21 | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 1 | -15/+9 | |
* Committing namespace/usings fixes for ThirdParty directory, missed in previous commit. | |||||
2008-03-11 | The plugin loader can now handle plugin dependencies without hardcoding | Johan Berntsson | 1 | -1/+1 | |
2008-03-04 | More minor cleanup. | Jeff Ames | 1 | -22/+22 | |
2008-03-04 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -28/+27 | |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -0/+513 | |
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. |