Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 17 | -2898/+2904 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 26 | -3927/+5820 | |
2013-02-08 | Assign the SmartThreadPool name in the constructor | Oren Hurvitz | 2 | -1/+21 | |
This is required because some threads are created in the constructor, so assigning the name afterwards would be too late. | |||||
2012-11-13 | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 1 | -1/+1 | |
have an AssemblyInfo file. | |||||
2009-10-22 | * Allow SmartThreadPool to be initialized without setting max stack size ↵ | John Hurliman | 1 | -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." | |||||
2009-02-19 | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵ | lbsa71 | 1 | -1/+1 | |
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -3/+5 | |
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, ↵ | Teravus Ovares | 14 | -0/+5446 | |
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active. |