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