Definition at line 30 of file VersionInfo.cs.
Enumerator |
---|
Unknown |
|
Dev |
|
RC1 |
|
RC2 |
|
RC3 |
|
Release |
|
Post_Fixes |
|
Extended |
|
Definition at line 37 of file VersionInfo.cs.
static string OpenSim.VersionInfo.GetVersionString |
( |
string |
versionNumber, |
|
|
Flavour |
flavour |
|
) |
| |
|
inlinestatic |
const string OpenSim.VersionInfo.AssemblyVersionNumber = "0.9.0.*" |
readonly float OpenSim.VersionInfo.SimulationServiceVersionAcceptedMax = 0.6f |
|
static |
readonly float OpenSim.VersionInfo.SimulationServiceVersionAcceptedMin = 0.3f |
|
static |
This rules versioning regarding teleports, and compatibility between simulators in that regard.
This is the external interface version. It is separate from the OpenSimulator project version.
Commented because it's not used anymore, see below for new versioning method.
The protocol version that we will use for outgoing transfers Valid values are "SIMULATION/0.3"
- This is the latest, and it supports teleports to variable-sized regions
- Older versions can teleport to this one, but only if the destination region is 256x256 "SIMULATION/0.2"
- A source simulator which only implements "SIMULATION/0.1" can still teleport here
- this protocol is more efficient than "SIMULATION/0.1" "SIMULATION/0.1"
- this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
Definition at line 87 of file VersionInfo.cs.
readonly float OpenSim.VersionInfo.SimulationServiceVersionSupportedMax = 0.6f |
|
static |
readonly float OpenSim.VersionInfo.SimulationServiceVersionSupportedMin = 0.3f |
|
static |
const int OpenSim.VersionInfo.VERSIONINFO_VERSION_LENGTH = 27 |
const string OpenSim.VersionInfo.VersionNumber = "0.9.0.0" |
string OpenSim.VersionInfo.Version |
|
staticget |
The documentation for this class was generated from the following file: