Commit graph

789 commits

Author SHA1 Message Date
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
Mike Primm
eb842e6f92 Update to support CB 1.7.2-R0.1 2013-12-01 08:32:16 -06:00
Mike Primm
735b2edc72 Start mod support API 2013-11-30 22:51:48 -06:00
Mike Primm
27907fd406 Update for mod image loading support 2013-09-18 17:17:23 -05:00
Mike Primm
d4de60d23a Add support for web server bindaddress to be set to match MC server-ip setting 2013-09-08 00:00:25 -05:00
Mike Primm
fc2f817472 Have spout code handle renderdata not being defined yet 2013-09-07 23:11:35 -05:00
Mike Primm
932a0f482b Add mod version check code 2013-08-16 02:17:10 -05:00
Mike Primm
50c2627aba Straighten out GroupManager offline permissions 2013-07-18 08:44:33 -05:00
Mike Primm
3f6f528870 Add 2 tick delay to player join processing - allows nicknames to be set before we send message to web 2013-07-05 10:57:19 -05:00
Mike Primm
e079609464 Bandaid for MrApple's CB 1.6.1 2013-07-01 19:31:59 -05:00
Mike Primm
50cd2ddc03 Add softref option for chunk snapshot cache 2013-06-25 01:09:25 -05:00
Mike Primm
e0cce6bbd3 Add settings for TPS limits and per-tick msec limits 2013-06-19 23:20:38 -05:00
Mike Primm
31511c593e Add settings for player-sort-permission-nodes support 2013-06-14 01:49:49 -05:00
Mike Primm
cc7788f33a Add method for discovering all chunks in world 2013-05-24 23:59:08 -05:00
Mike Primm
b5e22df224 Revert chunk load change - but still make sure they don't unload under us 2013-05-10 17:36:27 -05:00
Mike Primm
042edaac27 Revert "Additional check on loaded chunks : avoid getChunkAt rare exception"
This reverts commit 99e43bb65f.
2013-05-10 17:00:52 -05:00
Mike Primm
4f550897ac Add GroupManager specific permissions support 2013-05-10 01:31:30 -05:00
Mike Primm
fb051f1533 Repackage to single JAR, no ZIP - make other files self-extracting 2013-05-09 00:55:07 -05:00
Mike Primm
99e43bb65f Additional check on loaded chunks : avoid getChunkAt rare exception 2013-05-08 19:35:45 -05:00
Mike Primm
d79fcf3c1f Add full support for CTM material connection method 2013-04-28 10:12:01 -05:00
Mike Primm
8eaa7d1325 Tune performance on map iterator 2013-04-26 21:44:29 -05:00
Mike Primm
40dd2025f2 Add Custom Colors support for texture packs 2013-04-22 23:03:07 -05:00
Mike Primm
9385f10f71 Avoid shutdown exception due to bukkit 'improvements' 2013-04-21 21:05:12 -05:00
Mike Primm
ff4985a782 Add supporting code to help with CTM support (block names, biome names) 2013-04-18 01:20:59 -05:00
Mike Primm
b05395b9fc Remove MCPC-Plus support from Bukkit version - add notice to use Forge 2013-03-29 21:46:06 -05:00
Mike Primm
7974d9e2bd Update for new API listener 2013-03-20 23:59:50 -05:00
Mike Primm
cd5a9784ad Make sure chunk unload queue is processed quickly enough on MCPC 2013-03-18 20:30:13 -05:00
Mike Primm
ecbdf6e8d9 Switch MCPC+ to using unloadChunkRequest - unloadChunk() seems to not clean up properly 2013-03-17 23:43:11 -05:00
Mike Primm
eff44320fa Add BukkitForge handler - doesn't work right due to BukkitForge API bugs 2013-03-01 23:51:45 -06:00
Mike Primm
8dc1712870 Drop autogenerate option 2013-02-24 20:24:05 -06:00
mikeprimm
d9abc4a415 Merge pull request #1148 from dejavecu/master
Added support of round visibility limits
2013-02-24 16:15:16 -08:00
Mike Primm
b2a5ca6dff Put in some protextion logic for apparently broken SpoutPlugin 2013-02-24 18:04:20 -06:00
dejavecu
657ab554cf Added support of round visibility limits 2013-02-16 03:59:07 +04:00