1
0
cuberite-2a/src/Entities
2019-08-16 11:10:47 +01:00
..
ArrowEntity.cpp Add a formatting function for Vector3 (#4282) 2018-09-24 21:33:39 +01:00
ArrowEntity.h CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Boat.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Boat.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnderCrystal.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
EnderCrystal.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
Entity.cpp Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
Entity.h Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
EntityEffect.cpp Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
EntityEffect.h Implement invisibility effect 2017-08-03 15:34:38 +02:00
ExpBottleEntity.cpp cWorld: Manually bind deprecated broadcast functions (#4265) 2018-07-27 00:12:41 +01:00
ExpBottleEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
ExpOrb.cpp Experience orb (#4259) 2018-08-02 15:59:10 +01:00
ExpOrb.h Experience orb (#4259) 2018-08-02 15:59:10 +01:00
FallingBlock.cpp Add a formatting function for Vector3 (#4282) 2018-09-24 21:33:39 +01:00
FallingBlock.h Removed unused forward declarations (#3888) 2017-08-03 15:10:29 +02:00
FireChargeEntity.cpp Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
FireChargeEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
FireworkEntity.cpp Entities now bail out of ticks if destroyed (#3363) 2016-09-03 14:31:27 +03:00
FireworkEntity.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Floater.cpp Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
Floater.h Changed fish launching mechanism (#3520) 2017-02-20 10:03:19 +01:00
GhastFireballEntity.cpp Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
GhastFireballEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
HangingEntity.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
HangingEntity.h Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
ItemFrame.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
ItemFrame.h Unified cPacketizer across all protocols. 2015-03-22 19:46:08 +01:00
LeashKnot.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
LeashKnot.h Fully implemented leashes (#3798) 2017-08-21 10:46:41 +02:00
Minecart.cpp Change TakeDamageInfo::FinalDamage from int to float (#4359) 2019-08-08 11:51:38 +01:00
Minecart.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Painting.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Painting.h cPainting saving implemented 2015-03-13 23:05:06 +00:00
Pawn.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
Pawn.h cPawn: Reset last ground height in ResetPosition (#4261) 2018-07-23 17:26:48 +01:00
Pickup.cpp Fix building with clang 8.0 (#4346) 2019-08-11 10:39:43 +01:00
Pickup.h Exp Orbs and Pickups are destroyed instantly by cacti. (#4136) 2018-01-16 19:13:17 +00:00
Player.cpp Fix mobs targeting dead players (#4344) 2019-08-16 11:10:47 +01:00
Player.h Rewrite explosion knock back (#4251) 2018-07-23 10:24:00 +01:00
ProjectileEntity.cpp Add a formatting function for Vector3 (#4282) 2018-09-24 21:33:39 +01:00
ProjectileEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
SplashPotionEntity.cpp cWorld: Manually bind deprecated broadcast functions (#4265) 2018-07-27 00:12:41 +01:00
SplashPotionEntity.h Updated APIDoc (#3985) 2017-09-07 10:33:46 +02:00
ThrownEggEntity.cpp Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
ThrownEggEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
ThrownEnderPearlEntity.cpp Replace ItemCallbacks with lambdas (#3993) 2017-09-11 23:20:49 +02:00
ThrownEnderPearlEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
ThrownSnowballEntity.cpp Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
ThrownSnowballEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
TNTEntity.cpp Add a formatting function for Vector3 (#4282) 2018-09-24 21:33:39 +01:00
TNTEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
WitherSkullEntity.cpp Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00
WitherSkullEntity.h Changed some int parameters to vector parameters (#3937) 2017-09-07 10:25:34 +02:00