Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 14 additions & 5 deletions DynmapCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ eclipse {
}
}

sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
} // Need this here so eclipse task generates correctly.

dependencies {
implementation project(':DynmapCoreAPI')
Expand Down Expand Up @@ -64,21 +67,27 @@ jar {
}

shadowJar {
configurations = [project.configurations.runtimeClasspath]
dependencies {
include(dependency('com.googlecode.json-simple:json-simple:'))
include(dependency('org.yaml:snakeyaml:'))
include(dependency('com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:'))
include(dependency('javax.servlet::'))
include(dependency('org.eclipse.jetty::'))
include(dependency('javax.servlet:javax.servlet-api:'))
include(dependency('org.eclipse.jetty:jetty-server:'))
include(dependency('org.eclipse.jetty:jetty-servlet:'))
include(dependency('org.eclipse.jetty:jetty-util:'))
include(dependency('org.eclipse.jetty:jetty-http:'))
include(dependency('org.eclipse.jetty:jetty-io:'))
include(dependency('org.eclipse.jetty:jetty-security:'))
include(dependency('org.eclipse.jetty.orbit:javax.servlet:'))
include(dependency('org.postgresql:postgresql:'))
include(dependency('io.github.linktosriram.s3lite:core:'))
include(dependency('io.github.linktosriram.s3lite:api:'))
include(dependency('io.github.linktosriram.s3lite:http-client-url-connection:'))
include(dependency('io.github.linktosriram.s3lite:http-client-spi:'))
include(dependency('io.github.linktosriram.s3lite:util:'))
include(dependency('jakarta.xml.bind::'))
include(dependency('com.sun.xml.bind::'))
include(dependency('jakarta.xml.bind:jakarta.xml.bind-api:'))
include(dependency('com.sun.xml.bind:jaxb-impl:'))
include(dependency(':DynmapCoreAPI'))
exclude("META-INF/maven/**")
exclude("META-INF/services/**")
Expand Down
1,256 changes: 1,249 additions & 7 deletions DynmapCore/src/main/resources/models_1.txt

Large diffs are not rendered by default.

1,279 changes: 1,278 additions & 1 deletion DynmapCore/src/main/resources/texture_1.txt

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"alpha_cutoff_bias": 0.1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"alpha_cutoff_bias": 0.1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "mean"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "mean"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "mean"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "mean"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "mean"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "dark_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"alpha_cutoff_bias": 0.1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"texture": {
"mipmap_strategy": "strict_cutout"
}
}
5 changes: 4 additions & 1 deletion DynmapCoreAPI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ eclipse {
name = "Dynmap(DynmapCoreAPI)"
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
} // Need this here so eclipse task generates correctly.

description = "DynmapCoreAPI"

Expand Down
30 changes: 11 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
// Workaround for Shadow not supporting Java 19 classes.
// Remove this once Shadow updates.
// See: https://github.com/johnrengelman/shadow/pull/770
// See: https://discord.com/channels/722722769950998560/793019909055578113/978939925061857315
buildscript {
configurations.all {
resolutionStrategy {
force("org.ow2.asm:asm:9.5")
force("org.ow2.asm:asm-commons:9.5")
}
}
}

plugins {
//id "com.github.johnrengelman.shadow" version "7.1.0"
id "io.github.goooler.shadow" version "8.1.7"
id "com.gradleup.shadow" version "9.4.2"
id 'java'
id 'maven-publish'
id 'io.papermc.paperweight.userdev' version '2.0.0-beta.21' apply false
}

apply plugin: 'eclipse'
Expand All @@ -35,6 +22,7 @@ allprojects {
maven { url "https://repo.mikeprimm.com" }
maven { url "https://repo.maven.apache.org/maven2" }
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://repo.papermc.io/repository/maven-public/" }
maven { url "https://repo.codemc.org/repository/maven-public/" }
}

Expand All @@ -52,13 +40,17 @@ ext {
globals = new Globals()
}

subprojects {
apply plugin: "io.github.goooler.shadow"
subprojects {
if (!it.name.startsWith('fabric-') && !it.name.startsWith('forge-')) {
apply plugin: "com.gradleup.shadow"
}
apply plugin: 'java'
apply plugin: 'maven-publish'

sourceCompatibility = 1.8
targetCompatibility = 1.8
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Expand Down
Loading