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
Jump to file
Failed to load files.
Loading
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
2 changes: 1 addition & 1 deletion DynmapCore/src/main/java/org/dynmap/hdmap/TexturePack.java
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ private void patchCustomImages(int img_id, int[] imgids, List<CustomTileRec> rec
});

private void patchBedImages(int img_id, int[] imgids) {
patchCustomImages(img_id, imgids, bed_patches, 64);
patchCustomImages(img_id, imgids, bed_patches, 4); // 4 tiles of 16 pixels
}

/* Copy texture pack */
Expand Down
1,369 changes: 1,260 additions & 109 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
Loading