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