aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Properties (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-3/+3
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* Formatting cleanup.Jeff Ames2008-03-181-28/+27
|
* * 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-10-301-14/+17
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-131-35/+35
| | | | | | will happen on the windows side now that eol-style is correct
* Added ScriptEngine.DotNetEngineTedd Hansen2007-08-081-0/+35