Commit graph

3028 commits

Author SHA1 Message Date
mastermc05
d1437cb86c Fabric 1.16.4 (1.16.5) 2022-11-18 13:27:07 +02:00
mastermc05
dfce788224 Fabric 1.17.1 2022-11-18 13:18:19 +02:00
mastermc05
717af62dcb Fabric 1.18.2 2022-11-18 13:17:21 +02:00
mastermc05
4833dcdb03 Fabric 1.19.1 2022-11-18 13:16:51 +02:00
mastermc05
e555137be9 Fabric 1.18 2022-11-18 13:16:29 +02:00
mastermc05
59ab0c92ef Fabric 1.19 2022-11-18 13:16:02 +02:00
mastermc05
8910bf62ef Cache biome object, further reduce diff 2022-11-18 13:12:40 +02:00
mastermc05
ae22b8c7eb Support for 1.16.5 2022-10-22 14:24:49 +03:00
mastermc05
100648140f Clean up 2022-10-14 16:14:40 +03:00
mastermc05
cf508baf2b Support 1.17 2022-10-14 16:06:15 +03:00
mastermc05
065585e418 Support 1.18 2022-10-14 15:59:20 +03:00
mastermc05
9d8e95d9b2 Support 1.18.2 2022-10-14 15:51:08 +03:00
mastermc05
dba0902ad6 Abstract for easier multiversion support, reduce diff 2022-10-14 15:37:36 +03:00
mastermc05
2a9d07926d 1.19 support 2022-10-14 12:57:23 +03:00
mikeprimm
eba42df3d3 Merge pull request #3833 from JurgenKuyper/v3.0
added switch on publicURL in webregister message
2022-08-29 08:29:37 -05:00
mikeprimm
6f37c5b642 Merge pull request #3836 from JurgenKuyper/templateNotification
added notification on probable misconfiguration of deftemplatesuffix
2022-08-29 08:28:53 -05:00
mikeprimm
fecf1f3596 Merge pull request #3832 from kosma/dark-forest
Fix dark forest grass color
2022-08-29 08:27:30 -05:00
Jurgen
edde2d675b added notification on probable misconfiguration of deftemplatesuffix 2022-08-21 19:32:59 +02:00
Jurgen
e8f1fc8ec8 added switch on publicURL in webregister message 2022-08-19 12:29:14 +02:00
Kosma Moczek
2155cdf58a BiomeMap: use hardcoded grass color in Dark Forest 2022-08-19 00:24:17 +02:00
mikeprimm
8ec7e6a9f4 Merge pull request #3826 from FedUpWith-Tech/v3.0
Fix bad readme links
2022-08-15 09:35:44 -05:00
FedUpWith-Tech
eeb87e5cd2 Fix bad readme links 2022-08-15 09:29:15 -04:00
Mike Primm
87b0181860 Drop 1.19.0, 1.18.0 for Forge and Fabric from builds 2022-08-14 16:02:47 -05:00
Mike Primm
c9424868e9 Switch to v3.5-SNAPSHOT 2022-08-14 16:01:32 -05:00
Mike Primm
414c57bb0f Handle error loading texture pack image without aborting texture pack
load
2022-08-14 12:46:43 -05:00
Mike Primm
30f690831d Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2022-08-14 00:37:29 -05:00
Mike Primm
d5418bad44 Switch to 3.4 for release 2022-08-14 00:37:14 -05:00
mikeprimm
0088d1faf0 Merge pull request #3814 from Michele0303/v3.0
multiple cross-site scripting reflected fixed
2022-08-13 23:13:58 -05:00
mikeprimm
109fe2fa57 Merge pull request #3821 from stepech/bump-versions
Bump minimum spigot version, improve armor points counting
2022-08-13 23:12:28 -05:00
mikeprimm
3a687bce7b Merge pull request #3820 from mastermc05/v3.0
Try to fix rendering at shutdown
2022-08-13 23:11:23 -05:00
mikeprimm
22d88d3a5c Merge pull request #3823 from kosma/fabric/version-lock
fabric: version-lock fabric.mod.json
2022-08-13 23:10:10 -05:00
Kosma Moczek
a80be9890e fabric: version-lock fabric.mod.json
This is intended to reduce user errors where e.g. someone uses the
1.19 jar on 1.19.2. Previously this would lead to unspecific mixin
errors; with this change, a helpful message is shown:

Mod 'Dynmap' (dynmap) 3.4-SNAPSHOT requires version 1.19 of 'Minecraft' (minecraft), but only the wrong version is present: 1.19.2!
2022-08-11 20:13:22 +02:00
mastermc05
2b5d2b3f76 Clear scary stacktraces 2022-08-11 11:36:27 +03:00
stepech
2b2747d3bd Update minimum spigot api, improve armor points counting 2022-08-08 22:40:27 +02:00
Michele
c1b05b7f40 Merge branch 'webbukkit:v3.0' into v3.0 2022-08-08 11:26:06 +02:00
mastermc05
e203bdc808 Merge branch 'v3.0' of https://github.com/mastermc05/dynmap into v3.0 2022-08-08 11:00:35 +03:00
mastermc05
c55c508dd9 Try to fix https://github.com/webbukkit/dynmap/issues/3819 2022-08-08 11:00:32 +03:00
Mike Primm
a86320952d Set to SNAPSHOT 2022-08-07 23:53:31 -05:00
Mike Primm
862a8f68dd Recycle JDBC connections idle for more than 60 seconds 2022-08-07 23:48:47 -05:00
Mike Primm
0530bf07cc Adjust biome mapping to handle pathological biome counts per segment 2022-08-06 17:48:27 -05:00
Mike Primm
46ad89a839 Add Forge 1.19.2 build 2022-08-06 13:10:06 -05:00
Michele0303
e335f6acdd multiple cross-site scripting reflected fixed 2022-08-02 19:55:09 +02:00
Michele0303
c1ac956b8b Update MySQL_markers.php
cross-site scripting reflected fixed
2022-08-02 19:32:21 +02:00
Mike Primm
e15bde505e Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2022-07-31 12:52:22 -05:00
Mike Primm
3e2b668a80 Prep for 3.4 release 2022-07-31 12:52:09 -05:00
mikeprimm
dbac2aa629 Merge pull request #3811 from JustZhenya/patch-1
Fix writing non-ascii files to postgresql database
2022-07-31 12:10:48 -05:00
Евгений
0b488acc8d Fix writing non-ascii files to postgresql database
This fixes non-ascii chat messages (for example cyrillic utf8) in PostgreSQL_sendmessage.php

Before fix PostgreSQL_sendmessage.php was returning this:

Fatal error:  Uncaught PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bytea in /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php:81
Stack trace:
#0 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php(81): PDOStatement->execute()
#1 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php(99): updateStandaloneFileByServerId()
#2 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_sendmessage.php(60): updateStandaloneFile()
#3 {main}
thrown in /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php on line 81
2022-07-31 17:06:13 +03:00
Mike Primm
34b411ca5a Fix exception in processEnumMapTiles for Postgres 2022-07-30 21:13:59 -05:00
Mike Primm
64cdf8a32f Handle null image in MySQL 2022-07-30 18:49:55 -05:00
Mike Primm
c026fc44b5 Handle null images 2022-07-30 18:04:28 -05:00