aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/VersionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Make version information common to all serversJustin Clarke Casey2008-05-311-37/+0
| | | | | | * Now all servers respond to the "show version" command on the console
* * Bump reported svn trunk revision number up to 0.5.7Justin Clarke Casey2008-05-241-1/+1
|
* * Send VersionInfo string instead of the hardcoded Scene string to the ↵Justin Clarke Casey2008-05-211-1/+2
| | | | | | | | | "About Second Life" box * This is the same string as printed out on the opensim region console at startup, so it should now include the svn revision number (if available) * This dialog box takes an awful long time to come up on my local system - no idea why that is. However, that also seems to have been the case before this revision.
* * For no good reason (since there are a hundred million other things to ↵Justin Clarke Casey2008-05-071-1/+1
| | | | | | | | fix), change formatting of version information printed to the log * Push printing down into OpenSimMain so both console and consoleless configurations will get it
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-1/+1
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa712007-10-151-1/+1
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-36/+36
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-2/+0
| | | | | * added some licensing info
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-0/+38
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild