Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 2008-05-01 | 26 | -63/+63 |
| | | | | with namespaces. | ||||
* | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 2008-04-30 | 1 | -19/+0 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 3 | -6/+10 |
| | | | | (this took a while to run). | ||||
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -17/+18 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 26 | -702/+692 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 10 | -10/+10 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -4/+8 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 3 | -12/+12 |
| | | | | | | | * 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. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 17 | -17/+17 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 2007-12-20 | 1 | -2/+2 |
| | | | | Works with LibSL rev>1532 | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 16 | -32/+32 |
| | | | | notice of doom | ||||
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 1 | -3/+1 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 25 | -503/+501 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2007-10-29 | 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. | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 10 | -1/+281 |
| | |||||
* | * Renamed ScriptConsole to PluginConsole for clarity | Adam Frisby | 2007-09-24 | 1 | -1/+1 |
| | | | | | * Fixed a bug where ODE tries to do a physics update for zero frames. | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 26 | -2511/+2511 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 16 | -16/+16 |
| | |||||
* | Applied danx0r's ODE patch [mantis number 340]. | MW | 2007-08-28 | 2 | -2/+4 |
| | | | | | Corrected a few out dated things in the ExtensionsScriptModule. | ||||
* | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 2007-08-28 | 26 | -0/+2512 |
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.) |