Warrior
8ce85322dd
Stringify json for json file client async
2022-10-01 20:39:46 +02:00
Maximilian Zettler
a70530edc8
fix locale issue in ModelBlockModelImpl getLine (closes: #3854 )
...
add Locale.US to String.format() where float values are used
2022-09-29 21:02:18 +02:00
gmfamily
61bfe66430
fix(chnk visibility) Use long to avoid int overflow
...
Use long representation of the distance between tested chunk and center of tested limit to avoid int overflow while computing the distance compared to limit radius using square delta value
2022-08-31 19:35:18 +02:00
mikeprimm
66fe5d4a8b
Merge pull request #3833 from JurgenKuyper/v3.0
...
added switch on publicURL in webregister message
2022-08-29 08:29:37 -05:00
mikeprimm
5aaff7cea9
Merge pull request #3836 from JurgenKuyper/templateNotification
...
added notification on probable misconfiguration of deftemplatesuffix
2022-08-29 08:28:53 -05:00
mikeprimm
686d61c463
Merge pull request #3832 from kosma/dark-forest
...
Fix dark forest grass color
2022-08-29 08:27:30 -05:00
Jurgen
d25040e1cf
added notification on probable misconfiguration of deftemplatesuffix
2022-08-21 19:32:59 +02:00
Jurgen
adfe0471e3
added switch on publicURL in webregister message
2022-08-19 12:29:14 +02:00
Kosma Moczek
e32b8d0f77
BiomeMap: use hardcoded grass color in Dark Forest
2022-08-19 00:24:17 +02:00
mikeprimm
5d867239b2
Merge pull request #3826 from FedUpWith-Tech/v3.0
...
Fix bad readme links
2022-08-15 09:35:44 -05:00
FedUpWith-Tech
aa4d50503e
Fix bad readme links
2022-08-15 09:29:15 -04:00
Mike Primm
f96b4d2900
Drop 1.19.0, 1.18.0 for Forge and Fabric from builds
2022-08-14 16:02:47 -05:00
Mike Primm
2a10499325
Switch to v3.5-SNAPSHOT
2022-08-14 16:01:32 -05:00
Mike Primm
a6b56dc36e
Handle error loading texture pack image without aborting texture pack
...
load
2022-08-14 12:46:43 -05:00
Mike Primm
0445814ef5
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
2022-08-14 00:37:29 -05:00
Mike Primm
4cd915e1ab
Switch to 3.4 for release
2022-08-14 00:37:14 -05:00
mikeprimm
171b7c9e54
Merge pull request #3814 from Michele0303/v3.0
...
multiple cross-site scripting reflected fixed
2022-08-13 23:13:58 -05:00
mikeprimm
7ddecaa566
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
a2c1941585
Merge pull request #3820 from mastermc05/v3.0
...
Try to fix rendering at shutdown
2022-08-13 23:11:23 -05:00
mikeprimm
b9e57e4e33
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
058599be77
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
36924b4942
Clear scary stacktraces
2022-08-11 11:36:27 +03:00
stepech
0eb2dffac2
Update minimum spigot api, improve armor points counting
2022-08-08 22:40:27 +02:00
Michele
e2da0efd8e
Merge branch 'webbukkit:v3.0' into v3.0
2022-08-08 11:26:06 +02:00
mastermc05
36ea4c3938
Merge branch 'v3.0' of https://github.com/mastermc05/dynmap into v3.0
2022-08-08 11:00:35 +03:00
mastermc05
d0e9b66d4a
Try to fix https://github.com/webbukkit/dynmap/issues/3819
2022-08-08 11:00:32 +03:00
Mike Primm
f89777a0dd
Set to SNAPSHOT
2022-08-07 23:53:31 -05:00
Mike Primm
0ab9c9e47b
Recycle JDBC connections idle for more than 60 seconds
2022-08-07 23:48:47 -05:00
Mike Primm
3b0814e853
Adjust biome mapping to handle pathological biome counts per segment
2022-08-06 17:48:27 -05:00
Mike Primm
46bd040981
Add Forge 1.19.2 build
2022-08-06 13:10:06 -05:00
Michele0303
8909fea4b1
multiple cross-site scripting reflected fixed
2022-08-02 19:55:09 +02:00
Michele0303
b5ac020a56
Update MySQL_markers.php
...
cross-site scripting reflected fixed
2022-08-02 19:32:21 +02:00
Mike Primm
7570cf5994
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
2022-07-31 12:52:22 -05:00
Mike Primm
85f09b9c2f
Prep for 3.4 release
2022-07-31 12:52:09 -05:00
mikeprimm
fe97e28401
Merge pull request #3811 from JustZhenya/patch-1
...
Fix writing non-ascii files to postgresql database
2022-07-31 12:10:48 -05:00
Евгений
43c1159fae
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
b331cfaf27
Fix exception in processEnumMapTiles for Postgres
2022-07-30 21:13:59 -05:00
Mike Primm
dc66d12916
Handle null image in MySQL
2022-07-30 18:49:55 -05:00
Mike Primm
082878aade
Handle null images
2022-07-30 18:04:28 -05:00
Mike Primm
bf8d5eb6cf
Fix LIMIT OFFSET order sensitivity (MySQL is kind of dumb...)
2022-07-29 23:10:27 -05:00
mikeprimm
7dabbab8c9
Merge pull request #3809 from kosma/fabric-1.19.1
...
Fabric 1.19.1
2022-07-29 20:45:11 -05:00
Kosma Moczek
e943a26a5b
fabric-1.19.1: fix mixins for 1.19.1
2022-07-30 00:30:10 +02:00
Kosma Moczek
1de1c7ce69
fabric-1.19.1: update Minecraft/Fabric version
2022-07-30 00:30:10 +02:00
Kosma Moczek
682ed12c69
fabric-1.19.1: add to settings.gradle
2022-07-30 00:02:27 +02:00
Kosma Moczek
dc0296f845
fabric-1.19.1: s/1.19/1.19.1/g
2022-07-29 23:58:21 +02:00
Kosma Moczek
9cd7a3489a
fabric-1.19.1: rename fabric_1_19 -> fabric_1_19_1
2022-07-29 23:55:55 +02:00
Kosma Moczek
4ec0d5af37
fabric-1.19.1: copy from fabric-1.19
2022-07-29 23:53:11 +02:00
Mike Primm
47f5779e6f
Back to SNAPSHOT
2022-07-26 17:44:10 -05:00
Mike Primm
937ab7cee7
Finish fix
2022-07-24 17:54:09 -05:00
Mike Primm
a71348c3c8
Add cooment for https://minecraft.fandom.com/wiki/Data_version
2022-07-24 17:52:00 -05:00