217 Commits

Author SHA1 Message Date
Shoghi Cervantes
9ede8177df Fixed Entity->getLineOfSight() 2014-10-10 09:53:58 +02:00
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
7b09edf048 Improved EntityRegainHealthEvent 2014-10-08 16:28:40 +02:00
Shoghi Cervantes
582c165479 Implemented Explosion and PrimedTNT, closes #2139 2014-10-07 17:46:01 +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
de11cce154 Improved entity ticking 2014-10-06 13:10:59 +02:00
Shoghi Cervantes
57bb8f14fa Fixed Player movement collision checks 2014-10-06 11:47:28 +02: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
f5822c6de8 Improved entity movement updates 2014-09-29 12:59:01 +02:00
Shoghi Cervantes
b0bd927545 Improved entity base ticks 2014-09-29 12:55:10 +02:00
Shoghi Cervantes
48041b2f19 Basic entity motion on water 2014-09-27 00:09:38 +02:00
Shoghi Cervantes
5db45222c6 Deprecated Level->getChunkAt() in favor of Level->getChunk() 2014-09-26 10:31:32 +02:00
Shoghi Cervantes
6b312a7826 Fixed players getting Suffocation damage inside transparent blocks 2014-09-23 19:50:44 +02:00
Shoghi Cervantes
0907aedcef Fixed Entity/Block issues on negative coordinates, closes #2100 2014-09-22 11:48:39 +02:00
Shoghi Cervantes
45dbb3f828 Improved block collision check 2014-09-16 12:02:33 +02:00
Shoghi Cervantes
f0e7713dce Added suffocation, drowning damage. Closes #1908 2014-09-16 11:51:31 +02:00
Shoghi Cervantes
c4a0c759dc Show fire to other clients 2014-09-16 10:48:56 +02:00
Shoghi Cervantes
e9a2f88847 Added Fire, Lava damage 2014-09-16 10:42:29 +02:00
Shoghi Cervantes
44a30b7fac Added forced position strong check for Player 2014-09-16 00:32:03 +02:00
Shoghi Cervantes
fba12c6ddf Fixed EntityMoveEvent not being cancelled correctly on players 2014-09-10 20:06:30 +02:00
Shoghi Cervantes
ff48eb3d4d Added better Entity/Tile scheduled updates 2014-09-01 11:59:46 +02:00
Shoghi Cervantes
c5626bae34 Do not set Level to null, closes #2032 2014-09-01 11:29:44 +02:00
Shoghi Cervantes
3eac08f5ba Possible fix for #2027, properly check Player onGround flag 2014-09-01 02:32:16 +02:00
Shoghi Cervantes
705e4da789 Tick entities on Level, show correct timing reports 2014-09-01 01:56:13 +02:00
Shoghi Cervantes
422262d585 Fixed infinite Entity recursion on chunk load 2014-08-31 01:06:53 +02:00
Shoghi Cervantes
3409d332e7 Added survival check to movements 2014-08-30 17:57:30 +02:00
Shoghi Cervantes
ca1b67a675 hmm 2014-08-30 17:07:50 +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
fc62c91c90 Fixed double physics calculation 2014-08-29 13:33:59 +02:00
Shoghi Cervantes
7a1d25617f Fixed physics sneak flag 2014-08-29 13:02:08 +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
c40f9f65a5 Optimize imports 2014-08-26 11:54:24 +02:00
Shoghi Cervantes
456760b334 Removed unloaded chunk check 2014-08-25 15:43:48 +02:00
Shoghi Cervantes
6109505786 Implemented correct time offsets and speed 2014-08-24 20:34:06 +02:00
Shoghi Cervantes
f0f9bccb4b Fixed #1960 2014-08-24 15:57:13 +02:00
Shoghi Cervantes
01ebe74974 Performance improvements in blocks and Entities 2014-08-24 14:08:17 +02:00
Shoghi Cervantes
db7222976e Code cleanup 2014-08-21 17:26:41 +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
ec93ed3e3d Fixed crash on tile unloading 2014-08-15 16:37:39 +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