Commit graph

2204 commits

Author SHA1 Message Date
James Lyne
0818ba57e6 Always run LoadPlayerImages task in the thread pool.
Prevents the main thread being blocked if the mysql connection is lost etc, when fetchskins is disabled.
2021-10-01 13:44:29 +01:00
Mike Primm
ca9ccf579a Set to 3.0 release 2020-06-06 17:10:24 -05:00
Mike Primm
385e90c2a5 Update wrapper to 4.10.2 2020-05-31 11:46:36 -05:00
Mike Primm
2bad6be5df Add enterReplacesExits setting for greeting/farewell 2020-05-30 20:29:16 -05:00
Mike Primm
e86a7203eb Add support for enqueing enter/exit messages, so that mutliples display 2020-05-30 19:05:01 -05:00
Mike Primm
18f3a5ccf3 Shift remaining storage access call off of server thread 2020-05-26 22:34:00 -05:00
Mike Primm
0cdd09d2c6 Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0 2020-05-26 21:26:44 -05:00
Mike Primm
2190e484ca Back to snapshot 2020-05-26 21:26:27 -05:00
mikeprimm
6a9610de1f Update versions 2020-05-25 22:01:51 -05:00
Mike Primm
e038c02a1a Add enter/exit settings in configuration.txt 2020-05-25 20:15:40 -05:00
Mike Primm
a2999a2b23 Bump to RC3 2020-05-25 19:50:10 -05:00
Mike Primm
c3ab0732ee Clean up output 2020-05-25 18:58:28 -05:00
Mike Primm
4076dd996c Add support for greeting/farewell on circle markers 2020-05-25 18:52:28 -05:00
Mike Primm
d477731ac2 Fix polygon test 2020-05-25 16:35:28 -05:00
Mike Primm
8615efc226 Finish support for greeting/farewall text on area markers 2020-05-25 13:55:36 -05:00
Mike Primm
8cb0e05eb1 Initial work on greeting/farewall title support for areas 2020-05-25 01:14:20 -05:00
Mike Primm
2e398a0c2b Initial 1.15.2 Forge build 2020-05-23 22:41:11 -05:00
Mike Primm
3d12f67517 Initial function 1.14.4 Forge build! 2020-05-23 18:46:29 -05:00
Mike Primm
a1521deaf6 Add autoReconnect=true for MariaDB 2020-05-21 19:56:22 -05:00
Mike Primm
ef62a60f82 Fix lighting handling while still working around PaperMC issue 2020-05-19 22:26:08 -05:00
Mike Primm
f34aaa3d54 Copy light data (cannot trust NBT data returned to be stable....) 2020-05-19 12:38:16 -05:00
Mike Primm
cc43a8b493 Change to RC2 2020-05-19 11:04:29 -05:00
Mike Primm
550e4a00a0 Default undefined skylight to 'full' 2020-05-19 10:45:09 -05:00
Mike Primm
228a84ca34 Clean up 1.14.4 compile errors 2020-05-18 22:07:35 -05:00
Mike Primm
47566e860b Fix display name 2020-05-16 20:34:30 -05:00
Mike Primm
a1fd0e60f1 Switch format default for clean config files to jpg-q90 2020-05-16 19:24:36 -05:00
Mike Primm
a8188c78e0 Set to 3.0-rc1 2020-05-16 18:21:06 -05:00
Mike Primm
a6b89c55e2 Adjust parchmentbw 2020-05-16 17:55:01 -05:00
Mike Primm
46e6c005a9 Add parchmentbw for no shadow b/w render lighting 2020-05-16 17:30:59 -05:00
Mike Primm
5f518e7f00 Add blackandwhite mode with threshold for two tone 2020-05-16 17:26:16 -05:00
Mike Primm
bbd253853d Add grayscaledark attribute to control dark color in graytone 2020-05-16 17:06:14 -05:00
Mike Primm
8c1cc36088 Remove block dump 2020-05-16 16:26:54 -05:00
mikeprimm
7fa8861054 Merge pull request #2896 from owlnull/v3.0
Add skins support via SkinsRestorer plugin
2020-05-16 16:18:17 -05:00
Mike Primm
1a1e25f9d7 Get build clean with retired components 2020-05-16 16:17:32 -05:00
Mike Primm
a571621e56 Drop unsupported versions (1.13.0, 1.13.1, 1.14.0) 2020-05-16 13:29:39 -05:00
Mike Primm
95493d59b1 Fix version reporting for Forge 1.13.2 2020-05-03 22:23:32 -05:00
Mike Primm
2c8ae6fb16 Imrpove chunk state handling 2020-05-03 21:13:20 -05:00
Mike Primm
1815b2a911 Handle ChunkStatus on 1.13.2 better 2020-05-03 20:33:46 -05:00
Mike Primm
98f8328c64 Iron out 1.13.2 biomes and chunk loading 2020-05-03 17:35:38 -05:00
Mike Primm
ce470df6eb Get Forge 1.13.2 chunk reading working 2020-05-03 15:05:28 -05:00
Mike Primm
63f184223b Get 1.13.2 command handling working 2020-05-03 14:29:18 -05:00
Mike Primm
ac4dc10863 Clean up init of coord widget 2020-05-02 18:19:17 -05:00
Mike Primm
bf8439be36 show-mc 2020-05-02 17:50:22 -05:00
Mike Primm
903b88b4c3 Add support for lighting level toned maps: nightspawn daynightspawn 2020-05-02 15:21:47 -05:00
Mike Primm
c750ff9139 Provide grayscale and graytone in default lighting 2020-05-02 14:11:52 -05:00
Mike Primm
cfae1ff57a Change parchment default to #C09A53 2020-05-02 13:05:05 -05:00
Mike Primm
49e51956a8 Add support for grayscale lighting, parchment lighting 2020-05-02 13:00:51 -05:00
owlnull
06248642ed Fix plugin crash caused by SkinsRestorer integration
SkinsRestorer integration now just shows warning instead of plugin crash when SkinsRestorer not installed and integration enabled
2020-04-28 15:10:25 +05:00
Mike Primm
bd4bac31fe More 1.13.2 fixes 2020-04-26 21:28:12 -05:00
Mike Primm
bf8f85f601 More fixes 2020-04-26 19:43:35 -05:00