summaryrefslogtreecommitdiffstats
path: root/source/Entities/ProjectileEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General fixes [SEE DESC]Tiger Wang2013-11-161-15/+105
| | | | | | * Fixed faulty block face enumeration and functions + Added fireworks and exp bottle spawning * Fixed arrows again
* Switchified If, ElseIf statementTiger Wang2013-11-151-11/+16
| | | | Also updated comments
* Fixed arrow bugsTiger Wang2013-11-141-24/+41
| | | | * Fixed arrows hitting blocks wrong
* Bundled fixes [SEE DESC]Tiger Wang2013-11-121-3/+104
| | | | | | | | * BoundingBox now returns FACE_NONE + Arrows can be picked up * Arrows dug up resume physics simulations * Added sound effects for bows, lava to stone, and arrows * Fixed SoundParticleEffect on <1.7 protocols
* Bundled fixes [SEE DESC]Tiger Wang2013-11-101-0/+3
| | | | | | | | | | * Fixed pickups spawning in an incorrect position from a JukeBox * Pickups make a popping sound in Prtcl1.7 * Arrows make a *what sort of sound does an arrow make anyway‽* when hitting a block, and a popping sound when fired * Mobs again have metadata * Fixed Prtcl1.7 not using valid JSON to kick a client * Minecarts and arrows again have metadata
* Using tabstonibm192013-10-291-2/+2
|
* fixed indentationtonibm192013-10-281-1/+1
|
* extra linetonibm192013-10-281-0/+1
|
* attempt at fixing indentationtonibm192013-10-281-3/+2
|
* Extra linetonibm192013-10-281-0/+1
|
* Fixed indentationtonibm192013-10-281-5/+2
|
* Added random chicken spawn when throwing an eggtonibm192013-10-281-2/+13
|
* Added a (disabled) block logging to projectile path-tracing.madmaxoft2013-09-071-0/+10
|
* Implemented ghast fireball and firecharge projectilesmadmaxoft2013-09-071-7/+102
|
* Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft2013-09-071-7/+30
|
* Implemented exact block hit position.madmaxoft2013-09-031-21/+26
| | | | Arrows now stick out of blocks at the exact position where they hit.
* Arrows deal damage based on their speed.madmaxoft2013-09-031-4/+10
|
* Projectiles slow down in water and lava.madmaxoft2013-09-021-3/+14
|
* Projectiles don't collide with their creators.madmaxoft2013-09-021-2/+6
|
* Arrows deal damage.madmaxoft2013-09-011-4/+123
| | | | Still needs some tweaks, they hit the shooter most of the time.
* Thrown ender pearls now teleport and hurt.madmaxoft2013-08-301-1/+7
|
* 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