Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using tabs | tonibm19 | 2013-10-29 | 1 | -2/+2 |
| | |||||
* | fixed indentation | tonibm19 | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | extra line | tonibm19 | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | attempt at fixing indentation | tonibm19 | 2013-10-28 | 1 | -3/+2 |
| | |||||
* | Extra line | tonibm19 | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | Fixed indentation | tonibm19 | 2013-10-28 | 1 | -5/+2 |
| | |||||
* | Added random chicken spawn when throwing an egg | tonibm19 | 2013-10-28 | 1 | -2/+13 |
| | |||||
* | Added a (disabled) block logging to projectile path-tracing. | madmaxoft | 2013-09-07 | 1 | -0/+10 |
| | |||||
* | Implemented ghast fireball and firecharge projectiles | madmaxoft | 2013-09-07 | 1 | -7/+102 |
| | |||||
* | Arrows have proper yaw and pitch when shot, and stop when they hit a block. | madmaxoft | 2013-09-07 | 1 | -7/+30 |
| | |||||
* | Implemented exact block hit position. | madmaxoft | 2013-09-03 | 1 | -21/+26 |
| | | | | Arrows now stick out of blocks at the exact position where they hit. | ||||
* | Arrows deal damage based on their speed. | madmaxoft | 2013-09-03 | 1 | -4/+10 |
| | |||||
* | Projectiles slow down in water and lava. | madmaxoft | 2013-09-02 | 1 | -3/+14 |
| | |||||
* | Projectiles don't collide with their creators. | madmaxoft | 2013-09-02 | 1 | -2/+6 |
| | |||||
* | Arrows deal damage. | madmaxoft | 2013-09-01 | 1 | -4/+123 |
| | | | | Still needs some tweaks, they hit the shooter most of the time. | ||||
* | Thrown ender pearls now teleport and hurt. | madmaxoft | 2013-08-30 | 1 | -1/+7 |
| | |||||
* | Basic support for thrown items - eggs, snowballs and ender pearls. | madmaxoft | 2013-08-30 | 1 | -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. | madmaxoft | 2013-08-30 | 1 | -31/+1 |
| | |||||
* | Shooting a bow kinda works. | madmaxoft | 2013-08-30 | 1 | -0/+41 |
| | | | | The arrow is released, but sometimes hits wrong blocks or disappears completely. | ||||
* | 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 |