Commit graph

3163 commits

Author SHA1 Message Date
stormboomer
3ddcea4806 Added JDK 8 version compatiblity for DynmapCoreAPI.
It seems that this is missing from latest release and causes incompatiblity with older versions. This should resolve this
2023-08-29 20:07:22 +02:00
stormboomer
2d93c07a96 Remove thread safety implementation for java 17, since it seems to not be needed anymore and improves render time by 8-10% 2023-08-29 13:23:54 +02:00
stormboomer
aeb77d53d8 Drasticly improve zoom tile calculation for larger maps when using MySQL storage engine. For Larger Tables doing Limit and Offset can have a big Impact on Statement execution because it is an IO heavy task.
This fixes the issue by not doing any limit / offset on the SQL statement but instead query for all the data at once, and let the JDBC handler do the resultset handling.
This can probably be adapted for MSSQL, PostgreSQL and SQLLite.
2023-08-28 08:03:43 +02:00
Michael Primm
a30406e2a7 Shift old spigot/paper support to dynamic load to handle pedantic Paper
loader
2023-08-20 14:38:38 -05:00
Michael Primm
b903cfc5a6 Update bstats library 2023-07-17 18:33:26 -05:00
Michael Primm
e336ed4871 Switch to 3.7-SNAPSHOT 2023-07-08 20:09:57 -05:00
Michael Primm
19447f942d Add workaround for PaperMC's broken Ban API 2023-07-08 15:11:02 -05:00
Michael Primm
e5fd546998 Switch to 3.6 GA release candidate 2023-07-08 13:19:00 -05:00
Michael Primm
9469dd1668 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2023-06-26 22:18:09 -05:00
Michael Primm
7f14b8b75f Back to SNAPSHOT 2023-06-26 22:17:42 -05:00
mikeprimm
80058c19ae Merge pull request #3978 from lewismoten/fix-template-spelling
Fix spelling of template
2023-06-21 00:18:11 -05:00
Lewie
eb039eb0de Fix spelling of template 2023-06-21 00:11:29 -04:00
mikeprimm
08b1ed5e13 Update README.md 2023-06-20 22:38:58 -05:00
Michael Primm
720832637f Prep for beta-2 2023-06-20 22:32:49 -05:00
Michael Primm
55da7c7869 Fix spigot jar shading 2023-06-20 21:06:10 -05:00
Michael Primm
cd785fd90b Back to SNAPSHOT 2023-06-13 21:25:04 -05:00
Michael Primm
6f544be11e Bump to 3.6-beta-1 for release 2023-06-13 14:03:12 -05:00
mikeprimm
718eb44b1a Merge pull request #3974 from kosmolot-mods/fabric-1.20.1
fabric-1.20: mark as compatible with 1.20.1
2023-06-13 09:54:20 -05:00
Kosma Moczek
2c94060816 fabric-1.20: mark as compatible with 1.20.1 2023-06-12 22:54:36 +02:00
Michael Primm
0451b97a4b Add missing 1.20 blocks 2023-06-10 00:17:07 -04:00
Michael Primm
19c14c6007 More gradle updates 2023-06-09 23:42:40 -04:00
Michael Primm
35e5acebb6 Avoid jar bloat during shadow building 2023-06-09 03:47:31 -04:00
Michael Primm
b4317cfa73 More spigot 1.20 updates 2023-06-09 02:49:17 -04:00
Michael Primm
6beb62b4b7 Initial Spigot/Paper 1.20 support 2023-06-09 02:05:17 -04:00
Michael Primm
feac442492 Make fabric, forge consistent on block type logic 2023-06-08 16:00:47 -05:00
Michael Primm
ac08bea145 Forge 1.20 - start Spigot 1.20 2023-06-08 15:53:11 -05:00
mikeprimm
58fc5665e0 Merge pull request #3970 from kosmolot-mods/fabric-1.20
Fabric 1.20
2023-06-08 14:32:35 -05:00
Kosma Moczek
0c135fa8a8 fabric-1.20: update to 1.20 release 2023-06-08 17:06:16 +02:00
Kosma Moczek
d9f577fbf1 fabric-1.20: update code to 1.20 2023-05-23 01:31:23 +02:00
Kosma Moczek
ccd8b76327 fabric-1.20: update Fabric to 1.20-pre4 2023-05-23 01:31:23 +02:00
Kosma Moczek
eeaa9ccf6f fabric-1.20: add to settings.gradle 2023-05-23 01:31:23 +02:00
Kosma Moczek
c022700e4e fabric-1.20: fixup package name 2023-05-23 01:31:23 +02:00
Kosma Moczek
7a520f8991 fabric-1.20: copy from fabric-1.19.4 2023-05-22 23:38:46 +02:00
Michael Primm
2004e3dff8 Update java version 2023-05-10 08:52:53 -05:00
Michael Primm
247063a35e Fix cache poisoning on initial tiles on view 2023-05-09 20:47:23 -05:00
Michael Primm
fa4867ed95 project file updates 2023-05-09 18:30:50 -05:00
Michael Primm
3d87957397 Get './gradlew eclipse' working again 2023-05-09 18:29:43 -05:00
Michael Primm
9ef0589a5f Use read API (avoid fixers running) 2023-05-09 14:24:15 -05:00
Michael Primm
9cd2e341e6 Update for 1.19.4 spigot change 2023-05-02 23:30:16 -05:00
Michael Primm
51233da542 3.6-SNAPSHOT 2023-04-29 20:55:22 -05:00
Michael Primm
dcb01bb84c Prep for 3.5 GA 2023-04-29 16:26:27 -05:00
Michael Primm
cf6d14bef8 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2023-04-16 23:53:59 -05:00
Michael Primm
2456633474 Fix >8 bit palette handling 2023-04-16 23:53:45 -05:00
mikeprimm
e435225343 Update index.html
Fix iOS viewing
2023-04-11 08:51:08 -05:00
mikeprimm
7103c3540f Merge pull request #3951 from shaijana/v3.0
Fixed color of cherry-leaves
2023-04-11 08:50:06 -05:00
Shaijana
c95408aba8 Fixed color of cherry-leaves 2023-03-28 00:34:30 +02:00
Michael Primm
a6b8f915dd Missed checkin 2023-03-23 22:28:18 -05:00
Michael Primm
7d7fadd4be Rework cave shader - make default proportional for variable world height 2023-03-23 13:27:33 -05:00
Michael Primm
1fbc54ecdc Add map data versions for 1.19.2, 1.19.3, 1.19.4 2023-03-21 18:55:29 -05:00
Michael Primm
9ff3d2284a Back to SNAPSHOT 2023-03-19 00:37:19 -05:00