Michael Primm
2001b87864
Add Fabric 1.20.2 initial port
2023-09-23 13:03:21 -05:00
Michael Primm
754bb3623a
Add forge 1.20.2
2023-09-21 21:31:24 -05:00
Michael Primm
c2f9efd29c
Add spigot 1.20.2 support
2023-09-21 20:13:15 -05:00
Michael Primm
0240e4a2ae
Add BufferedReader
2023-09-19 21:53:01 -05:00
Michael Primm
beb01e756e
Bump to 3.7-beta-q
2023-09-18 12:55:07 -05:00
Michael Primm
fc8ff857db
Add buffered stream to texture reading
2023-09-10 14:49:22 -05:00
Michael Primm
43f90dbe44
Adds I/O stream buffering
2023-09-10 10:56:40 -05:00
Michael Primm
d8be8bc86c
Avoid pan to 0,0 when followed player is not visible
2023-09-02 21:11:47 -05:00
Michael Primm
59aa16d48f
Make readonly survive saving (dmap commands)
2023-08-30 10:59:46 -05:00
mikeprimm
c9c9474daa
Merge pull request #4007 from Jameskmonger/read-only-map-option
...
feat: add `readonly` map option
2023-08-30 09:25:06 -05:00
Michael Primm
f1b24f3e0d
Restore normal version of chunk handler
2023-08-29 21:49:12 -05:00
mikeprimm
2a54938d09
Merge pull request #4011 from stormboomer/Stormboomer-Performance-MySQL-Storage
...
Drasticly improve zoom tile calculation for larger maps when using MySQL/MariaDB storage Engine
2023-08-29 18:32:58 -05:00
mikeprimm
a3da35510d
Merge pull request #3990 from Thorinwasher/v3.0
...
Disable the plugin if on the wrong platform
2023-08-29 13:14:01 -05:00
mikeprimm
72a3a62091
Merge pull request #4005 from JurgenKuyper/v3.0
...
Update dynmap_style.css
2023-08-29 13:13:20 -05:00
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
James Monger
b344b9a561
feat: update template worlds.txt
2023-08-23 07:21:34 +01:00
James Monger
f084142b73
feat: add readonly map option
...
This option will prevent the map from being updated by the renderer. It can be used if you want a "natural" map, i.e. you want to generate a map and preserve it without being updated with users buildings.
2023-08-23 07:19:03 +01: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
JurgenKuyper
7cfa67a639
Update dynmap_style.css
...
patched issue where the chatbar would drop if login or customlink was enabled, but now the custom link and login overlap if they are set to be in the same area, I don't have enough frontend-knowledge to fix this sadly.
2023-08-18 19:47:13 +02:00
Michael Primm
b903cfc5a6
Update bstats library
2023-07-17 18:33:26 -05:00
Thorinwasher
7842e9bdf9
Update DynmapPlugin.java
2023-07-10 11:45:27 +02: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