aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/VersionInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-15Change VersionInfo string fromCharles Krinke1-1/+1
"Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again.
2008-06-14Change VersionInfo string from:Charles Krinke1-1/+1
"OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release.
2008-05-31* Make version information common to all serversJustin Clarke Casey1-2/+2
* Now all servers respond to the "show version" command on the console
2008-05-24* Bump reported svn trunk revision number up to 0.5.7Justin Clarke Casey1-1/+1
2008-05-21* Send VersionInfo string instead of the hardcoded Scene string to the ↵Justin Clarke Casey1-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.
2008-05-07* For no good reason (since there are a hundred million other things to ↵Justin Clarke Casey1-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
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-30* Optimized usingslbsa711-1/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa711-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-36/+36
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info
2007-06-27*Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen1-1/+1
*Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-1/+1
to add/remove something