Merge remote-tracking branch 'upstream/master'
# Conflicts: # core/assets/bundles/bundle_ja.properties
@@ -25,9 +25,9 @@ _Building:_ `gradlew desktop:dist`
|
|||||||
_Running:_ `./gradlew desktop:run`
|
_Running:_ `./gradlew desktop:run`
|
||||||
_Building:_ `./gradlew desktop:dist`
|
_Building:_ `./gradlew desktop:dist`
|
||||||
|
|
||||||
#### For Server Builds...
|
#### Server
|
||||||
|
|
||||||
Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server' i.e. `gradlew server:dist`.
|
Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server', e.g. `gradlew server:dist`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
classpath 'com.android.tools.build:gradle:3.3.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -172,10 +172,10 @@ public class AndroidLauncher extends AndroidApplication{
|
|||||||
SaveSlot slot = control.saves.importSave(file);
|
SaveSlot slot = control.saves.importSave(file);
|
||||||
ui.load.runLoadSave(slot);
|
ui.load.runLoadSave(slot);
|
||||||
}catch(IOException e){
|
}catch(IOException e){
|
||||||
ui.showError(Core.bundle.format("text.save.import.fail", Strings.parseException(e, false)));
|
ui.showError(Core.bundle.format("save.import.fail", Strings.parseException(e, false)));
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
ui.showError("$text.save.import.invalid");
|
ui.showError("$save.import.invalid");
|
||||||
}
|
}
|
||||||
}else if(map){ //open map
|
}else if(map){ //open map
|
||||||
Core.app.post(() -> {
|
Core.app.post(() -> {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ allprojects{
|
|||||||
|
|
||||||
ext{
|
ext{
|
||||||
versionNumber = '4'
|
versionNumber = '4'
|
||||||
versionModifier = 'alpha'
|
versionModifier = 'beta'
|
||||||
if(!project.hasProperty("versionType")) versionType = 'official'
|
if(!project.hasProperty("versionType")) versionType = 'official'
|
||||||
appName = 'Mindustry'
|
appName = 'Mindustry'
|
||||||
gdxVersion = '1.9.9'
|
gdxVersion = '1.9.9'
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 130 B |
|
Before Width: | Height: | Size: 134 B |
|
Before Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 239 B |
|
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 138 B |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 1.8 KiB |
BIN
core/assets-raw/sprites/blocks/production/spore-press-frame0.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
core/assets-raw/sprites/blocks/production/spore-press-frame1.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
core/assets-raw/sprites/blocks/production/spore-press-frame2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 92 B |
|
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
BIN
core/assets-raw/sprites/blocks/production/spore-press.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 112 B After Width: | Height: | Size: 112 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 95 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 94 B |
|
Before Width: | Height: | Size: 161 B |
|
Before Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 91 B |
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 4.1 KiB |
BIN
core/assets-raw/sprites/ui/icons/icon-database-small.png
Normal file
|
After Width: | Height: | Size: 926 B |
BIN
core/assets-raw/sprites/ui/icons/icon-database.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
core/assets-raw/sprites/ui/icons/icon-power-requirement.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
|
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 621 B |
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
|
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 840 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 241 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 249 B After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
core/assets-raw/sprites_replacement/effects/laser-end.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
core/assets-raw/sprites_replacement/effects/laser.png
Normal file
|
After Width: | Height: | Size: 105 B |
BIN
core/assets-raw/sprites_replacement/effects/minelaser-end.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
core/assets-raw/sprites_replacement/effects/minelaser.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
core/assets-raw/sprites_replacement/items/item-spore-pod.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.1 KiB |