Commit graph

3324 commits

Author SHA1 Message Date
Mike Primm
eb8c1e0b63 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2019-12-15 00:59:48 -06:00
Mike Primm
fe03b2468d Fix sign check PR 2019-12-15 00:59:30 -06:00
mikeprimm
f2e2b5d2ee Merge pull request #2623 from gabsoftware/v3.0
fixed disappearing markers (webbukkit#2533), many thanks to tiagoad
2019-12-15 00:46:39 -06:00
mikeprimm
d55eacb903 Merge branch 'v3.0' into v3.0 2019-12-15 00:46:31 -06:00
mikeprimm
d8a21102c2 Merge pull request #2584 from tiagoad/v3.0
Fix for disappearing sign-markers on 1.14 (Issue #2533)
2019-12-15 00:44:27 -06:00
mikeprimm
a96f67d0eb Merge pull request #2618 from baconwaifu/postgres
Add initial postgres database support.
2019-12-15 00:42:01 -06:00
mikeprimm
ced3c580bb Merge pull request #2586 from ExerciseBook/v3.0
HD skins support
2019-12-15 00:39:51 -06:00
Mike Primm
e43a3148bc Patch up 1.15 water shading 2019-12-15 00:26:17 -06:00
Mike Primm
669b112b7a Get 1.13.2 forge building again 2019-12-14 23:12:44 -06:00
mikeprimm
2fc9301cfa Merge pull request #2692 from pk910/v3.0
spigot 1.15 support
2019-12-14 22:12:19 -06:00
mikeprimm
43f838edca Merge branch 'v3.0' into v3.0 2019-12-14 22:09:42 -06:00
mikeprimm
24e260c13c Merge pull request #2691 from JAysz0n/v3.0
Added support for 1.15
2019-12-14 21:58:48 -06:00
mikeprimm
7623ba449f Merge pull request #2694 from RalphORama/v3.0
Enable parallel Gradle builds
2019-12-14 21:52:15 -06:00
Ralph Drake
97551c9151 Update gradle.properties 2019-12-14 18:17:02 -05:00
baconwaifu
97808d7816 Change marker column to BYTEA to make markers work again. 2019-12-14 15:25:56 -05:00
mikeprimm
e036ef1970 Merge pull request #2670 from SijmenSchoon/v3.0
Update LuckPerms and bStats
2019-12-14 13:38:29 -06:00
mikeprimm
6a0ea88be0 Merge pull request #2668 from lennartbecker/load-map-updates-immediately
Standalone: Load changes immediately after page load
2019-12-14 08:33:44 -06:00
mikeprimm
9502107020 Merge pull request #2654 from linuxdaemon/v3.0+fix-mariadb-driver-pkg
Fix MariaDB Driver package name
Thanks!
2019-12-14 08:29:40 -06:00
mikeprimm
fde5b1324c Merge pull request #2655 from EnKrypt/patch-1
Fixed typo in config file comment
Thanks!
2019-12-14 08:28:58 -06:00
mikeprimm
c625d0fd36 Merge pull request #2649 from pavog/patch-1
Fix typo for "LuckPerms" in plugin.yml softdepend

Thanks!
2019-12-14 08:28:28 -06:00
mikeprimm
d7cc10a99a Merge pull request #2644 from MiniDigger/patch-1
Add new repo for bStats, fixes #2643

Looks good - thanks!   All my machines have things cached, so missed this impact
2019-12-14 08:27:46 -06:00
mikeprimm
0f93a2fec7 Merge pull request #2557 from injust/patch-1
Remove duplicate of onblockfade trigger
2019-12-14 08:02:54 -06:00
pk910
aad63063a8 fixed biome data handling in MapChunkCache115.java 2019-12-14 06:31:15 +01:00
pk910
f4d7b58ad9 experimental spigot 1.15 support 2019-12-12 21:27:39 +01:00
BuildTools
f4e439ab8f Added support for 1.15 2019-12-12 21:15:11 +01:00
Mike Primm
7010dc39b4 Force lower case on tiles and matchTiles references in CTM 2019-12-08 01:55:39 -06:00
Mike Primm
76a91725cf Fix texture order handling for mod support API handling for stairs 2019-12-08 01:01:21 -06:00
Mike Primm
ba6b5e1980 Fix incorrect transparency handling on copyblock: texture handling 2019-12-08 00:59:19 -06:00
Sijmen Schoon
ec7a7b6aee Bump to beta-7 2019-12-02 19:35:18 +01:00
Sijmen Schoon
5d600882ac Update LuckPerms and bStats 2019-12-01 03:38:05 +01:00
Lennart Becker
885f417469 Standalone: Load changes immediately after page load 2019-11-29 12:33:03 +01:00
Arvind Kumar
f3a0569a71 Fixed typo in config file comment 2019-11-12 23:51:10 +05:30
linuxdaemon
6a9d1435a0 Fix MariaDB Driver package name
The package name for the MariaDB JDBC drivers available from https://mariadb.com/kb/en/library/mariadb-connector-j/ is `org.mariadb` not `com.mariadb`.

Fixes #2653
2019-11-12 00:59:25 -06:00
Paul Vogel
b9c7d2ef3d Fix typo for "LuckPerms" in plugin.yml softdepend 2019-11-05 13:53:10 +01:00
MiniDigger
a5948eddb1 Update bStats to 1.5 2019-11-04 17:29:28 +01:00
MiniDigger
5c0289884f Add new repo for bStats 2019-11-04 17:28:10 +01:00
Marvos
48273e9a48 Implemented functionality to resume full renders by typing "dynmap fullrender resume <world>" or "dynmap fullrender resume <world>:<map>". At the start of the render, existing map tiles are loaded from storage and their location info saved in a set. Before each tile is rendered, the set is checked if it contains the tile about to be rendered. If so, the tile is skipped. Information about skipped tiles is output in the periodic tile update message. 2019-10-21 21:32:49 +02:00
Gabriel Hautclocq
3408962cfa fixed disappearing markers (webbukkit#2533), many thanks to tiagoad 2019-10-04 00:51:57 +02:00
Mike Primm
8a49b9b00b Handle meta=0 as undefined in CTM 2019-09-29 17:51:58 -05:00
Mike Primm
9b3e257c0f Bump to beta-6 2019-09-29 16:53:14 -05:00
Mike Primm
b6100f45d0 Handle legacy block IDs in RPs 2019-09-29 16:44:39 -05:00
Mike Primm
f90b8e82f9 Update Forge 1.13.2 verison 2019-09-29 15:29:43 -05:00
baconwaifu
f4729b9fea Add initial postgres support; internal webserver works perfectly 2019-09-26 20:36:09 -04:00
Mustafa ÖNCEL
4e67628961 Fix missing api-version warning 2019-08-15 02:43:47 +03:00
Eric_Lian
430d7381bd HD skins support 2019-08-14 23:28:20 +08:00
Tiago Dias
8270d95a9c Fix for disappearing sign-markers on 1.14 (Issue #2533) 2019-08-14 12:41:24 +01:00
Mike Primm
f08f2fc130 Pivot to beta-5 2019-07-22 07:28:24 -05:00
Justin Su
21244cabcf Remove duplicate of onblockfade trigger 2019-07-22 07:54:07 -04:00
Mike Primm
d5b7bf09d2 Fix for ConcurrentModificationException in markers code 2019-07-21 13:16:05 -05:00
Mike Primm
6319db5106 Reuse 1.14.x helper for supporting 1.14.4 2019-07-21 12:39:17 -05:00