summaryrefslogtreecommitdiffstats
path: root/source/Entities/ProjectileEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft2013-08-301-3/+88
| | | | They can be thrown, but they don't do anything on impact. Also they don't save to nor load from MCA.
* Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft2013-08-301-31/+1
|
* Shooting a bow kinda works.madmaxoft2013-08-301-0/+41
| | | | The arrow is released, but sometimes hits wrong blocks or disappears completely.
* Implemented basic physics for projectiles.madmaxoft2013-08-271-18/+129
|
* Debug logging for arrows improvedmadmaxoft2013-08-261-1/+8
|
* Debug: arrow log their position in each tickmadmaxoft2013-08-261-0/+12
|
* Added a few API accessors to cArrowEntity.madmaxoft2013-08-251-0/+17
|
* Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft2013-08-221-1/+29
|
* Arrows can spawn on the client.madmaxoft2013-08-221-1/+2
|
* Added skeleton code for projectile spawning.madmaxoft2013-08-221-0/+79