summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #844 from mc-server/ProjectileHitBlockMattes D2014-06-011-2/+2
|\ | | | | OnProjectileHitBlock tweak.
| * Used recommendationsSTRWarrior2014-05-311-2/+1
| |
| * Using recommendations (I think)STRWarrior2014-03-301-1/+2
| |
| * Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior2014-03-301-2/+2
| |
| * Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior2014-03-301-1/+1
| |
* | Fixed projectile source filenames, indentationsarchshift2014-04-281-8/+8
| |
* | Fixed ToLua errors, added newlinesarchshift2014-04-271-1/+1
| |
* | Moved cFireworkEntity out of ProjectileEntity.harchshift2014-04-271-71/+1
| |
* | Moved cGhastFireballEntity out of ProjectileEntity.harchshift2014-04-271-43/+1
| |
* | Moved cFireChargeEntity out of ProjectileEntity.harchshift2014-04-271-54/+2
| |
* | Moved cThrownSnowballEntity out of ProjectileEntity.harchshift2014-04-271-47/+1
| |
* | Moved cExpBottleEntity out of ProjectileEntity.harchshift2014-04-271-26/+1
| |
* | Moved cThrownEnderPearl out of ProjectileEntity.harchshift2014-04-271-54/+1
| |
* | Moved cThrownEggEntity out of ProjectileEntity.harchshift2014-04-271-58/+1
| |
* | Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-192/+3
| |
* | Creator not user.archshift2014-04-251-3/+3
| |
* | Rename spawn chicken method, Initialize m_HasTeleported.archshift2014-04-251-3/+4
| |
* | Chicken eggs and ender pearls can hit entities.archshift2014-04-251-6/+56
| | | | | | | | Fixed warning by adding dedicated m_HasTeleported for fired arrows.
* | Entities handle chunks properly againTiger Wang2014-04-121-1/+1
| | | | | | | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty
* | Removed debugging log from entity physics handling.madmaxoft2014-04-051-1/+2
|/
* Fixed the OnProjectileHitBlock hook not stopping projectiles.STRWarrior2014-03-291-1/+1
|
* Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior2014-03-291-0/+5
|
* Fixed error when the hook gets called.STRWarrior2014-03-291-1/+0
|
* Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior2014-03-291-0/+6
|
* Merge remote-tracking branch 'origin/SnowBall'madmaxoft2014-03-121-2/+24
|\
| * TakeDamage now has the cThrownSnowballEntity instead of the creator's object.STRWarrior2014-03-111-1/+1
| |
| * Snowballs now actualy hurt other entities.STRWarrior2014-03-111-2/+24
| | | | | | | | 3 damage for blazes and 1 for the ender dragon. Otherwise 0
* | Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-2/+2
|\| | | | | | | | | Conflicts: src/ClientHandle.cpp
| * g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-2/+2
| |
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-40/+47
|/ | | | + Added fireworks
* Replace random Float Generation and broadcast the Exp Pickup SoundHowaner2014-02-161-3/+1
|
* Add Exp Bottle EffectsHowaner2014-02-161-0/+3
|
* Improved Type safety of eBlockFaceTycho2014-02-041-11/+11
| | | | May Fix #640
* Removed debug message when a firework entity hit a solid block.STRWarrior2014-01-291-2/+0
|
* Bottle o' Enchanting spawns an experience orb.STRWarrior2014-01-291-1/+2
|
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-3/+3
|
* Removed obsoleted functionsTiger Wang2014-01-161-6/+6
|
* More reordering fixes.madmaxoft2013-12-201-2/+2
|
* Sorted a few constructors to remove warnings.madmaxoft2013-12-201-2/+2
|
* Tools make a sound when breaking, fixes #266Tiger Wang2013-12-061-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-24/+136
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+743