Skip to content

Commit

Permalink
- cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry committed Dec 25, 2017
1 parent 0a3c596 commit 4532a7b
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 5,372 deletions.
46 changes: 1 addition & 45 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,62 +1,18 @@
buildscript {


repositories {
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
}
dependencies {


}
}

allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = '1.0'
ext {
appName = "RTSLibgdxPlayground"
gdxVersion = '1.9.7'
roboVMVersion = '2.3.1'
box2DLightsVersion = '1.4'
ashleyVersion = '1.7.0'
aiVersion = '1.8.0'
}

repositories {
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
}
}

project(":desktop") {
apply plugin: "java"


dependencies {
compile project(":core")
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"

appName = "RussianAiCup2017"
}
}

project(":core") {
apply plugin: "java"


dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"

}
}

tasks.eclipse.doLast {
delete ".project"
}
5 changes: 0 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

sourceSets.main.java.srcDirs = [ "src/" ]


eclipse.project {
name = appName + "-core"
}
2 changes: 1 addition & 1 deletion core/src/RewindClientWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void drawPP(VehicleGroupInfo myGroup) {

double root = root(delta, delta);

int maxDistance = 15;
int maxDistance = 32;
double squareMaxDistance = Math.pow(cellSize * maxDistance, 2);


Expand Down
300 changes: 0 additions & 300 deletions core/src/com/krld/rtslibgdxplayground/EpicGameGL.java

This file was deleted.

Loading

0 comments on commit 4532a7b

Please sign in to comment.