626 Commits

Author SHA1 Message Date
Yosshi999
1ad6438e60 Fixed Player's slot[0] disappears on loging in 2014-09-07 11:37:54 +09:00
Yosshi999
4ecec42c9d Fixed HeldItem were swapped in mining 2014-09-07 11:29:17 +09:00
Shoghi Cervantes
d3c308c5a8 Fixed possible Player crash on save 2014-09-05 10:50:19 +02:00
Shoghi Cervantes
e94ddcabe0 Fixed dropped items going too fast 2014-09-01 23:37:31 +02:00
Shoghi Cervantes
e047b6a870 Fixed bows not getting damaged 2014-09-01 11:43:48 +02:00
Shoghi Cervantes
c5626bae34 Do not set Level to null, closes #2032 2014-09-01 11:29:44 +02:00
Shoghi Cervantes
eff63a661e Player creative check refactor 2014-08-31 10:49:20 +02:00
Shoghi Cervantes
5a756d215d Fixed creative players dropping their inventory 2014-08-31 10:45:38 +02:00
Shoghi Cervantes
a396b8c220 Fixed #2021 2014-08-30 21:45:32 +02:00
Shoghi Cervantes
ec1fe6a083 Fixed EntityShootBowEventEvent crash 2014-08-30 19:07:17 +02:00
Shoghi Cervantes
706c97b9b1 Made shooting bow use its durability 2014-08-30 18:46:09 +02:00
Shoghi Cervantes
a04516a879 Added EntityShootBowEvent, made bow require an arrow 2014-08-30 18:43:32 +02:00
Shoghi Cervantes
36ee6d9966 Added arrow and suicide death messages 2014-08-30 18:30:39 +02:00
Shoghi Cervantes
23793e0fc4 Added check for invalid entity attack 2014-08-30 18:24:24 +02:00
Shoghi Cervantes
3409d332e7 Added survival check to movements 2014-08-30 17:57:30 +02:00
Shoghi Cervantes
7a10f91330 Fixed entity partial block moving 2014-08-30 15:31:22 +02:00
Shoghi Cervantes
bf839e821c Added proper arrows and damage 2014-08-30 01:22:46 +02:00
Shoghi Cervantes
98dd7f8c15 Use Entity::move() as player movement, protect against noclip cheat 2014-08-29 13:33:25 +02:00
Shoghi Cervantes
e2986992c7 Fixed AxisAlignedBB infinite expansion 2014-08-28 21:11:49 +02:00
Shoghi Cervantes
9fb46d8fe8 Fixed entity physics 2014-08-28 18:26:37 +02:00
Shoghi Cervantes
eab86f5f90 Replaced array() with [] 2014-08-28 17:04:22 +02:00
Shoghi Cervantes
f7e2d31f0a Check player online status, closes #1983 2014-08-27 11:28:49 +02:00
Shoghi Cervantes
e0fc3784ad Throw exception when saving an already-closed player, closes #1981 2014-08-26 22:02:43 +02:00
Shoghi Cervantes
bf5630dc0d Fixed #1926 Teleport to non-generated chunks 2014-08-26 16:45:51 +02:00
Shoghi Cervantes
35b86af2af Fixed furnace achievement check 2014-08-26 10:56:33 +02:00
Shoghi Cervantes
a0df0a8fff Fixed player fall damage 2014-08-25 16:53:20 +02:00
Shoghi Cervantes
20e11bd408 Improved player onGround collision check 2014-08-25 15:48:12 +02:00
Shoghi Cervantes
46e502430e Added teleport flag to MovePlayerPacket, improves player movement 2014-08-25 13:01:39 +02:00
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