Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic support for thrown items - eggs, snowballs and ender pearls. | madmaxoft | 2013-08-30 | 1 | -3/+88 |
* | Moved throw pos and speed calculation from cProjectileEntity into cPlayer. | madmaxoft | 2013-08-30 | 1 | -31/+1 |
* | Shooting a bow kinda works. | madmaxoft | 2013-08-30 | 1 | -0/+41 |
* | Implemented basic physics for projectiles. | madmaxoft | 2013-08-27 | 1 | -18/+129 |
* | Debug logging for arrows improved | madmaxoft | 2013-08-26 | 1 | -1/+8 |
* | Debug: arrow log their position in each tick | madmaxoft | 2013-08-26 | 1 | -0/+12 |
* | Added a few API accessors to cArrowEntity. | madmaxoft | 2013-08-25 | 1 | -0/+17 |
* | Added a few basic fields to cProjectileEntity and cArrowEntity. | madmaxoft | 2013-08-22 | 1 | -1/+29 |
* | Arrows can spawn on the client. | madmaxoft | 2013-08-22 | 1 | -1/+2 |
* | Added skeleton code for projectile spawning. | madmaxoft | 2013-08-22 | 1 | -0/+79 |