[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:fCraft.ReleaseFlags"]
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
[FlagsAttribute] public enum ReleaseFlags
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | |
| APIChange | 1 | The API was notably changed in this release. |
| Bugfix | 2 | Bugs were fixed in this release. |
| ConfigFormatChange | 4 | Config.xml format was changed (and version was incremented) in this release. |
| Dev | 8 | This is a developer-only release, not to be used on live servers.
Untested/undertested releases are often marked as such. |
| Feature | 16 | A notable new feature was added in this release. |
| MapFormatChange | 32 | The map format was changed in this release (rare). |
| PlayerDBFormatChange | 64 | The PlayerDB format was changed in this release. |
| Security | 128 | A security issue was addressed in this release. |
| Unstable | 256 | There are known or likely stability issues in this release. |
| Optimized | 512 | This release contains notable optimizations. |