Commit graph

821 commits

Author SHA1 Message Date
Mike Primm
c12e2a6ef9 Get 1.12.2 blockname based textures working 2018-08-05 21:27:18 -05:00
Mike Primm
5b2fbab8ad Start refactor to support pre-1.13 and 1.13+ 2018-08-05 14:38:13 -05:00
Mike Primm
97ee9f3571 Add support for game profile based player images 2018-02-13 19:11:16 -06:00
Mike Primm
9225af20fa Drop setBlockNames, make getBlockIDMap fully qualified 2017-07-06 10:14:45 -05:00
mikeprimm
34609c6cdc Merge pull request #2087 from KovuTheHusky/bstats
Move from mcstats.org to bstats.org for Metrics
2017-06-08 07:58:21 -05:00
Satoshi N. M
7a686b179c 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
21f3bbd085 Add 1.12 support 2017-05-15 21:35:27 -05:00
Kevin Breslin
fcd4474d94 Move from mcstats.org to bstats.org for Metrics 2017-04-17 17:16:18 -04:00
Kevin Breslin
560550efb1 Add wildcard types for generics to suppress warnings 2016-06-11 21:45:27 -05:00
Kevin Breslin
86b194c320 Remove unused imports and local variable 2016-06-11 21:44:52 -05:00
Mike Primm
e8ed8474f8 Add handling for v1.10 unloadQueue 2016-06-11 21:38:50 -05:00
Mike Primm
7371d4b844 Update for 1.10 - make workaround for Spigot API permanent 2016-06-10 01:14:06 -05:00
Mike Primm
b420e091a1 Another try at 1.9 chunk freeze workaround - avoid unloadChunk API 2016-04-08 00:25:30 -05:00
Mike Primm
9e82613d75 Avoid trying to get unloadQueue when field not found 2016-04-02 19:01:04 -05:00
Mike Primm
a973e06c0c Try to handle TerrainControl biomes 2016-04-01 23:55:53 -05:00
Mike Primm
c701992072 Add workaround for Spigot 1.9 problem with unloadChunk(safe=false) 2016-03-28 19:41:08 -05:00
Mike Primm
ecfde56577 Revert "Revert "Remove duplicate removeEntities - Fixes #1838""
This reverts commit 7f94320552.
2016-03-28 19:20:06 -05:00
Mike Primm
7f94320552 Revert "Remove duplicate removeEntities - Fixes #1838"
This reverts commit 6e4ec3eeb8.
2016-03-20 16:36:21 -05:00
Mike Primm
c32b2ce9ba Add initial support for Spigot/CB 1.9 2016-03-01 22:42:24 -06:00
mikeprimm
ea8f534dbd Merge pull request #1851 from starlis/dupeRemoveEntities
Remove duplicate removeEntities - Fixes #1838
2016-01-21 18:30:39 -06:00
Aikar
6e4ec3eeb8 Remove duplicate removeEntities - Fixes #1838
This is handled by unloadChunk
2015-11-03 21:22:19 -05:00
BlackHole
6b2a866921 clear the affected cache if triggerRender...() is called 2015-09-21 15:53:00 +02:00
Mike Primm
1ba976c825 Add showworldborder setting, 1.8 vanilla world border support 2015-02-15 12:40:30 -06:00
Mike Primm
a6d28ff9e2 Shift marker persistence off of server thread (lag reduction) 2015-01-05 23:02:09 -06:00
Mike Primm
ecedd7d917 Fix biome temp/humidity on newer biomes 2015-01-03 17:23:40 -06:00
Mike Primm
2aa65bdfed Avoid trap in Spigot for light levels outside max height 2014-12-14 20:49:38 -06:00
Mike Primm
33bf77ad41 Start Spigot 1.8 support (doesn't work yet....) 2014-11-28 11:08:44 -06:00
Mike Primm
ac30cf775d Update to use Bukkit 1.7.10-R0.1 API, rip out old SpoutPlugin support 2014-10-13 09:41:14 -05:00
Mike Primm
335972d14c Update to fix Glowstone support 2014-09-13 21:17:37 -05:00
Mike Primm
913e1c1e35 More Glowstone fixes 2014-09-06 22:25:56 -05:00
Mike Primm
573f6b1ce1 Add initial support for Glowstone server 2014-09-06 19:19:20 -05:00
Mike Primm
46eae02bc8 Add well known 1.7 biomes only when appropriate version 2014-08-22 23:48:12 -05:00
Mike Primm
648ae8bf1e Add well known 1.7.x biomes only when version is appropriate 2014-08-22 23:15:57 -05:00
mikeprimm
284b102c38 Merge pull request #1601 from KovuTheHusky/master
Fix javadoc errors for building with Java SE 8
2014-08-20 18:08:20 -05:00
Mike Primm
fcf16b3b3f Add support for 1.7.10 2014-07-09 22:20:33 -05:00
Kevin Breslin
5ff36a0b36 Fix javadoc errors for building with Java SE 8 2014-05-26 22:37:53 -04:00
Mike Primm
8d4b7d4cbe Add sign change API to help with marker sign support on MCPC+ 2014-03-11 23:58:01 -05:00
Mike Primm
61f62c5e80 Rework chunk loading timing stats - simpler, more useful 2014-02-04 07:05:24 -06:00
Mike Primm
6609c62d90 Remove unneeded synchronized() 2014-02-03 22:29:00 -06:00
Mike Primm
090e8b9aad Revert "Add more metrics to chunk loading (for testing)"
This reverts commit ee2755fc3b.
2014-02-03 22:27:04 -06:00
Mike Primm
ee2755fc3b Add more metrics to chunk loading (for testing) 2014-02-03 21:36:43 -06:00
Mike Primm
aec4889579 Add stubs for block unique ID support 2014-02-01 01:16:15 -06:00
Mike Primm
439c879196 Fix inhabitedTime field lookup 2014-01-17 23:05:54 -06:00
Mike Primm
a174397e9e Add getInhabitedTime() 2014-01-17 17:40:39 -06:00
Mike Primm
8066132905 Handle textures loading from other mods 2014-01-11 23:41:23 -06:00
Mike Primm
078e6b3eb9 Add debug option for dumping IDs of blocks with no render data 2014-01-06 21:41:12 -06:00
Mike Primm
f818e2491b Add use-brightness-table setting, and support for world-specific brightness tables 2014-01-04 21:16:29 -06:00
Mike Primm
30e7e6e2ff Update server interface for mod-supplied texture/model files 2013-12-28 23:56:22 -06:00
Mike Primm
a8a78f2cc8 Strip version check 2013-12-05 00:11:40 -06:00
Mike Primm
4d1f1f8b5a Turn off version check (dev.bukkit.org doesn't like it...) 2013-12-02 16:12:11 -06:00