1
0
cuberite-2a/src/Entities
madmaxoft f521cbeb31 Fixed cClientHandle::Tick() being called from two threads.
When the player was initialized, the Tick() function continued to stream chunk, while the cWorld called Tick() from its tick thread.
Final fix for #187.
2013-12-16 10:41:51 +01:00
..
Boat.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Boat.h Moved source to src 2013-11-24 14:19:41 +00:00
Effects.h Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. 2013-12-14 22:34:49 +01:00
Entity.cpp Fixed angle normalization typo. 2013-12-08 18:54:04 +01:00
Entity.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-26 17:21:06 +00:00
ExpOrb.cpp Fixed indentation. 2013-12-15 15:58:03 +01:00
ExpOrb.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-26 17:21:06 +00:00
FallingBlock.cpp Moved source to src 2013-11-24 14:19:41 +00:00
FallingBlock.h Moved source to src 2013-11-24 14:19:41 +00:00
Minecart.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Minecart.h Moved source to src 2013-11-24 14:19:41 +00:00
Pawn.cpp Moved source to src 2013-11-24 14:19:41 +00:00
Pawn.h Moved source to src 2013-11-24 14:19:41 +00:00
Pickup.cpp Moved bindings-related to a Bindings subfolder. 2013-12-08 12:17:54 +01:00
Pickup.h Moved source to src 2013-11-24 14:19:41 +00:00
Player.cpp Fixed cClientHandle::Tick() being called from two threads. 2013-12-16 10:41:51 +01:00
Player.h Fixed cClientHandle::Tick() being called from two threads. 2013-12-16 10:41:51 +01:00
ProjectileEntity.cpp Tools make a sound when breaking, fixes #266 2013-12-06 19:59:14 +00:00
ProjectileEntity.h Merge remote-tracking branch 'origin/master' into foldermove2 2013-11-24 14:37:03 +00:00
TNTEntity.cpp Moved source to src 2013-11-24 14:19:41 +00:00
TNTEntity.h Exported the cTNTEntity 2013-12-14 16:28:17 +01:00