[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:fCraft.ReleaseFlags"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[FlagsAttribute]
public enum ReleaseFlags

Members

MemberValueDescription
None0
APIChange1
The API was notably changed in this release.
Bugfix2
Bugs were fixed in this release.
ConfigFormatChange4
Config.xml format was changed (and version was incremented) in this release.
Dev8
This is a developer-only release, not to be used on live servers. Untested/undertested releases are often marked as such.
Feature16
A notable new feature was added in this release.
MapFormatChange32
The map format was changed in this release (rare).
PlayerDBFormatChange64
The PlayerDB format was changed in this release.
Security128
A security issue was addressed in this release.
Unstable256
There are known or likely stability issues in this release.
Optimized512
This release contains notable optimizations.

See Also