626 Commits

Author SHA1 Message Date
Shoghi Cervantes
10b33546ef Added PlayerBedEnterEvent and PlayerBedLeaveEvent 2014-10-08 17:37:11 +02:00
Shoghi Cervantes
62af784d37 Removed unused imports 2014-10-08 17:00:23 +02:00
Shoghi Cervantes
aa010b7dea Added ProjectileLaunchEvent 2014-10-08 16:58:17 +02:00
Shoghi Cervantes
64bf293c69 Improved EntityShootBowEvent 2014-10-08 16:36:43 +02:00
Shoghi Cervantes
7b09edf048 Improved EntityRegainHealthEvent 2014-10-08 16:28:40 +02:00
Shoghi Cervantes
08aa7808cf Updated RakLib, better player join 2014-10-08 10:45:37 +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() 2014-10-06 16:45:11 +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
761cd59514 Implemented flying protection 2014-10-06 11:22:59 +02:00
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
williamtdr
fae330d499 Option to disable hitbox calculation 2014-10-04 20:07:37 -05: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
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
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
5b6b789ab3 Improved exponentiation 2014-09-29 13:24:25 +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
Shoghi Cervantes
886ad8442c Fixed #2055 Extra packet data sent on armor change 2014-09-28 17:31:44 +02:00
Shoghi Cervantes
0dfaa19380 Fixed invalid spawn position setting for plugins 2014-09-28 15:19:09 +02:00
Shoghi Cervantes
2ded2013bf Fixed auto-save configuration, made it global 2014-09-28 10:50:43 +02:00
Shoghi Cervantes
aa27c28e65 Force new player position on spawn 2014-09-28 01:14:03 +02:00
Shoghi Cervantes
1d8562fb8c Allow setting the player spawnpoint via events before PlayerJoinEvent 2014-09-28 00:14:08 +02:00
Shoghi Cervantes
16384c2b20 Improved Player generation queue 2014-09-27 10:31:02 +02:00
Shoghi Cervantes
b231eba803 Fixed E_NOTICE error on player movement 2014-09-26 13:23:47 +02:00
Shoghi Cervantes
82d903733d Fixed #2121 2014-09-26 11:34:06 +02:00
Shoghi Cervantes
5db45222c6 Deprecated Level->getChunkAt() in favor of Level->getChunk() 2014-09-26 10:31:32 +02:00
Shoghi Cervantes
7e49d073fa Improved player movement, check once per tick 2014-09-24 16:58:22 +02:00
Shoghi Cervantes
8c3fcf0798 Send player metadata on respawn 2014-09-23 20:14:01 +02:00
Shoghi Cervantes
91f20f6789 Add valid position difference back to Player entities 2014-09-23 15:54:48 +02:00
Shoghi Cervantes
0a29e66b62 Fixed #2114 Removed Player collisions with other entities 2014-09-22 11:26:12 +02:00
Shoghi Cervantes
36d8100e17 Protect against \0 attacks on name checking 2014-09-20 18:26:17 +02:00
Shoghi Cervantes
d1f22ee395 Block more player actions when dead, closes #2102 2014-09-19 20:19:27 +02:00
Shoghi Cervantes
8a8a95480e Added Cactus damage 2014-09-16 12:02:18 +02:00
Shoghi Cervantes
34139c7efe Added more death messages 2014-09-16 11:51:43 +02:00
Shoghi Cervantes
e608acbd1c Improved Player last damage check 2014-09-16 10:42:01 +02:00
Shoghi Cervantes
44a30b7fac Added forced position strong check for Player 2014-09-16 00:32:03 +02:00
Shoghi Cervantes
50b2f55583 Increased movement error range 2014-09-15 23:53:08 +02:00
Shoghi Cervantes
87dbc18452 Removed position revert message on plugin event cancelled 2014-09-15 20:32:42 +02:00
Shoghi Cervantes
9f9422f0ed Added Player->forceMovement check on teleport 2014-09-15 01:16:13 +02:00
Shoghi Cervantes
fba12c6ddf Fixed EntityMoveEvent not being cancelled correctly on players 2014-09-10 20:06:30 +02:00
Shoghi Cervantes
02ca227085 Normalized Player pitch/yaw 2014-09-10 12:23:23 +02:00
Shoghi Cervantes
0a4e0e3228 Fixed Item drop delay 2014-09-08 07:40:19 +02:00
Shoghi Cervantes
d8c492de4a Merge pull request #2062 from Yosshi999/patch1
Fixed HeldItem were swapped in mining
2014-09-08 07:37:24 +02:00