Mike Primm
ca7f353e0d
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
f674e4a79b
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
ac8d2f4333
Added MySQL connection flags option "flags" in configuration.txt
2018-11-28 02:33:21 -05:00
Mike Primm
916dd99e82
Back to SNAPSHOT
2018-10-22 19:19:23 -05:00
Mike Primm
246f9f4390
Set to 3.0-beta-2
2018-10-22 19:11:42 -05:00
Mike Primm
67d2caf6cb
Add 1.13.2 Spigot support
2018-10-22 18:52:41 -05:00
mikeprimm
e2e55a29d9
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
7cf5031a8c
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
75a0dcaf3b
Fix redstone in hideores=true
2018-09-12 19:58:32 -05:00
Mike Primm
6a61e617a9
Fix flowerpot model
2018-09-11 00:09:57 -05:00
Mike Primm
e7457d816a
Fix sign models
2018-09-10 23:23:53 -05:00
Mike Primm
eb513f1080
Back to snapshot
2018-09-09 22:33:34 -05:00
Mike Primm
f7154515e2
Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0
2018-09-09 21:48:35 -05:00
Mike Primm
a1f1f52eef
Set to beta-1
2018-09-09 21:48:21 -05:00
Mike Primm
eb6b69968e
Fix 1.13.x chest rendering models
2018-09-09 18:49:57 -05:00
Mike Primm
5439eed84c
Fix iron trapdoor model, fix orientation of open trapdoors (1.13)
2018-09-09 18:26:40 -05:00
Mike Primm
51d01cc0e7
Fix button models for 1.13.x
2018-09-09 18:05:30 -05:00
Mike Primm
660d3d9aed
Add state index range support to models (data=x-y)
2018-09-09 18:05:17 -05:00
Mike Primm
8a2302cbf4
Merge branch 'v3.0' of https://github.com/webbukkit/dynmap.git into v3.0
2018-09-09 08:55:46 -05:00
Mike Primm
5537c98e14
Handle IllegalArgumentException from Spigot snapshot ( #2329 )
2018-09-09 08:55:36 -05:00
Mike Primm
184b4b8e2d
Chunk state performance for 1.8.9
2018-09-06 22:39:26 -05:00
Mike Primm
e28b6115a4
Chunk state performance for 1.9.4
2018-09-06 22:29:34 -05:00
Mike Primm
1b12087e45
Chunk state performance for 1.10.2
2018-09-06 22:22:51 -05:00
Mike Primm
2c3c55530e
Chunk state lookup performance in 1.11.2
2018-09-06 22:11:34 -05:00
Mike Primm
abea4093fb
Block state lookup performance
2018-09-06 19:55:31 -05:00
Mike Primm
032ab5bcba
Fix handling of JEIDS, shift to 1.13 style state for chunk ss
2018-09-06 17:56:21 -05:00
Mike Primm
77c4d50d29
Work around for ForgeGradle problems with shadow jars
2018-09-06 10:31:57 -05:00
Mike Primm
0d7a001c69
Scrub more 4096 block ID limits
2018-09-06 08:15:08 -05:00
Mike Primm
76582d62ee
Fix inhabitedTicks and unloadQueue discovery
2018-09-06 01:25:21 -05:00
Mike Primm
662b5acd47
Support NotEnoughIDs and JustEnoughIDs NBT formats (blockids, biomes)
2018-09-06 00:16:15 -05:00
Mike Primm
499d78a0a9
Handle chunks with no biome data
2018-09-05 19:51:14 -05:00
Mike Primm
288a7ad9ea
Add hide-land option for Underwater view shader (default = true)
2018-09-05 19:03:29 -05:00
Mike Primm
01fc9a3e9e
Extra null patch check
2018-09-04 07:01:11 -05:00
Mike Primm
ff318100bf
Back to SNAPSHOT
2018-09-03 23:17:33 -05:00
Mike Primm
8f68ce3e69
Prep for alpha-3
2018-09-03 22:00:10 -05:00
Mike Primm
a7b2825e4c
Clean up version and build for Forge
2018-09-03 19:19:04 -05:00
Mike Primm
179bf0098e
Forge fixes
2018-09-03 17:13:05 -05:00
Mike Primm
78dceaa8ff
Fix white stained glass in 1.13.x
2018-09-03 15:34:37 -05:00
Mike Primm
f8da7e4a3b
More fluid model fixes
2018-09-02 22:17:53 -05:00
Mike Primm
2ec9b3c892
First pass of new flowing fluid models
2018-09-02 17:43:50 -05:00
Mike Primm
af090837da
Enhance patch definition - allow for triangles, trapezoids
2018-09-02 11:38:17 -05:00
Mike Primm
e88d9b321d
Fix bubble columns
2018-09-02 10:09:15 -05:00
BuildTools
05324cfa77
More fluid renderer work
2018-09-02 01:06:22 -05:00
BuildTools
27d7e74cfb
Add more state data (isSolid())
2018-09-01 23:26:36 -05:00
Mike Primm
34ec8b9eeb
Avoid warnings with 1.13.1 specific blocks on 1.13
2018-09-01 20:37:42 -05:00
Mike Primm
8f8f0bfbab
Clean up warnings
2018-09-01 19:59:06 -05:00
Mike Primm
fe4aae301f
Finish fixing new water
2018-09-01 19:16:55 -05:00
Mike Primm
19cf8ea2df
More water model fixes
2018-09-01 18:07:58 -05:00
Mike Primm
34461e4a8b
Tighten border tolerance
2018-09-01 17:01:28 -05:00
Mike Primm
a861b0fcfe
Start work on new water model - shift over to using basic version
2018-09-01 16:55:00 -05:00