summaryrefslogtreecommitdiffstats
path: root/source/Entities/ProjectileEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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