Fixed bug with conveyor belt rotation not being saved
@@ -1,9 +1,14 @@
|
||||
##Packr, build stuff
|
||||
|
||||
/deploy/
|
||||
/desktop/packr-out/
|
||||
/desktop/packr-export/
|
||||
|
||||
## Java
|
||||
|
||||
*.class
|
||||
*.war
|
||||
*.ear
|
||||
*.gif
|
||||
hs_err_pid*
|
||||
|
||||
## Robovm
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="io.anuke.mindustry"
|
||||
android:versionCode="3"
|
||||
android:versionName="1.02" >
|
||||
android:versionCode="4"
|
||||
android:versionName="1.1" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 12 KiB |
@@ -1,9 +1,14 @@
|
||||
package io.anuke.mindustry;
|
||||
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
|
||||
import com.badlogic.gdx.backends.android.AndroidApplication;
|
||||
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
|
||||
|
||||
import android.os.Bundle;
|
||||
import io.anuke.mindustry.io.SaveIO;
|
||||
import io.anuke.mindustry.io.SaveIO.FormatProvider;
|
||||
|
||||
public class AndroidLauncher extends AndroidApplication {
|
||||
@Override
|
||||
@@ -11,6 +16,15 @@ public class AndroidLauncher extends AndroidApplication {
|
||||
super.onCreate(savedInstanceState);
|
||||
AndroidApplicationConfiguration config = new AndroidApplicationConfiguration();
|
||||
config.useImmersiveMode = true;
|
||||
|
||||
SaveIO.setFormatProvider(new FormatProvider(){
|
||||
SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss");
|
||||
|
||||
public String format(Date date){
|
||||
return format.format(date);
|
||||
}
|
||||
});
|
||||
|
||||
initialize(new Mindustry(), config);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
|
||||
classpath 'com.android.tools.build:gradle:2.2.0'
|
||||
classpath 'org.akhikhl.gretty:gretty:+'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,8 +78,7 @@ project(":core") {
|
||||
apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
//compile fileTree(dir: '../core/lib', include: '*.jar')
|
||||
//compile 'com.github.Anuken:ucore:88b945b'
|
||||
compile fileTree(dir: '../core/lib', include: '*.jar')
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 258 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 199 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 196 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 253 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 305 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 217 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 237 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 219 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 207 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 273 B |
|
After Width: | Height: | Size: 341 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 337 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 250 B |
@@ -0,0 +1,4 @@
|
||||
{
|
||||
duplicatePadding: true,
|
||||
combineSubdirectories: true
|
||||
}
|
||||
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 214 B |
|
After Width: | Height: | Size: 236 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 226 B |
|
After Width: | Height: | Size: 170 B |
|
After Width: | Height: | Size: 325 B |
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 278 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 374 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 225 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 208 B |
|
After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 250 B |
|
After Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 317 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 296 B |
|
After Width: | Height: | Size: 281 B |
|
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
|
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 995 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 86 B |
|
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 124 B |
|
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 127 B |
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |