aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/RegionProxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert LoadBalancer and RegionProxy plugins to use XML manifests. FixesMike Mazur2008-08-192-7/+14
| | | | | | "Plugin Error: Node 'Type' not allowed" messages during region server startup.
* Patch #9160Melanie Thielker2008-08-081-2/+2
| | | | | | | Refactor proxy encode/decode methods out of the PacketPool into their own class.
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-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.
* small change to last commitMW2008-06-261-1/+1
|
* As per the suggestion on the mailing list, added support for a OpenSim.xml ↵MW2008-06-261-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).
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-1/+1
|
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-121-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.
* * More refactorings of UDPServer.Adam Frisby2008-05-021-1/+1
| | | | | | * Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ
* * Rolled back a few changes.Adam Frisby2008-05-011-4/+4
|
* * Cleaning code still.Adam Frisby2008-05-011-4/+4
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Little more spring cleaning.Adam Frisby2008-04-291-126/+166
|
* * Committing fix for previous build breakage. Sorry!Adam Frisby2008-04-211-15/+9
| | | | | * Committing namespace/usings fixes for ThirdParty directory, missed in previous commit.
* The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson2008-03-111-1/+1
|
* More minor cleanup.Jeff Ames2008-03-041-22/+22
|
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-03-041-28/+27
|
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-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.