898 Commits

Author SHA1 Message Date
Shoghi Cervantes
87b800ebb9 Fixed #1967 Glowstone dust -> Glowstone recipe 2014-08-25 11:33:47 +02:00
Shoghi Cervantes
9fdafb87b4 Fixed #1962 Fake client-side player entities 2014-08-24 23:12:12 +02:00
Shoghi Cervantes
1fcfef20b0 Implemented beds 2014-08-24 20:34:24 +02:00
Shoghi Cervantes
f0f9bccb4b Fixed #1960 2014-08-24 15:57:13 +02:00
Shoghi Cervantes
4edadd764c Improved Level::getBlock() 2014-08-24 14:30:43 +02:00
Shoghi Cervantes
01ebe74974 Performance improvements in blocks and Entities 2014-08-24 14:08:17 +02:00
Shoghi Cervantes
a3cc676ac6 Improved player spawn, closes #1890 2014-08-21 19:18:06 +02:00
Shoghi Cervantes
db7222976e Code cleanup 2014-08-21 17:26:41 +02:00
Shoghi Cervantes
5dc3fe4fe9 Fix backwards-incompatible change 2014-08-19 16:26:37 +02:00
Shoghi Cervantes
973d6b5869 Removed 'unhandled data packet' debug message 2014-08-19 12:30:12 +02:00
Shoghi Cervantes
5c150f696c Fixed task not being freed from player on close 2014-08-19 11:31:23 +02:00
Shoghi Cervantes
34711dc346 Fixed #1889 Players drop their inventory when they die 2014-08-18 14:49:53 +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
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
7e4a191593 Added SignChangeEvent 2014-08-16 12:58:16 +02:00
Shoghi Cervantes
9c95441402 Force despawn of players on quit 2014-08-13 20:43:46 +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
d616e73242 Fixed chunk sending 2014-08-13 09:41:13 +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
582f1540a7 Players are now moved using the head, closes #1842 2014-08-10 13:22:12 +02:00
Shoghi Cervantes
58bded4988 Merge pull request #1801 from PocketMine/McRegion
Added multiple level formats support, implemented McRegion
2014-07-31 19:28:39 +02:00
Shoghi Cervantes
cb4a970631 Tuned generator to use a better way to process chunks, closes #1807 #1794 #1740 #1741 #1685 2014-07-31 19:27:01 +02:00
Shoghi Cervantes
487ce00542 Correctly fixed #1659 PvP settings not working 2014-07-30 16:07:21 +02:00
Shoghi Cervantes
a9cd03da2e Changed @williamtdr syntax 2014-07-30 16:05:36 +02:00
Shoghi Cervantes
016b08ecf2 Added block order detection, added support for non-sectioned level formats 2014-07-30 12:57:00 +02:00
Intyre
cc87064915 player creative inventory bugfix 2014-07-28 02:24:08 +02:00
williamtdr
9c9d786194 Fix #1659 2014-07-16 13:07:26 -05:00
Shoghi Cervantes
bd2cb4b851 Fixed #1614, possible solution for #1678 2014-07-15 13:17:29 +02:00
Shoghi Cervantes
6e77901453 Fixed inventory being sent before spawning 2014-07-14 16:54:29 +02:00
Shoghi Cervantes
ebe8a902e5 Fixed being killed on teleport 2014-07-14 15:55:16 +02:00
Shoghi Cervantes
304524f6d8 Fixed crash on /stop 2014-07-14 14:41:19 +02:00
Shoghi Cervantes
79e864f4f1 Added far-generated loaded chunk to garbage collection 2014-07-14 12:46:03 +02:00
Shoghi Cervantes
6c442551f7 Fixed client crashing (temp.), fixed clients not spawning. (Fixes #1640 #1636 #1590 #1573) 2014-07-14 02:19:14 +02:00
Shoghi Cervantes
eccd82ca4b Moved player attack filter from Living to Player 2014-07-13 19:04:00 +02:00
Shoghi Cervantes
e29ddadd2f Fixed #1642 2014-07-13 01:04:10 +02:00
Shoghi Cervantes
9bdd294a66 Implemented global, tasks timings 2014-07-12 14:09:29 +02:00
Shoghi Cervantes
4bd2f3aea8 Use the world spawn by default for players, fixes #1616 2014-07-11 12:45:43 +02:00
Shoghi Cervantes
f2fa13119a Added upload/download speed on title bar, referenced ChunkRequestTask 2014-07-11 02:23:40 +02:00
Shoghi Cervantes
828f7f1590 Fall damage is now working 2014-07-10 16:16:11 +02:00
Shoghi Cervantes
c9535162bd Added more damage sources 2014-07-10 14:02:56 +02:00
Shoghi Cervantes
99c5ad789b Improved entity attack push 2014-07-10 13:29:29 +02:00