1905 Commits

Author SHA1 Message Date
Shoghi Cervantes
de5a3175bc Data Packet initial parsing 2013-12-17 12:00:26 +01:00
Shoghi Cervantes
e6aeb03ec5 Merge remote-tracking branch 'origin/master' into Faster-Network 2013-12-17 11:01:12 +01:00
Shoghi Cervantes
d4057a2113 Fixed #997 carrots converting to potatoes [gh#997] 2013-12-17 10:34:24 +01:00
Michael Yoo
1eab1e382a Merge pull request #1007 from InusualZ/fix
Fixed Event "entity.explosion"
2013-12-16 18:40:04 -08:00
InusualZ
351ac0d7af Fixed Event "entity.explosion"
The event don't listen to the handler
2013-12-16 19:42:35 -05:00
Shoghi Cervantes
b457e63d20 Reverted Item despawn timer 2013-12-16 17:12:25 +01:00
Shoghi Cervantes
3ef2471041 More Changes 2013-12-16 15:49:28 +01:00
Shoghi Cervantes
7bc9500484 Increased error level 2013-12-16 13:06:33 +01:00
Shoghi Cervantes
6d4472a339 Added Source SHA1 sum 2013-12-16 13:06:31 +01:00
Shoghi Cervantes
e0b8527560 First changes 2013-12-16 13:06:01 +01:00
Michael Yoo
050d3424f0 Fix #999. 2013-12-14 16:14:41 +10:30
Michael Yoo
01e9ca7852 Fix #971. Add lowercase checking of Config. 2013-12-14 16:06:28 +10:30
Michael Yoo
e2298d861c Fix #996 2013-12-14 15:27:38 +10:30
Shoghi Cervantes
3248066a37 Increased error level 2013-12-13 15:52:17 +01:00
Shoghi Cervantes
a0b93ed5ff Added Source SHA1 sum 2013-12-13 15:52:08 +01:00
Shoghi Cervantes
a8f2225c4c PHP 5.5.7 2013-12-13 13:10:19 +01:00
Shoghi Cervantes
1a7e916928 Fixed player heads not being rotated 2013-12-13 01:17:55 +01:00
Shoghi Cervantes
2b0fdd5062 Time syncronized again 2013-12-13 00:52:55 +01:00
Shoghi Cervantes
af8b380d10 Added Cobweb to Creative Inventory 2013-12-13 00:34:37 +01:00
Shoghi Cervantes
90e598bb2c Added minecart item (not placeable) 2013-12-13 00:33:07 +01:00
Shoghi Cervantes
4d0eb5e529 Fixed #988 2013-12-09 21:55:49 +01:00
Shoghi Cervantes
02dc06c58b Fixed plugin path 2013-12-09 21:50:58 +01:00
Shoghi Cervantes
c23fc0057a PHP plugins are now included using include() 2013-12-08 17:17:47 +01:00
Shoghi Cervantes
1693f5655e Updeted to protocol 14 MCPE v0.8.0 build 8 2013-12-08 13:25:21 +01:00
Shoghi Cervantes
565fe70c7e v0.8.0 alpha version 2013-12-07 13:50:14 +01:00
Shoghi Cervantes
7cf662fb81 Only show private messages in console when the sender or the target is the console 2013-12-07 12:44:23 +01:00
Shoghi Cervantes
894325aef6 ¬¬ 2013-12-06 01:50:48 +01:00
Shoghi Cervantes
423ead6b64 Added item pickup animation 2013-12-06 01:49:47 +01:00
Shoghi Cervantes
a0a7042d43 Look! New PluginAPI! 2013-12-06 01:24:41 +01:00
Shoghi Cervantes
14e1dda327 Removed KiwiIRC chat, use official freenode webirc 2013-12-04 18:19:39 +01:00
Shoghi Cervantes
3cffa66490 added Entity::setHealth() force 2013-12-03 22:25:25 +01:00
Shoghi Cervantes
2b28e26392 Fixed map chunks bug 2013-12-03 20:39:28 +01:00
Shoghi Cervantes
8543c06db4 Merge pull request #975 from wiezz/master
Allow chat plugins to work with eachother
2013-12-03 10:04:43 -08:00
Wies
adcf95f486 Fix
Send the normal message when $data["message"] is removed by a plugin.
2013-12-03 18:33:37 +01:00
Wies
736c233e76 Allow chat plugins to work with eachother 2013-12-03 18:26:38 +01:00
Shoghi Cervantes
fd2eb7b230 OOPS! 2013-12-03 02:10:43 +01:00
Shoghi Cervantes
bad8365e28 Fixed zero-length packets spamming the console 2013-12-03 02:07:33 +01:00
Shoghi Cervantes
e9e59c33cc Fixed 969 2013-12-02 17:45:01 +01:00
Shoghi Cervantes
8532f53f8e Schedule player kick so it can read the reason 2013-12-02 01:00:11 +01:00
Shoghi Cervantes
230a3c00fc Removed LevelAPI::isLoaded()
Not needed, everything can be obtained with current methods
2013-12-01 22:01:04 +01:00
Shoghi Cervantes
d515da8963 Fixed Level::setMiniChunk() parameter bug 2013-12-01 21:37:33 +01:00
Shoghi Cervantes
f5d69e6905 Fixed Level::getMiniChunk() parameter bug 2013-12-01 21:32:35 +01:00
Michael Yoo
bcf6571cc2 Delete PermissionsAPI. 2013-12-01 23:52:31 +10:30
Shoghi Cervantes
7d0ff5e073 Formatting OCD
Please refer to CONTRIBUTING.md
2013-12-01 14:16:38 +01:00
Shoghi Cervantes
5e2de356bf Modified update system to check the Github API 2013-12-01 14:14:37 +01:00
Shoghi Cervantes
2d67af6fbd Sugarcane now grows when using bonemeal 2013-12-01 14:14:36 +01:00
Shoghi Cervantes
bd8110edab MCPE v0.8.0 alpha build 5 2013-12-01 14:14:35 +01:00
Michael Yoo
25cd58bd99 Merge remote-tracking branch 'origin/master' 2013-11-30 13:10:27 +10:30
Michael Yoo
a6cd8ece1b Added isLoaded function to LevelAPI. Fixes #959. 2013-11-30 13:10:02 +10:30
Shoghi Cervantes
0bac7418db Updated StackableArray 2013-11-29 00:18:38 +01:00