3213 Commits

Author SHA1 Message Date
Shoghi Cervantes
0246648a2c Possible solution for #1703 in-game action lag 2014-08-18 23:25:46 +02:00
Shoghi Cervantes
34711dc346 Fixed #1889 Players drop their inventory when they die 2014-08-18 14:49:53 +02:00
Shoghi Cervantes
3c231118a6 Fixed #1674 Wooden tools only craft with Oak wood 2014-08-18 14:43:08 +02:00
Shoghi Cervantes
a816234ee8 Merge pull request #1917 from Yosshi999/patch2
creative & survival hotbar bugfix
2014-08-18 14:33:05 +02:00
Yosshi999
baa34a7cca creative & survival hotbar bugfix
:P
2014-08-18 21:18:14 +09:00
Shoghi Cervantes
daf1a8266d Merge pull request #1906 from PocketMine/MoreEvents
Added more events, API 1.3.0
2014-08-18 13:55:35 +02:00
Shoghi Cervantes
4e6ff81674 Merge branch 'master' of github.com:PocketMine/PocketMine-MP 2014-08-18 13:51:21 +02:00
Shoghi Cervantes
84a1b319c8 Modified chunk generation garbage collector 2014-08-18 13:49:43 +02:00
Shoghi Cervantes
16774e66e6 Fixed crashes when default level is not loaded 2014-08-18 13:42:20 +02:00
Shoghi Cervantes
67b97ade8b Workaround crash when placing paintings 2014-08-18 13:36:59 +02:00
Yosshi999
0f04f4bc8a creative & survival hotbar bugfix 2014-08-17 21:55:31 +09:00
Yosshi999
4c7b172cbe creative & survival hotbar bugfix
Supports Air
Bug fix
2014-08-17 21:51:32 +09:00
Shoghi Cervantes
cf0dc95a76 Merge pull request #1910 from Falkirks/master
Improve behaviour of showPlayer()
2014-08-16 20:26:56 +02:00
Falkirks
9fa7b9b5ea Fixed indent 2014-08-16 11:03:40 -07:00
Falkirks
badbe75d58 Check if player is online before showing 2014-08-16 11:00:57 -07:00
Shoghi Cervantes
5eee4f9771 Fixed AddEntityPacket, added base Arrow 2014-08-16 16:37:57 +02:00
Shoghi Cervantes
52d28795fa Added Villager spawn egg 2014-08-16 14:25:58 +02:00
Shoghi Cervantes
c675605014 Added item activation, zombie spawn egg 2014-08-16 14:01:07 +02:00
Shoghi Cervantes
758a6af678 Added Chiseled stone brick, red sand, end stone 2014-08-16 13:34:58 +02:00
Shoghi Cervantes
6f30cd8a22 Removed PHP_VERSION constant on pocketmine namespace 2014-08-16 13:17:05 +02:00
Shoghi Cervantes
8455e89784 Bump API version to 1.3.0 2014-08-16 13:08:46 +02:00
Shoghi Cervantes
eee0eb5458 Added RemoteServerCommandEvent 2014-08-16 13:05:20 +02:00
Shoghi Cervantes
7e4a191593 Added SignChangeEvent 2014-08-16 12:58:16 +02:00
Shoghi Cervantes
8725ad522f Remove player unset limitations 2014-08-16 12:47:19 +02:00
Shoghi Cervantes
a610a86579 Fixed #1901, EmptyChunkSection gets replaced by invalid Section 2014-08-16 11:54:08 +02:00
Shoghi Cervantes
24134a06b8 Alternate chunk generation between multiple levels 2014-08-16 11:49:37 +02:00
Shoghi Cervantes
de6f5309dc Fixed #1882 Race-condition on multiple world generation, causing lock of the geneartion thread 2014-08-16 11:18:26 +02:00
Shoghi Cervantes
a2e231101e Added extra information to CONTRIBUTING.md about issue titles 2014-08-16 10:58:41 +02:00
Shoghi Cervantes
918024e466 Load later plugins with custom loader, fixes API 2014-08-16 00:30:37 +02:00
Shoghi Cervantes
9e74169d74 Better Anvil chunk loading 2014-08-15 17:04:16 +02:00
Shoghi Cervantes
ec93ed3e3d Fixed crash on tile unloading 2014-08-15 16:37:39 +02:00
Shoghi Cervantes
a7b44e3892 Stop submission of plugin syntax error crashes 2014-08-15 16:18:54 +02:00
Shoghi Cervantes
31b92b392e Throw invalid event exception when a plugin tries to declare an abstract event 2014-08-15 16:15:12 +02:00
Shoghi Cervantes
2f9494ed52 Fixed crash caused by a race condition on Query 2014-08-15 16:07:04 +02:00
Shoghi Cervantes
7a5c583407 Throw exception when null chunk is passed to a Tile/Entity 2014-08-15 16:04:48 +02:00
Shoghi Cervantes
f60e2860e8 Release strong weak references on close, closes #1883 2014-08-15 13:41:13 +02:00
Shoghi Cervantes
9c95441402 Force despawn of players on quit 2014-08-13 20:43:46 +02:00
Shoghi Cervantes
1f902d814e Move only own player from eye level 2014-08-13 20:25:43 +02:00
Shoghi Cervantes
0ab3da88be Send player movements as direct packets 2014-08-13 19:32:25 +02:00
Shoghi Cervantes
e6edace944 Move players from eye level, not top of head 2014-08-13 19:26:45 +02:00
Shoghi Cervantes
3ee61d5ebb Improved chunk cache, clean invalid chunks 2014-08-13 19:21:42 +02:00
Shoghi Cervantes
19d391b9b2 Added Exception handling on level loading 2014-08-13 10:48:53 +02:00
Shoghi Cervantes
e462a89189 Order chunks to be generated 2014-08-13 09:51:43 +02:00
Shoghi Cervantes
d616e73242 Fixed chunk sending 2014-08-13 09:41:13 +02:00
Intyre
5ec6ccefda Merge pull request #1875 from KnownUnown/patch-1
Fixed AddMobPacket's Type - (is now int)
2014-08-12 19:34:42 +02:00
KnownUnown
58d7599d6f Fixed AddMobPacket's Type - (is now int)
Thanks @Intyre!
2014-08-12 12:31:07 -05:00
Shoghi Cervantes
0c5f920dfd Level formats can send chunks without creating an AsyncTask, API 1.2.1 (small fix, no changes) 2014-08-12 17:39:39 +02:00
Shoghi Cervantes
67f6482c76 Implemented circular chunk sending 2014-08-12 17:30:01 +02:00
Shoghi Cervantes
7b141b0b73 Remove head offset from client-side MovePlayerPacket 2014-08-12 17:16:31 +02:00
Shoghi Cervantes
b17ce16262 Fixed RCON usage Alpha_1.4dev-413 2014-08-10 18:35:01 +02:00