The purpose of this project is to create a version of the popular game Space Station 13 with a clean code base.
The core components (**/core) are licensed under MIT license. All other components (specifically, **/game) are licensed under GPLv3 unless otherwise noted.
Version scheme uses "<a/b/c/d/...> (revision)":
- Version is increased when new features are added.
- A/b/c/d/... tags are added for released versions that contain only bug fixes.
- (revision) has the revision number for that version (# of commits).
- wb
- nullquery
The development wiki contains more information about the source-code and the conventions we use.