3543 Commits

Author SHA1 Message Date
Shoghi Cervantes
e346d245e2 Merge pull request #2166 from PocketMine/query-event-implementation
Query event implementation
2014-10-07 11:46:55 +02:00
Shoghi Cervantes
4fece32ca8 API 1.5.0 2014-10-07 11:02:22 +02:00
Shoghi Cervantes
0b79d74a2f Implemented QueryRegenerateEvent 2014-10-07 11:02:05 +02:00
Shoghi Cervantes
b83c6fbfa3 Added Vine blocks, closes #2162 2014-10-07 10:18:02 +02:00
Shoghi Cervantes
dda9c598f1 Added new Tool type selection constants 2014-10-07 10:16:05 +02:00
Shoghi Cervantes
8769d2bcd1 Unload entities from chunks, possible fix for #2157, fixes #2165 2014-10-07 09:27:18 +02:00
Shoghi Cervantes
3b7ece3363 Do not spawn dead entities to players, fixes #2157, possible fix for #2165 2014-10-07 09:24:19 +02:00
Shoghi Cervantes
b6025e3f2b Removed selectors on Player->sendMessage() Alpha_1.4dev-659 2014-10-06 16:45:11 +02:00
Shoghi Cervantes
35de331b74 Fixed Level->getCollidingEntities() when called with a null Entity 2014-10-06 13:18:05 +02:00
Shoghi Cervantes
de11cce154 Improved entity ticking 2014-10-06 13:10:59 +02:00
Shoghi Cervantes
d53ba52d32 Removed parse errors from AutoReporting 2014-10-06 12:12:54 +02:00
Shoghi Cervantes
9db2fe40eb Fixed player datta not getting saved, use fall distance on fly calculation 2014-10-06 12:02:36 +02:00
Shoghi Cervantes
57bb8f14fa Fixed Player movement collision checks 2014-10-06 11:47:28 +02:00
Shoghi Cervantes
761cd59514 Implemented flying protection 2014-10-06 11:22:59 +02:00
Shoghi Cervantes
4c2a1c8684 Implement crop growth levels properly, fixes #2002, closes #2160 2014-10-06 09:34:40 +02:00
Shoghi Cervantes
31bb6d1a68 Changed base block classes to abstract, closes #2159 2014-10-06 09:27:44 +02:00
Michael Yoo
cd65179aef Fixes #2155 2014-10-06 12:07:48 +10:30
Shoghi Cervantes
9abd2c63f4 Improved initial chunk loading, do not skip near chunks, fixes world loading getting stuck 2014-10-06 00:45:02 +02:00
Shoghi Cervantes
376e359577 Moved connected flag up in the Player disconnect process 2014-10-05 22:51:20 +02:00
Shoghi Cervantes
571e2f8895 Revert "Option to disable hitbox calculation"
This reverts commit fae330d499e705aac902e3750b089d7744acf1e0.
2014-10-05 16:32:49 +02:00
Shoghi Cervantes
7106ea87e6 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-10-05 16:32:27 +02:00
Shoghi Cervantes
6b65b68ebc Possible fix for #1661 2014-10-05 16:32:15 +02:00
Michael Yoo
d4c75ce68a Trim system timezone output 2014-10-05 17:40:17 +10:30
williamtdr
fae330d499 Option to disable hitbox calculation 2014-10-04 20:07:37 -05:00
Shoghi Cervantes
5e03e157ad Fixed #2153 2014-10-04 23:16:35 +02:00
Shoghi Cervantes
b0c40dc1ab Fixed Server->unloadLevel() not removing objects from memory 2014-10-04 20:56:27 +02:00
Shoghi Cervantes
6840589f4e Fix trailing newline 2014-10-04 18:28:42 +02:00
Michael Yoo
19e4aaa16a Merge pull request #2151 from sekjun9878/master
Timezone for Windows and IP Geolocation TZdata
2014-10-05 01:51:44 +09:30
Michael Yoo
e0a7944faa Re-use timezone offset parsing 2014-10-05 01:43:33 +09:30
Michael Yoo
eeda22d0ba Add portable linux timezone detection for incompatible linux distributions. 2014-10-05 01:29:07 +09:30
Michael Yoo
769f1effb0 Cleaner timezone parsing for Linux and add support for Macs 2014-10-05 01:05:00 +09:30
Michael Yoo
42c7322273 Reliable timezone detection using systeminfo for Windows and additional IP Geolocation-based detection. Added a warning message for when auto-detection fails. Fixes #2015. 2014-10-05 00:32:01 +09:30
Shoghi Cervantes
c8cf6b715e Merge pull request #2150 from PEMapModder/patch-2
Fixed PlayerChatEvent::setRecipients() being ignored
2014-10-04 14:49:14 +02:00
PEMapModder
41f94f7385 Fixed PlayerChatEvent::setRecipients() being useless 2014-10-04 20:10:12 +08:00
Shoghi Cervantes
602bdf27a5 Compatibility with pthreads > 2.0.8 2014-10-02 16:58:37 +02:00
Shoghi Cervantes
539fa232f8 Added individual object timings to Entities / Tile Entities 2014-09-30 16:09:21 +02:00
Shoghi Cervantes
f8378c09ba Fixed entities getting OnGround default to true 2014-09-30 13:13:31 +02:00
Shoghi Cervantes
69fb7ae525 Update RakLib, fixes server locking when shutting down 2014-09-30 09:52:50 +02:00
Shoghi Cervantes
ee8ad6f92a Implement Armor changes as Transactions 2014-09-30 09:37:58 +02:00
Shoghi Cervantes
f888acbd7c Send PlayerArmorEquipmentPacket instead of ContainerSetContentPacket with id 0x78 2014-09-29 23:43:52 +02:00
Shoghi Cervantes
215691f1c4 Update RakLib 2014-09-29 23:23:11 +02:00
Shoghi Cervantes
1252dd65a9 Improved PlayerInventory->setItemInHand() $source call, fixed Tool durability 2014-09-29 17:53:53 +02:00
Shoghi Cervantes
762c27affe Added armor change $source parameter 2014-09-29 17:50:48 +02:00
Shoghi Cervantes
706e1099a1 Update raklib 2014-09-29 16:46:19 +02:00
Shoghi Cervantes
9cd66dc969 Some changes 2014-09-29 16:37:56 +02:00
Shoghi Cervantes
5b6b789ab3 Improved exponentiation 2014-09-29 13:24:25 +02:00
Shoghi Cervantes
85ff696ae5 Improved Chunk entity loading 2014-09-29 13:14:14 +02:00
Shoghi Cervantes
25f8e8318b Fixed Anvil levels duplicating saved entities 2014-09-29 13:09:13 +02:00
Shoghi Cervantes
61d84c73d0 Implemented Arrow pick up 2014-09-29 13:05:18 +02:00
Shoghi Cervantes
f5822c6de8 Improved entity movement updates 2014-09-29 12:59:01 +02:00