Commit Graph

1816 Commits

Author SHA1 Message Date
Mike Primm be9d7a3cdd Add gitignore 2018-08-12 21:24:16 -05:00
Mike Primm 6b11e82b86 Cleanup dependencies 2018-08-12 21:20:56 -05:00
Mike Primm 6864a2416a Set execute flag 2018-08-12 10:26:01 -05:00
Mike Primm 88654fdf9d Add/fix more 1.13 blocks 2018-08-12 02:32:55 -05:00
Mike Primm 1de0f66230 Merge DynmapCoreAPI into common gradle build 2018-08-12 00:53:55 -05:00
Mike Primm 805a7aa799 Add dynmap-core to common build 2018-08-12 00:33:37 -05:00
Mike Primm f66e63fe45 Merge dynmap-api into common dynmap 2018-08-11 23:42:08 -05:00
Mike Primm d2a0f65173 Cleanup directory structure 2018-08-11 23:27:52 -05:00
Mike Primm 47fd51a247 Switch to gradle build 2018-08-11 23:11:20 -05:00
Mike Primm 57bf7fb99d Prep for combining under gradle build 2018-08-11 21:56:25 -05:00
Mike Primm d5160dcaf6 Consolidate 1.13 vs classic ChunkCache code 2018-08-10 01:03:38 -05:00
Mike Primm 6a4554f44c More 1.13 fixes, optimizations 2018-08-09 02:54:48 -05:00
Mike Primm 654cba2de4 Get 1.13 support building and running a little.... 2018-08-08 01:39:51 -05:00
Mike Primm 58d5e59616 Get 1.12.2 blockname based textures working 2018-08-05 21:27:18 -05:00
Mike Primm b4920e0246 Start refactor to support pre-1.13 and 1.13+ 2018-08-05 14:38:13 -05:00
Mike Primm 9a53e54367 Add gson to POM 2018-02-13 19:29:27 -06:00
Mike Primm b87a44a690 Add support for game profile based player images 2018-02-13 19:11:16 -06:00
Mike Primm 16d5b1de86 Retire compass-mode setting 2017-07-12 23:03:40 -05:00
Mike Primm f396f46987 Drop setBlockNames, make getBlockIDMap fully qualified 2017-07-06 10:14:45 -05:00
Mike Primm 1f8184dd5a Ignore pom file 2017-06-10 08:00:23 -05:00
Mike Primm dd4a4cd55e Start v3.0 branch 2017-06-09 22:20:52 -05:00
Mike Primm aa78918411 Prep for 2.5 release 2017-06-08 19:29:08 -05:00
mikeprimm 08a071559a Merge pull request #2087 from KovuTheHusky/bstats
Move from mcstats.org to bstats.org for Metrics
2017-06-08 07:58:21 -05:00
mikeprimm 77410a70aa Merge pull request #2099 from satoshinm/glowstone
Fix Glowstone support GlowChunkSnapshot class
2017-06-08 07:57:31 -05:00
Satoshi N. M 9233b6b849 Fix Glowstone support GlowChunkSnapshot class
Package was moved in https://github.com/GlowstoneMC/Glowstone/pull/444
2017-05-29 15:46:28 -07:00
Mike Primm 1b8f441712 Add 1.12 support 2017-05-15 21:35:27 -05:00
Kevin Breslin 3740e59943 Move from mcstats.org to bstats.org for Metrics 2017-04-17 17:16:18 -04:00
Kevin Breslin d62094e515 Merge commit 'fc717ae7207270056908c0b40024f2f726afc4e4' 2017-04-15 20:49:36 -04:00
Mike Primm fc717ae720 Bump to 2.5-SNAPSHOT 2017-02-12 00:54:19 -06:00
Mike Primm d36e3caf04 Prep for release 2017-02-11 17:12:27 -06:00
Mike Primm 9f835b4978 Remove old Spout library 2016-06-21 22:58:40 -05:00
Mike Primm 3f0a842414 Bump to v2.4-SNAPSHOT 2016-06-12 12:15:40 -05:00
Mike Primm c4cc6dcca5 Prep for v2.3 GA 2016-06-12 10:14:28 -05:00
Kevin Breslin 2fef8eac1e Add wildcard types for generics to suppress warnings 2016-06-11 21:45:27 -05:00
Kevin Breslin 1a6ed552ea Remove unused imports and local variable 2016-06-11 21:44:52 -05:00
Mike Primm c4a59d2d29 Add handling for v1.10 unloadQueue 2016-06-11 21:38:50 -05:00
Mike Primm 4300f0b7ab Update for 1.10 - make workaround for Spigot API permanent 2016-06-10 01:14:06 -05:00
Kevin Breslin 736c77c54c Merge branch 'master' of https://github.com/KovuTheHusky/dynmap 2016-05-23 00:50:29 -04:00
Mike Primm 95ba9b9521 Another try at 1.9 chunk freeze workaround - avoid unloadChunk API 2016-04-08 00:25:30 -05:00
Mike Primm eecef06684 Avoid trying to get unloadQueue when field not found 2016-04-02 19:01:04 -05:00
Mike Primm 27dc1d4a0b Try to handle TerrainControl biomes 2016-04-01 23:55:53 -05:00
Mike Primm b10a1585f4 Add workaround for Spigot 1.9 problem with unloadChunk(safe=false) 2016-03-28 19:41:08 -05:00
Mike Primm 9b72e5b3f1 Revert "Revert "Remove duplicate removeEntities - Fixes #1838""
This reverts commit 834d315545.
2016-03-28 19:20:06 -05:00
Mike Primm 834d315545 Revert "Remove duplicate removeEntities - Fixes #1838"
This reverts commit 0253a644bf.
2016-03-20 16:36:21 -05:00
Mike Primm 94fc53ef91 Add initial support for Spigot/CB 1.9 2016-03-01 22:42:24 -06:00
mikeprimm 20320c578f Merge pull request #1851 from starlis/dupeRemoveEntities
Remove duplicate removeEntities - Fixes #1838
2016-01-21 18:30:39 -06:00
mikeprimm 829a02b636 Merge pull request #1839 from Black-Hole/clear-cache
clear the affected cache if triggerRender...() is called
2016-01-21 18:29:39 -06:00
Kevin Breslin 7aefc0555f Merge remote-tracking branch 'webbukkit/master' 2015-12-22 18:58:56 -05:00
Aikar 0253a644bf Remove duplicate removeEntities - Fixes #1838
This is handled by unloadChunk
2015-11-03 21:22:19 -05:00
BlackHole 96a11c4711 clear the affected cache if triggerRender...() is called 2015-09-21 15:53:00 +02:00