1
0
cuberite-2a/source/Entities
Tiger Wang 77b3db7e25 Multiple fixes
* Fixed #282
* Fixed bow not taking damage
* Enhanced Player.cpp code
2013-11-02 14:08:00 +00:00
..
Boat.cpp Merge branch 'boats' of git://github.com/tigerw/MCServer. 2013-09-09 11:13:14 +02:00
Boat.h Removed some unneeded includes 2013-09-22 19:48:59 +01:00
Entity.cpp Fixed a crash in cEntity when the entity was at BlockY == 0. 2013-09-19 21:35:58 +02:00
Entity.h Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata. 2013-10-13 18:26:45 +02:00
FallingBlock.cpp Moved entity spawning into cEntity::Initialize(). 2013-08-25 21:25:13 +02:00
FallingBlock.h Moved entity spawning into cEntity::Initialize(). 2013-08-25 21:25:13 +02:00
Minecart.cpp Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata. 2013-10-13 18:26:45 +02:00
Minecart.h Second round of fixes 2013-10-09 21:02:59 +01:00
Pawn.cpp Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
Pawn.h Moved entities into the Entities subfolder. 2013-08-19 11:39:13 +02:00
Pickup.cpp Fixed cPickup's constructor's parameter naming. 2013-10-24 15:05:23 +02:00
Pickup.h cPickup cleanup. 2013-10-24 16:44:25 +02:00
Player.cpp Multiple fixes 2013-11-02 14:08:00 +00:00
Player.h Cleanup in cPlayer. 2013-10-24 12:24:40 +02:00
ProjectileEntity.cpp Using tabs 2013-10-29 16:44:45 +01:00
ProjectileEntity.h Implemented loading more projectiles from MCA. 2013-09-07 21:26:17 +02:00
TNTEntity.cpp Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt() 2013-09-07 18:12:22 +02:00
TNTEntity.h Moved entity spawning into cEntity::Initialize(). 2013-08-25 21:25:13 +02:00