Commit graph

717 commits

Author SHA1 Message Date
Mike Primm
eb15f470b2 Add some more feature metrics 2012-08-24 22:37:48 -05:00
Mike Primm
ae833b08bc Add mcstats.org reporting 2012-08-24 00:07:06 -05:00
Mike Primm
8b67ae644f Set to 0.70.3 - fix for CB internals change in 1.3.1-R2.1 2012-08-19 18:04:36 -05:00
Mike Primm
6e05a1fa14 Add workaround for CB chunk unload issue 2012-08-13 00:17:09 -05:00
Mike Primm
bb4cc1928d Turn back on loading of unpopulated chunks - flag in CB doesn't appear
to be reliable
2012-08-09 17:52:10 -05:00
Mike Primm
c1b50eb70c Set to 0.70.1 2012-08-08 23:47:07 -05:00
Mike Primm
dcd855b541 Clean up spout-textures.txt when spout is disabled (avoid block id conflicts) 2012-08-07 23:39:14 -05:00
Mike Primm
edb6f75014 Add spout controls (enable/disable, use-existing-textures), load other spout mods first 2012-08-07 23:20:00 -05:00
Mike Primm
a7740f2dc9 Add support for AsyncPlayerChatEvent - make silly nagging STFU - still support 1.2.5 2012-08-04 23:02:24 -05:00
Mike Primm
8a97b1c187 Streamline chunk load/unload, ignore unpopulated chunks, handle broken Spout mods better 2012-08-02 02:07:17 -05:00
Mike Primm
560424886b Add current/max player count on player list 2012-07-30 21:42:59 -05:00
Mike Primm
86167788fa Switch player position to be based on eye/head position - fix hideifundercover problem when in minecarts 2012-07-30 21:00:52 -05:00
Mike Primm
3c3608bb5f Add API to test for player info protection 2012-07-29 11:01:59 -05:00
Mike Primm
39c5388a64 Add Player Visibility Set API support 2012-07-28 22:56:12 -05:00
Mike Primm
78ad76e6e8 Cleanup warnings 2012-07-21 00:35:41 -05:00
Mike Primm
419cbb8f1f Handle exceptions from Bukkit on chunk loads - keep from being killed by them... 2012-07-16 00:51:13 -05:00
Mike Primm
02eaef3323 Add 'blockredstone' trigger (default to disabled) 2012-07-11 02:09:51 -05:00
Mike Primm
c21e738cb0 More protection against exceptions for blocks at top of world 2012-05-23 08:13:47 -05:00
Mike Primm
ca53d54f40 Prevent traps by stupid mods that think BlockBreak events are good to send without blocks.... 2012-05-22 23:53:29 -05:00
Mike Primm
b6b082ddd7 Handle chunk cache loading in platform module 2012-05-19 15:50:20 -05:00
Mike Primm
dcc9eaa5ec Fix hideifundercover on The End 2012-05-09 00:29:04 -05:00
Mike Primm
29a413e0f7 Declare world permission nodes 2012-04-11 01:19:12 -05:00
Mike Primm
16ebb5da15 Fix handling of unknown biomes (For Trees++) 2012-04-09 18:03:32 -05:00
Mike Primm
9fc92cb9fb Add 'chatlengthlimit' setting - control max chat message length 2012-04-03 23:23:29 -05:00
Mike Primm
aefa6a9c9c Add online-only permissions message 2012-03-31 00:24:46 -05:00
Mike Primm
b69f588a62 Add webchat-permissions setting, fix bPerms, PermissionsBukkit 2012-03-31 00:23:22 -05:00
Mike Primm
1f9bfab569 Fix bPermissions 2012-03-30 22:07:33 -05:00
Mike Primm
8f55539de4 Handle when Spout explodes during startup 2012-03-28 21:23:36 -05:00
Mike Primm
f37048915a Fix lighting problem with custom spout blocks 2012-03-28 21:04:12 -05:00
Mike Primm
5329577d85 Handle 1.2.x world height in chunks with Spout plus custom blocks 2012-03-28 11:39:39 -05:00
Mike Primm
d601ba1ea1 Add dynmap.webchat permission - option to restrict webchat rights 2012-03-25 14:29:49 -05:00
Mike Primm
c615b84eaf Add player permissions check API 2012-03-24 23:29:31 -05:00
Mike Primm
a9d449c4ac Add direct support for PeX, bPerms, PermBukkit 2012-03-23 22:02:13 -05:00
Mike Primm
00d738bbbf Add misc/swampgrasscolor.png and misc/swampfoliagecolor.png support 2012-03-17 00:34:33 -05:00
Mike Primm
5039af5e8e Handle custom water color shading (misc/watercolorX.png) 2012-03-16 22:48:33 -05:00
Mike Primm
179eeca03d Handle lighting checks above world top 2012-03-13 01:10:47 -05:00
Mike Primm
da237e7776 More cleanup 2012-03-11 19:56:54 -05:00
Mike Primm
4de23cc846 Update to 1.2 biome shading model (1.1 maps will be 1.2-style shaded - sorry) 2012-03-11 16:17:32 -05:00
Mike Primm
a43a127294 Fix handling of normalized world names 2012-03-10 15:07:13 -06:00
Mike Primm
fb5ee1a72e Try fix for getHighestBlockY() not working as advertised 2012-03-09 14:33:51 -06:00
Mike Primm
8928ad8667 Fix nether render in 1.1 and 1.2 2012-03-04 20:21:01 -06:00
Mike Primm
0a52612dcf Drop listeners for disabled triggers (overhead on very big servers) 2012-03-03 23:20:04 -06:00
Mike Primm
2e7fc84a9b Big performance boost - exploit empty section data, max block y in ray trace 2012-03-03 09:33:07 -06:00
Mike Primm
d89ece9c3a Add support for 'blockgrow' trigger (for growing crops) 2012-02-28 23:40:52 -06:00
Mike Primm
8bb6083b27 Support world names with '/' characters (substitute internally with '-') 2012-02-27 22:14:48 -06:00
Mike Primm
db5c5528b3 Add disable API for chat-to-web processing (for mods to replace it) 2012-02-22 23:10:13 -06:00
Mike Primm
30600619b2 Add sealevel and world height for client info 2012-02-22 21:12:29 -06:00
Mike Primm
f3a6a88fad More improvement on blockphysics and blockfromto chatter 2012-02-22 21:00:13 -06:00
Mike Primm
1bc275b6d8 Try to reduce excessive firing of blockfromto and blockphysics triggers 2012-02-22 08:07:13 -06:00
Mike Primm
14bf274839 Make player-join processing monitor priority - give VNP a chance to hide it 2012-02-22 00:26:03 -06:00