aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions/Properties (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Little more spring cleaning.Adam Frisby2008-04-291-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Converted logging to use log4net.Jeff Ames2008-02-051-1/+1
| | | | | | 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 Frisby2008-01-151-1/+29
| | | | | | | * 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 usingslbsa712007-12-271-14/+17
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Added forgotten ApplicationPlugins directory and moved the load region code ↵MW2007-11-041-0/+36
out to a plugin. To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them.