Commit Graph

2096 Commits

Author SHA1 Message Date
Mike Primm 08226b8602 Update default player skin to new format, expect 64x64 2018-12-31 08:37:01 -06:00
Mike Primm 39bfa0e9b1 Add support for 2nd layer on body mode player icons 2018-12-12 23:34:15 -06:00
Mike Primm f8f6cd2c3d Back to SNAPSHOT 2018-12-09 19:17:07 -06:00
Mike Primm d9186e5464 Fix world idle-out on 1.12.2 2018-12-09 09:59:12 -06:00
Mike Primm 6b5c546ae9 Add forum and issue tracker URLs 2018-12-08 23:01:04 -06:00
Mike Primm ced39e8b29 Fix chunkgenerate and chunkpopulate trigger on 1.10.2 2018-12-08 22:43:44 -06:00
Mike Primm ec8df4a23e Fix chunkgenerate/chunkpopulate triggers in 1.11.2 2018-12-08 22:29:03 -06:00
Mike Primm a77ebecd1c Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2018-12-08 21:27:49 -06:00
Mike Primm 4a13191ba5 Bump to beta-3 2018-12-08 21:27:22 -06:00
Mike Primm def802bf8d Fix world load/unload handling and chunk generate/populate events 2018-12-08 12:31:16 -06:00
Mike Primm a7d7b5f6e2 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2018-12-08 10:38:11 -06:00
Mike Primm 29ebef172f Fix 1.13 world border support, handle world border changes 2018-12-08 10:36:30 -06:00
Mike Primm 95decf005c Fix 1.13 world border support, handle world border changes 2018-12-08 00:15:06 -06:00
Mike Primm 3650dc7d2a Fix scaling of player health bar 2018-12-07 21:33:35 -06:00
Mike Primm 505e6b3b90 Improve ETag caching support for image tiles 2018-12-07 21:32:28 -06:00
Mike Primm b24f92cdd0 Add blockname and statename support to CTM 2018-12-04 00:44:22 -06:00
Mike Primm 41a6a14fbd Fix 1.13 snow layer model 2018-12-01 23:06:05 -06:00
Mike Primm fd698de4c0 Fix oak stairs model for pre-1.13 2018-12-01 22:50:44 -06:00
Mike Primm 12c4df777d Add workaround for Spigot 1.13.2 bug with loadChunk(x,z,false)
Workaround problem with fact that World.loadChunk(x, z, false) fails
when called on existing chunks that have not been migrated to 1.13.x
format.
2018-12-01 20:56:08 -06:00
mikeprimm 24c62e80ec
Merge pull request #2391 from aarroonn789/v3.0
Added MySQL connection flags option "flags" in configuration.txt
2018-12-01 12:06:03 -06:00
Aaron Harabedian 36e5b7e391 Added MySQL connection flags option "flags" in configuration.txt 2018-11-28 02:33:21 -05:00
Mike Primm 2e0a832df3 Back to SNAPSHOT 2018-10-22 19:19:23 -05:00
Mike Primm 5c9d16007d Set to 3.0-beta-2 2018-10-22 19:11:42 -05:00
Mike Primm 54ed4c7842 Add 1.13.2 Spigot support 2018-10-22 18:52:41 -05:00
mikeprimm d227d48ffb
Merge pull request #2365 from haffmans/v3.0
Fix loading profiles to solve 500 errors on login
2018-10-20 11:18:02 -05:00
Wouter Haffmans f3fea246bf Fix loading profiles to solve 500 errors on login
This loads profiles from the server cache, which properly sets the uuid
(which again is used to check for bans in some other layers).

Backport of DynmapForge PR 77
2018-10-19 22:28:59 +02:00
Mike Primm b741bb522d Fix redstone in hideores=true 2018-09-12 19:58:32 -05:00
Mike Primm df43618354 Fix flowerpot model 2018-09-11 00:09:57 -05:00
Mike Primm fff104b424 Fix sign models 2018-09-10 23:23:53 -05:00
Mike Primm df3f51f987 Back to snapshot 2018-09-09 22:33:34 -05:00
Mike Primm c00c9619a3 Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2018-09-09 21:48:35 -05:00
Mike Primm c75c19a9e2 Set to beta-1 2018-09-09 21:48:21 -05:00
Mike Primm 0a17eb060a Fix 1.13.x chest rendering models 2018-09-09 18:49:57 -05:00
Mike Primm f058b8ba65 Fix iron trapdoor model, fix orientation of open trapdoors (1.13) 2018-09-09 18:26:40 -05:00
Mike Primm f8417cbfd9 Fix button models for 1.13.x 2018-09-09 18:05:30 -05:00
Mike Primm 5d3bf73d9c Add state index range support to models (data=x-y) 2018-09-09 18:05:17 -05:00
Mike Primm e81612646f Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0 2018-09-09 08:55:46 -05:00
Mike Primm 9c4250a7ac Handle IllegalArgumentException from Spigot snapshot (#2329) 2018-09-09 08:55:36 -05:00
Mike Primm a23b2f8237 Chunk state performance for 1.8.9 2018-09-06 22:39:26 -05:00
Mike Primm 690b56d6d3 Chunk state performance for 1.9.4 2018-09-06 22:29:34 -05:00
Mike Primm c28cbb23ba Chunk state performance for 1.10.2 2018-09-06 22:22:51 -05:00
Mike Primm 9e8850c633 Chunk state lookup performance in 1.11.2 2018-09-06 22:11:34 -05:00
Mike Primm 54163396fb Block state lookup performance 2018-09-06 19:55:31 -05:00
Mike Primm 457607720d Fix handling of JEIDS, shift to 1.13 style state for chunk ss 2018-09-06 17:56:21 -05:00
Mike Primm 27cdd8e483 Work around for ForgeGradle problems with shadow jars 2018-09-06 10:31:57 -05:00
Mike Primm ff36c50e06 Scrub more 4096 block ID limits 2018-09-06 08:15:08 -05:00
Mike Primm 4a5a85c995 Fix inhabitedTicks and unloadQueue discovery 2018-09-06 01:25:21 -05:00
Mike Primm 0a739347bf Support NotEnoughIDs and JustEnoughIDs NBT formats (blockids, biomes) 2018-09-06 00:16:15 -05:00
Mike Primm 09ccad6eca Handle chunks with no biome data 2018-09-05 19:51:14 -05:00
Mike Primm 4afef4503a Add hide-land option for Underwater view shader (default = true) 2018-09-05 19:03:29 -05:00