Version is "release" for real now
This commit is contained in:
@@ -32,7 +32,7 @@ allprojects{
|
|||||||
|
|
||||||
ext{
|
ext{
|
||||||
versionNumber = '6'
|
versionNumber = '6'
|
||||||
if(!project.hasProperty("versionModifier")) versionModifier = 'beta'
|
if(!project.hasProperty("versionModifier")) versionModifier = 'release'
|
||||||
if(!project.hasProperty("versionType")) versionType = 'official'
|
if(!project.hasProperty("versionType")) versionType = 'official'
|
||||||
appName = 'Mindustry'
|
appName = 'Mindustry'
|
||||||
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'
|
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'
|
||||||
|
|||||||
11
fastlane/metadata/android/en-US/changelogs/29733.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/29733.txt
Normal 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
|
||||||
Reference in New Issue
Block a user