1
0
Fork 0
cuberite-2a/src/Entities
Mattes D 33759197e9 Merge pull request #585 from daniel0916/hooks
Added "player destroying" and "player destroyed" hooks
2014-02-01 05:08:08 -08:00
..
Boat.cpp Boats drop a boat pickup when destroyed by hand. You can now actualy use boats. 2013-12-16 18:03:39 +01:00
Boat.h Boats drop a boat pickup when destroyed by hand. You can now actualy use boats. 2013-12-16 18:03:39 +01:00
CMakeLists.txt moved entities to globs 2013-12-10 23:09:16 +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 All mobs now drown (fixes #54) 2014-01-24 23:58:51 +00:00
Entity.h Implemented fall damage for mobs 2014-01-25 19:02:13 +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
Floater.cpp Fixed Parentheses. 2013-12-25 18:14:00 +01:00
Floater.h Exported cFloater to the Lua API. 2014-01-19 00:04:46 +01:00
Minecart.cpp Rail speed tweak 2014-01-25 20:33:23 +00:00
Minecart.h Begin implementing ascending rails 2014-01-19 19:31:17 +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 Implemented pickup combining 2014-01-25 15:19:56 +00:00
Pickup.h Moved source to src 2013-11-24 14:19:41 +00:00
Player.cpp Merge pull request #585 from daniel0916/hooks 2014-02-01 05:08:08 -08:00
Player.h Implemented fall damage for mobs 2014-01-25 19:02:13 +00:00
ProjectileEntity.cpp Removed debug message when a firework entity hit a solid block. 2014-01-29 13:28:08 +01:00
ProjectileEntity.h converted commneted paramater names to the unused macro 2013-12-22 13:46:55 +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