aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1917-2898/+2904
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0326-3927/+5820
|
* Assign the SmartThreadPool name in the constructorOren Hurvitz2013-02-082-1/+21
| | | | This is required because some threads are created in the constructor, so assigning the name afterwards would be too late.
* Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵Diva Canto2012-11-131-1/+1
| | | | have an AssemblyInfo file.
* * Allow SmartThreadPool to be initialized without setting max stack size ↵John Hurliman2009-10-221-1/+5
| | | | | | | (like the original implementation) * Only initialize Util's SmartThreadPool if it is actually being used * No longer initializing Util's SmartThreadPool with a custom max stack size. From MSDN: "Avoid using this constructor overload. The default stack size used by the Thread(ThreadStart) constructor overload is the recommended stack size for threads."
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Removing contents of ThirdParty/3Di. The load balancer can now be foundMike Mazur2009-01-2812-2825/+0
| | | | | | | at http://forge.opensimulator.org/gf/project/loadbalancer/ config key: svn.rmdir
* * minor: A few tiny bits of documentation and log message cleanup before ↵Justin Clarke Casey2008-12-011-1/+1
| | | | starting something different
* * some if inversions and added {}'s for readabilitylbsa712008-09-082-34/+34
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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 Mazur2008-08-191-1/+1
|
* Convert LoadBalancer and RegionProxy plugins to use XML manifests. FixesMike Mazur2008-08-194-17/+30
| | | | | | "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.
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-0/+1
|
* Updated files for the loadbalancer web interfaceJohan Berntsson2008-07-162-0/+121
|
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-3/+5
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-272-2/+26
| | | | | | | | | | 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-262-4/+4
|
* As per the suggestion on the mailing list, added support for a OpenSim.xml ↵MW2008-06-262-4/+4
| | | | | | | 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 Berntsson2008-06-201-0/+2
| | | | plugin. This makes it easy for developers to experiment with alternative communication protocols
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-012-3/+3
|
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-3014-0/+5446
| | | | however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.
* Set svn:ignore. Minor formatting cleanup.Jeff Ames2008-05-162-14/+14
|
* From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey2008-05-141-2/+2
| | | | | | Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly)
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-141-2/+2
|
* More formatting cleanup.Jeff Ames2008-05-142-4/+7
|
* Formatting cleanup.Jeff Ames2008-05-142-4/+4
|
* 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.
* * Reduced major-ass ugly code in LoadBalancer/TcpClient.csAdam Frisby2008-05-081-18/+12
| | | | | * Still more needs to be done.
* * Some refactorings.Adam Frisby2008-05-081-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 Frisby2008-05-031-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 Frisby2008-05-031-77/+64
| | | | Johan, if you are still around, please shoot me a message.
* * More refactorings of UDPServer.Adam Frisby2008-05-022-13/+11
| | | | | | * Removed all references where possible. * Renamed lots of variables from UDPServerXYZ to clientServerXYZ
* * Commit 3/3 - Please test this revision.Adam Frisby2008-05-021-25/+34
|
* * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby2008-05-011-32/+0
| | | | ASCIIEncoder in places we shouldn't.
* * Rolled back a few changes.Adam Frisby2008-05-014-50/+56
|
* * Cleaning code still.Adam Frisby2008-05-014-55/+49
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-012-2/+2
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Little more spring cleaning.Adam Frisby2008-04-294-371/+463
|
* * Committing fix for previous build breakage. Sorry!Adam Frisby2008-04-214-42/+19
| | | | | * Committing namespace/usings fixes for ThirdParty directory, missed in previous commit.
* XmlRpcCommand refactoringJohan Berntsson2008-03-241-15/+15
|
* * Added null root part guardlbsa712008-03-141-7/+7
| | | | | | * Normalized some UUID handling * Compacted a few Contains/Add into Set
* Eliminated several compiler warning messagesJohan Berntsson2008-03-113-150/+4
|
* The plugin loader can now handle plugin dependencies without hardcodingJohan Berntsson2008-03-112-1/+2
|
* this fixes a port initialization problem in the LoadBalancer pluginJohan Berntsson2008-03-111-3/+3
|
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+0
|
* Cleaned up a couple compiler warnings.Jeff Ames2008-03-042-9/+9
|
* Fixed a region split synchronization bugJohan Berntsson2008-03-041-30/+24
|
* More minor cleanup.Jeff Ames2008-03-041-22/+22
|
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-03-045-713/+708
|