3921 Commits

Author SHA1 Message Date
Shoghi Cervantes
8b585fd9f7 Deprecated Level->getSpawn() in favor of Level->getSpawnLocation() 2014-10-10 11:43:54 +02:00
Shoghi Cervantes
9ede8177df Fixed Entity->getLineOfSight() 2014-10-10 09:53:58 +02:00
Shoghi Cervantes
13ec046f0d Removed old OS detection code 2014-10-09 19:37:23 +02:00
Shoghi Cervantes
5c4e7b6ee0 Added Living->getTargetBlock(), Living->getLineOfSight(), Vector3 side constants, Vector3::getOppositeSide() 2014-10-09 17:57:25 +02:00
Shoghi Cervantes
6424934df6 Fixed EntityCombustEvent children using a different handlerList 2014-10-09 14:40:52 +02:00
Shoghi Cervantes
b2ac959083 Added FurnaceSmeltEvent 2014-10-09 12:47:42 +02:00
Shoghi Cervantes
c67d4dae7b Added FurnaceBurnEvent 2014-10-09 12:36:57 +02:00
Shoghi Cervantes
22ad75c5a0 Update fuel duration to ticks 2014-10-09 12:21:14 +02:00
Shoghi Cervantes
b45ef8928c Added Tile->getBlock() method 2014-10-09 12:14:39 +02:00
Shoghi Cervantes
eccf7b08d2 Added PlayerDeathEvent methods for inventory keeping 2014-10-09 11:06:05 +02:00
Shoghi Cervantes
94eb9e35e2 Improved liquid performance, update RakLib 2014-10-08 23:24:39 +02:00
Shoghi Cervantes
79bf1f12f2 API 1.6.0 2014-10-08 17:39:43 +02:00
Shoghi Cervantes
10b33546ef Added PlayerBedEnterEvent and PlayerBedLeaveEvent 2014-10-08 17:37:11 +02:00
Shoghi Cervantes
c52dc58d6f Added ProjectileHitEvent 2014-10-08 17:04:35 +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
4a3163b4c8 Added ItemSpawnEvent 2014-10-08 16:53:13 +02:00
Shoghi Cervantes
c750a204e6 Added ItemDespawnEvent 2014-10-08 16:51:10 +02:00
Shoghi Cervantes
3313981d54 Fixed issues with Entity::heal() method 2014-10-08 16:46:21 +02:00
Shoghi Cervantes
57f7d57c76 Added ExplosionPrimeEvent 2014-10-08 16:45:55 +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
4346773e25 Added EntityDamageByBlockEvent (child of EntityDamageEvent) 2014-10-08 16:13:18 +02:00
Shoghi Cervantes
b0c314526d Added EntityCombustEvent and childs 2014-10-08 15:51:27 +02:00
Shoghi Cervantes
dd140ce018 Fixed arrow damage not getting overridden by the event result 2014-10-08 15:38:58 +02:00
Shoghi Cervantes
08aa7808cf Updated RakLib, better player join 2014-10-08 10:45:37 +02:00
Shoghi Cervantes
582c165479 Implemented Explosion and PrimedTNT, closes #2139 Alpha_1.4dev-665 2014-10-07 17:46:01 +02:00
Shoghi Cervantes
5fb205493a Spawnable->spawnToAll() now uses the actual chunk instead of the entire level to spawn 2014-10-07 12:50:53 +02:00
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