aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssemblyInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-04-29* Spring cleaning.Adam Frisby1-1/+1
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-05Converted logging to use log4net.Jeff Ames1-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.
2008-01-15* Mother of all commits:Adam Frisby1-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.
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-13/+18
* Shortened type references * Removed redundant 'this' qualifier
2007-07-16changed to native line ending encodingSean Dague1-31/+31
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info