Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-08 | Change Version string from 0.5.11 to 0.6.0 for release. | Charles Krinke | 1 | -1/+1 | |
2008-10-09 | * Bump server info number to 0.5.11 | Justin Clarke Casey | 1 | -1/+1 | |
2008-09-25 | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 1 | -1/+1 | |
Check the client dialog box (from top menu) WORLD / REGION ESTATE / REGION tab. The client dialog box seems to have a hard limit of about 32 characters per line available for displaying the region version number. Our regions are sending a string which is greater than the limit, causing the client to wrap the text and look ugly. | |||||
2008-08-25 | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 1 | -1/+1 | |
2008-06-15 | Change VersionInfo string from | Charles Krinke | 1 | -1/+1 | |
"Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again. | |||||
2008-06-14 | Change VersionInfo string from: | Charles Krinke | 1 | -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 servers | Justin Clarke Casey | 1 | -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.7 | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-21 | * Send VersionInfo string instead of the hardcoded Scene string to the ↵ | Justin Clarke Casey | 1 | -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 Casey | 1 | -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-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! | lbsa71 | 1 | -1/+1 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -36/+36 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -2/+0 | |
* added some licensing info | |||||
2007-06-27 | *Moved VersionInfo.cs to its correct place in OpenSim.csproj | mingchen | 1 | -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 ↵ | mingchen | 1 | -1/+1 | |
to add/remove something |