592 Commits

Author SHA1 Message Date
Shoghi Cervantes
9ab993c817 Basic event system written 2014-02-10 17:23:35 +01:00
Shoghi Cervantes
7c12f6ce8a Implemented QueryPacket and QueryHandler 2014-02-10 15:05:12 +01:00
Shoghi Cervantes
b9aa3a0e70 Removed old code for property migration 2014-02-10 13:29:21 +01:00
Shoghi Cervantes
d925640f03 Moved max-chunks-per-second to server.properties, increased to 8 2014-02-10 13:28:54 +01:00
Shoghi Cervantes
b8ff5716c7 Packets are cloned on broadcast 2014-02-08 11:47:52 +01:00
Shoghi Cervantes
8b87733082 Faster-Network now usable! 2014-02-08 01:30:08 +01:00
Shoghi Cervantes
c40b00288b Merge remote-tracking branch 'origin/master' into Faster-Network 2014-02-08 00:31:14 +01:00
Shoghi Cervantes
5dd7727548 Reverted 8e37627bc0e583efaddff47928ee50df11a8de5a 2014-02-08 00:05:36 +01:00
Shoghi Cervantes
ac3472eff4 Fixed spawning problems because of packets 2014-02-07 18:03:11 +01:00
Shoghi Cervantes
083bfcc83c More classes updated 2014-02-07 17:07:57 +01:00
Shoghi Cervantes
95bff304e4 Changed all Player packets to new network 2014-02-07 16:44:10 +01:00
Shoghi Cervantes
eb375be550 PocketMinecraftServer client join protocol 2014-02-07 01:06:49 +01:00
Shoghi Cervantes
45a3b54d32 Fixed basic stuff around 2014-02-07 00:16:39 +01:00
Shoghi Cervantes
14a7e0a201 Call Plugin::__destruct() on PluginAPI::__destruct() 2014-02-06 15:21:12 +01:00
Shoghi Cervantes
bf6e759d97 Added multiple player selection and exact match by default (fixes #1167) 2014-02-06 13:14:10 +01:00
Michael Yoo
8e37627bc0 Change spawnpoint to setspawn for bukkit compatibility 2014-02-06 21:31:04 +10:30
Shoghi Cervantes
6325a2298e Fixed #1161 PluginAPI::readYAML() and PluginAPI::writeYAML() 2014-02-03 19:13:39 +01:00
Shoghi Cervantes
5f3829692d Fixed unknown and impossible crash 2014-02-01 16:26:40 +01:00
Shoghi Cervantes
dbde770fce Fixed typo o.O 2014-02-01 16:19:56 +01:00
Shoghi Cervantes
e12290202b Fixed #1135 Entity despawn race condition 2014-01-31 13:30:30 +01:00
Shoghi Cervantes
09720a59ec Added Utils::getUniqueID(), returns a machine ID and a even more variable machine ID 2014-01-29 17:07:01 +01:00
Shoghi Cervantes
079db8d234 Added option to skip save in ServerAPI::serProperty() 2014-01-29 02:36:21 +01:00
Shoghi Cervantes
c88b1c97b3 Added advanced caching (enable-advanced-cache) 2014-01-29 02:24:02 +01:00
Shoghi Cervantes
f8b270e33f such fix. I even made a regular expression to find these 2014-01-28 12:50:24 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
763adb0360 OCD. Blame @sekjun9878 for making me shout in the train 2014-01-28 11:27:55 +01:00
Shoghi Cervantes
cdefcbd72a Fixed #823 /help outputs ansi colors 2014-01-27 18:19:45 +01:00
Shoghi Cervantes
ac8f2646a7 pthreads 0.1.0 and Thread::kill(). Needs fix 2014-01-27 15:18:20 +01:00
Shoghi Cervantes
b7cf5d08cc Save and send hotbar history 2014-01-27 14:00:53 +01:00
Shoghi Cervantes
624eb93058 Save and send last slot used by player 2014-01-27 04:00:26 +01:00
Shoghi Cervantes
f95e8a2c51 Merge pull request #1109 from pemapmodder/master
Include level in $data for event item.drop
2014-01-26 15:36:24 -08:00
PEMapModder
49e5d930f1 Level included in data for event item.drop 2014-01-26 20:44:26 +08:00
JWhy
1b227153a9 /op command: Show usage info if no user specified 2014-01-26 13:21:51 +01:00
Shoghi Cervantes
edfcdd0c17 Fixed #1031 Correct face when block is replaced 2014-01-22 17:31:23 +01:00
Shoghi Cervantes
cc57475f91 Added player.block.place.bypass and player.block.break.bypass 2014-01-16 23:09:56 +01:00
Shoghi Cervantes
8c648fc6f7 PocketMine-MP Alpha_1.3.11 「甘いビートルート」 Added CODENAME 2014-01-13 04:16:38 +01:00
Michael Yoo
969f0f05b0 Fix #1037 2014-01-04 11:59:07 +09:00
InusualZ
e3d3f91c54 Level::getAll() 2013-12-23 20:15:53 -05:00
Michael Yoo
01e9ca7852 Fix #971. Add lowercase checking of Config. 2013-12-14 16:06:28 +10:30
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
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
a0a7042d43 Look! New PluginAPI! 2013-12-06 01:24:41 +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
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