Merge remote-tracking branch 'origin/master'
@@ -30,7 +30,7 @@ _Building:_ `./gradlew desktop:dist`
|
|||||||
---
|
---
|
||||||
|
|
||||||
Gradle may take up to several minutes to download files. Be patient. <br>
|
Gradle may take up to several minutes to download files. Be patient. <br>
|
||||||
After building, the output .JAR file should be in the output JAR file should be in `/desktop/build/libs/desktop-release.jar.`
|
After building, the output .JAR file should be in `/desktop/build/libs/desktop-release.jar.`
|
||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ To begin, log in to your GitHub account, or if you don't have one yet, create it
|
|||||||
|
|
||||||
Consult [this list](https://www.science.co.il/language/Locale-codes.php) to find the locale code for your language. Once you've found it,
|
Consult [this list](https://www.science.co.il/language/Locale-codes.php) to find the locale code for your language. Once you've found it,
|
||||||
head over to the translation bundle folder and check the [list of bundles](https://github.com/Anuken/Mindustry/tree/master/core/assets/bundles) that have already been created.
|
head over to the translation bundle folder and check the [list of bundles](https://github.com/Anuken/Mindustry/tree/master/core/assets/bundles) that have already been created.
|
||||||
You're looking for a file called "`bundle_`(insert locale code here)`.properties`".
|
You're looking for a file called "`bundle_`(insert locale code here)`.properties`". If you don't find one, create one manually (more info below).
|
||||||
|
|
||||||
#### Editing an existing translation
|
#### Editing an existing translation
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Once this is done, all you need to do is wait for me to approve your changes.
|
|||||||
If a translation bundle for your language *doesn't* exist, you need to create one yourself.
|
If a translation bundle for your language *doesn't* exist, you need to create one yourself.
|
||||||
In the folder with all the bundles in it, click the *'create new file'* button, and name it `bundle_(locale code here).properties`.
|
In the folder with all the bundles in it, click the *'create new file'* button, and name it `bundle_(locale code here).properties`.
|
||||||
Then, copy-paste the entire contents of the [English translation bundle](https://raw.githubusercontent.com/Anuken/Mindustry/master/core/assets/bundles/bundle.properties) into the file, and translate all the necessary text to your language.
|
Then, copy-paste the entire contents of the [English translation bundle](https://raw.githubusercontent.com/Anuken/Mindustry/master/core/assets/bundles/bundle.properties) into the file, and translate all the necessary text to your language.
|
||||||
Once you are done, press the *propose new file* button at the bottom, then 'create pull request twice'.
|
Once you are done, press the *propose new file* button at the bottom, then 'create pull request' twice.
|
||||||
|
|
||||||
#### Useful Information
|
#### Useful Information
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ allprojects {
|
|||||||
appName = 'Mindustry'
|
appName = 'Mindustry'
|
||||||
gdxVersion = '1.9.8'
|
gdxVersion = '1.9.8'
|
||||||
roboVMVersion = '2.3.0'
|
roboVMVersion = '2.3.0'
|
||||||
uCoreVersion = '9969ed07b1'
|
uCoreVersion = 'd30ec505beb78da25fea3a5aa78f79260f2fb65b'
|
||||||
|
|
||||||
getVersionString = {
|
getVersionString = {
|
||||||
String buildVersion = getBuildVersion()
|
String buildVersion = getBuildVersion()
|
||||||
@@ -167,7 +167,6 @@ project(":core") {
|
|||||||
build.finalizedBy(finish)
|
build.finalizedBy(finish)
|
||||||
|
|
||||||
def comp = System.properties["release"] == null || System.properties["release"] == "false"
|
def comp = System.properties["release"] == null || System.properties["release"] == "false"
|
||||||
|
|
||||||
if(!comp) println("Note: Compiling release build.")
|
if(!comp) println("Note: Compiling release build.")
|
||||||
|
|
||||||
if(new File(projectDir.parent, '../uCore').exists() && comp){
|
if(new File(projectDir.parent, '../uCore').exists() && comp){
|
||||||
@@ -193,8 +192,10 @@ project(":server") {
|
|||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
if(findProject(":android") != null){
|
||||||
compile.exclude module: android
|
compile.exclude module: android
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly project(":annotations")
|
compileOnly project(":annotations")
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 83 B |
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 93 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 95 B |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 116 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 117 B |
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 106 B |
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 105 B |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 104 B |
|
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 133 B |
|
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 120 B |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 111 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 107 B |
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 112 B |
|
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 111 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 163 B |
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 112 B |
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 273 B |
|
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 115 B |
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 83 B |
|
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 84 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 75 B |
|
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 132 B |
BIN
core/assets-raw/sprites/blocks/distribution/router.png
Normal file
|
After Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 111 B |
|
Before Width: | Height: | Size: 226 B |
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 216 B |
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 119 B |
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 294 B |
|
Before Width: | Height: | Size: 298 B |
|
Before Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 136 B |
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 170 B |
|
After Width: | Height: | Size: 230 B |
BIN
core/assets-raw/sprites/blocks/drills/mechanical-drill-top.png
Normal file
|
After Width: | Height: | Size: 221 B |
BIN
core/assets-raw/sprites/blocks/drills/mechanical-drill.png
Normal file
|
After Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 120 B |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 147 B |
BIN
core/assets-raw/sprites/blocks/drills/pneumatic-drill-top.png
Normal file
|
After Width: | Height: | Size: 121 B |
BIN
core/assets-raw/sprites/blocks/drills/pneumatic-drill.png
Normal file
|
After Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 274 B |
|
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 99 B |
|
Before Width: | Height: | Size: 256 B After Width: | Height: | Size: 132 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 169 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 133 B |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 101 B |
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 116 B |