Mike Primm
4cd915e1ab
Switch to 3.4 for release
2022-08-14 00:37:14 -05: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
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
Mike Primm
9648457727
Update chunk version color map
2022-07-24 17:50:33 -05:00
Mike Primm
e0619ec650
Add ClientWorld hack
2022-07-24 17:24:19 -05:00
Mike Primm
8e27d5defd
Handle AOOBX (not sure why yet)
2022-07-24 17:06:28 -05:00
Mike Primm
d88ebb0d20
More resume fixes
2022-07-24 15:32:16 -05:00
Mike Primm
e13a515baf
More SQLite fixes for scan
2022-07-24 15:11:05 -05:00
Mike Primm
8beba92f8e
Fix offset/limit on enums
2022-07-24 14:56:25 -05:00
Mike Primm
c80f7adb23
Use limit on enum tiles (for cleaner behavior on purge for large maps)
2022-07-24 13:52:49 -05:00
Mike Primm
ab54919956
Add more orderly storage shutdown
2022-07-24 13:09:52 -05:00
Mike Primm
e68f628131
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
2022-07-22 21:51:51 -05:00
Mike Primm
00a0d3ed37
Set to SNAPSHOT
2022-07-22 21:51:22 -05:00
mikeprimm
fc678a056f
Merge pull request #3782 from PssbleTrngle/v3.0
...
add support for fabric permissions & LuckPerms
2022-07-22 20:59:47 -05:00
mikeprimm
2d6bcbbca2
Merge pull request #3783 from JurgenKuyper/v3.0
...
updated deprecated interfaces where possible
2022-07-22 20:59:02 -05:00
mikeprimm
c248ce3275
Merge pull request #3784 from JurgenKuyper/brick_fix
...
Mud Brick fix in texture_1.txt
2022-07-22 20:56:51 -05:00
mikeprimm
8f70d5fc3c
Merge pull request #3794 from mastermc05/v3.0
...
Fix and improve async chunk load
2022-07-22 20:56:24 -05:00
mikeprimm
4d34510c8b
Merge pull request #3797 from reitermarkus/patch-1
...
Fix broken tiles caused by implicit cast on PHP 8.
2022-07-22 20:54:45 -05:00
mastermc05
075b27a2c4
Merge branch 'webbukkit:v3.0' into v3.0
2022-07-18 17:39:40 +03:00
Mike Primm
425c870895
Update Forge 1.19 to 41.0.100, handle breaking changes by Forge updates
2022-07-17 18:25:42 -05:00
Markus Reiter
8e02c21a36
Fix implicit cast.
2022-07-15 03:30:26 +02:00
Markus Reiter
ca5d2f4990
Fix implicit cast.
2022-07-15 03:29:16 +02:00
mastermc05
b933f6b21c
Readd fix to copied code
2022-07-07 16:21:22 +03:00
mastermc05
17e60cff40
fix 1.19
2022-07-07 15:34:16 +03:00
mastermc05
8d8a4d088e
fix 1.18.2
2022-07-07 15:26:23 +03:00
JurgenKuyper
dd789b3a41
Merge branch 'v3.0' into brick_fix
2022-06-21 21:58:36 +02:00
Jurgen
a8af8037cb
fixed mud_bricks sides so it is no longer transparent. thanks BlargCraft on Reddit.
2022-06-21 19:58:17 +02:00
JurgenKuyper
d93a014c99
Merge branch 'webbukkit:v3.0' into v3.0
2022-06-21 13:59:54 +02:00
PssbleTrngle
3b1cbdca09
usercache filename
2022-06-21 12:07:48 +02:00
PssbleTrngle
c25945ea13
add missing import
2022-06-21 12:06:26 +02:00