summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-19FixesJaume Aloy1-2/+3
2014-07-26Moved potion static functions to EntityEffect to create splash potions through worldarchshift1-0/+2
2014-07-20Added m_TicksAlive to entities, allows projectiles to hit their creatorsarchshift1-3/+5
2014-07-17Normalized comments.madmaxoft1-3/+3
2014-07-13Made CreateProjectile a pointerworktycho1-3/+4
2014-07-12Added splash potions to NBT serialization and retrievalarchshift1-1/+1
2014-07-07Added extra space before commentsTiger Wang1-6/+6
2014-07-05Changed everything to callbacksTiger Wang1-71/+1
2014-07-04Crash and compile fixTiger Wang1-3/+8
2014-07-04Various fixedTiger Wang1-3/+72
2014-06-28An unification of code styleTiger Wang1-1/+1
2014-06-22Fixed multiple issues with projectilesTiger Wang1-27/+34
2014-06-17Added splash potion functionalityarchshift1-2/+0
2014-06-17Added classes for splash potions and wither skullsarchshift1-0/+4
2014-05-31Used recommendationsSTRWarrior1-2/+1
2014-04-28Fixed projectile source filenames, indentationsarchshift1-8/+8
2014-04-27Fixed ToLua errors, added newlinesarchshift1-1/+1
2014-04-27Moved cFireworkEntity out of ProjectileEntity.harchshift1-71/+1
2014-04-27Moved cGhastFireballEntity out of ProjectileEntity.harchshift1-43/+1
2014-04-27Moved cFireChargeEntity out of ProjectileEntity.harchshift1-54/+2
2014-04-27Moved cThrownSnowballEntity out of ProjectileEntity.harchshift1-47/+1
2014-04-27Moved cExpBottleEntity out of ProjectileEntity.harchshift1-26/+1
2014-04-27Moved cThrownEnderPearl out of ProjectileEntity.harchshift1-54/+1
2014-04-27Moved cThrownEggEntity out of ProjectileEntity.harchshift1-58/+1
2014-04-27Moved cArrowEntity out of ProjectileEntity.harchshift1-192/+3
2014-04-25Creator not user.archshift1-3/+3
2014-04-25Rename spawn chicken method, Initialize m_HasTeleported.archshift1-3/+4
2014-04-25Chicken eggs and ender pearls can hit entities.archshift1-6/+56
2014-04-12Entities handle chunks properly againTiger Wang1-1/+1
2014-04-05Removed debugging log from entity physics handling.madmaxoft1-1/+2
2014-03-30Using recommendations (I think)STRWarrior1-1/+2
2014-03-30Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior1-2/+2
2014-03-30Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior1-1/+1
2014-03-29Fixed the OnProjectileHitBlock hook not stopping projectiles.STRWarrior1-1/+1
2014-03-29Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior1-0/+5
2014-03-29Fixed error when the hook gets called.STRWarrior1-1/+0
2014-03-29Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior1-0/+6
2014-03-11TakeDamage now has the cThrownSnowballEntity instead of the creator's object.STRWarrior1-1/+1
2014-03-11Snowballs now actualy hurt other entities.STRWarrior1-2/+24
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-2/+2
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-40/+47
2014-02-16Replace random Float Generation and broadcast the Exp Pickup SoundHowaner1-3/+1
2014-02-16Add Exp Bottle EffectsHowaner1-0/+3
2014-02-04Improved Type safety of eBlockFaceTycho1-11/+11
2014-01-29Removed debug message when a firework entity hit a solid block.STRWarrior1-2/+0
2014-01-29Bottle o' Enchanting spawns an experience orb.STRWarrior1-1/+2
2014-01-17Removed internal cEntity::GetRot() usage.madmaxoft1-3/+3
2014-01-16Removed obsoleted functionsTiger Wang1-6/+6
2013-12-20More reordering fixes.madmaxoft1-2/+2
2013-12-20Sorted a few constructors to remove warnings.madmaxoft1-2/+2
2013-12-06Tools make a sound when breaking, fixes #266Tiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16General fixes [SEE DESC]Tiger Wang1-15/+105
2013-11-15Switchified If, ElseIf statementTiger Wang1-11/+16
2013-11-14Fixed arrow bugsTiger Wang1-24/+41
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-3/+104
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-0/+3
2013-10-29Using tabstonibm191-2/+2
2013-10-28fixed indentationtonibm191-1/+1
2013-10-28extra linetonibm191-0/+1
2013-10-28attempt at fixing indentationtonibm191-3/+2
2013-10-28Extra linetonibm191-0/+1
2013-10-28Fixed indentationtonibm191-5/+2
2013-10-28Added random chicken spawn when throwing an eggtonibm191-2/+13
2013-09-07Added a (disabled) block logging to projectile path-tracing.madmaxoft1-0/+10
2013-09-07Implemented ghast fireball and firecharge projectilesmadmaxoft1-7/+102
2013-09-07Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft1-7/+30
2013-09-03Implemented exact block hit position.madmaxoft1-21/+26
2013-09-03Arrows deal damage based on their speed.madmaxoft1-4/+10
2013-09-02Projectiles slow down in water and lava.madmaxoft1-3/+14
2013-09-02Projectiles don't collide with their creators.madmaxoft1-2/+6
2013-09-01Arrows deal damage.madmaxoft1-4/+123
2013-08-30Thrown ender pearls now teleport and hurt.madmaxoft1-1/+7
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft1-3/+88
2013-08-30Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft1-31/+1
2013-08-30Shooting a bow kinda works.madmaxoft1-0/+41
2013-08-27Implemented basic physics for projectiles.madmaxoft1-18/+129
2013-08-26Debug logging for arrows improvedmadmaxoft1-1/+8
2013-08-26Debug: arrow log their position in each tickmadmaxoft1-0/+12
2013-08-25Added a few API accessors to cArrowEntity.madmaxoft1-0/+17
2013-08-22Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft1-1/+29
2013-08-22Arrows can spawn on the client.madmaxoft1-1/+2
2013-08-22Added skeleton code for projectile spawning.madmaxoft1-0/+79