Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -19/+19 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | 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 | 1 | -10/+4 |
| | | | | | | "Plugin Error: Node 'Type' not allowed" messages during region server startup. | ||||
* | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 2008-07-31 | 1 | -0/+1 |
| | |||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 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. | ||||
* | small change to last commit | MW | 2008-06-26 | 1 | -3/+3 |
| | |||||
* | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 2008-06-26 | 1 | -3/+3 |
| | | | | | | | 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). | ||||
* | Implemented plugin support for ClientStack, with LindenUDP as the default ↵ | Johan Berntsson | 2008-06-20 | 1 | -0/+2 |
| | | | | plugin. This makes it easy for developers to experiment with alternative communication protocols | ||||
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 |
| | |||||
* | Set svn:ignore. Minor formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -13/+13 |
| | |||||
* | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-05-14 | 1 | -2/+2 |
| | | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly) | ||||
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -3/+3 |
| | |||||
* | * Some refactorings. | Adam Frisby | 2008-05-08 | 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. | ||||
* | * 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 | 1 | -12/+10 |
| | | | | | | * 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 |
| | |||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -29/+31 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -30/+28 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Little more spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -150/+155 |
| | |||||
* | * Committing fix for previous build breakage. Sorry! | Adam Frisby | 2008-04-21 | 1 | -20/+10 |
| | | | | | * 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 | ||||
* | The plugin loader can now handle plugin dependencies without hardcoding | Johan Berntsson | 2008-03-11 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -8/+8 |
| | |||||
* | Fixed a region split synchronization bug | Johan Berntsson | 2008-03-04 | 1 | -30/+24 |
| | |||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-03-04 | 1 | -290/+289 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 1 | -0/+1101 |
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. |