Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-08 | * Spring cleaning, round 3029 | Adam Frisby | 23 | -2481/+0 | |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 23 | -57/+57 | |
with namespaces. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+4 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 23 | -621/+612 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 9 | -9/+9 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 2 | -9/+9 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 14 | -14/+14 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 14 | -28/+28 | |
notice of doom | |||||
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -3/+1 | |
2007-10-30 | * Optimized usings | lbsa71 | 22 | -484/+486 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2 | -2/+2 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 9 | -0/+252 | |
2007-09-17 | fixing me some line endings | Sean Dague | 23 | -2234/+2234 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 14 | -14/+14 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 23 | -0/+2236 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) |