summaryrefslogtreecommitdiffstats
path: root/source/Entities/ProjectileEntity.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft1-2/+91
They can be thrown, but they don't do anything on impact. Also they don't save to nor load from MCA.
2013-08-30Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft1-6/+0
2013-08-30Shooting a bow kinda works.madmaxoft1-0/+9
The arrow is released, but sometimes hits wrong blocks or disappears completely.
2013-08-27Implemented basic physics for projectiles.madmaxoft1-3/+6
2013-08-26Debug: arrow log their position in each tickmadmaxoft1-0/+1
2013-08-25Added a few API accessors to cArrowEntity.madmaxoft1-0/+8
2013-08-22Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft1-3/+44
2013-08-22Added skeleton code for projectile spawning.madmaxoft1-3/+23
2013-08-20Started work on the cProjectileEntity class.madmaxoft1-0/+69