Version is "release" for real now

This commit is contained in:
Anuken
2020-11-29 11:37:02 -05:00
parent 29be8176c1
commit bc114dfefc
2 changed files with 12 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ allprojects{
ext{
versionNumber = '6'
if(!project.hasProperty("versionModifier")) versionModifier = 'beta'
if(!project.hasProperty("versionModifier")) versionModifier = 'release'
if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry'
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'

View File

@@ -0,0 +1,11 @@
The final beta build.
- Updated link to wiki modding guide, now points to new wiki
- Fixed weaving missiles consistently moving off to one direction
- Fixed units shooting fast bullets on servers in certain conditions
- Fixed some crashes
- Made construction of rotated blocks free/instant (i.e. equivalent to manually rotating it)
Campaign:
- Better production calculation system
- Fixed deconstruction counting as production