summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-1/+1
2016-01-12Tamed wolf assists owner (attack / defence)LogicParrot1-22/+18
2015-05-09More style checking.Mattes D1-1/+1
2015-03-21Changed cEntity::m_UniqueID to UInt32.Mattes D1-7/+5
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-2/+2
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-21Exported individual projectile classes to Lua API.Mattes D1-10/+10
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-15Functions in cPluginManager get references instead of pointers.Mattes D1-1/+1
2014-08-31Fixed styleJaume Aloy1-1/+1
2014-08-19FixesJaume Aloy1-2/+4
2014-07-24Removed redundant semicolons and re-added warningarchshift1-1/+1
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-07-13Made CreateProjectile a pointerworktycho1-1/+1
2014-07-05Changed everything to callbacksTiger Wang1-3/+3
2014-07-04Crash and compile fixTiger Wang1-1/+1
2014-07-04Various fixedTiger Wang1-4/+30
2014-04-27Fixed ToLua errors, added newlinesarchshift1-1/+1
2014-04-27Moved cFireworkEntity out of ProjectileEntity.harchshift1-44/+1
2014-04-27Moved cGhastFireballEntity out of ProjectileEntity.harchshift1-31/+0
2014-04-27Moved cFireChargeEntity out of ProjectileEntity.harchshift1-28/+0
2014-04-27Moved cThrownSnowballEntity out of ProjectileEntity.harchshift1-27/+0
2014-04-27Moved cExpBottleEntity out of ProjectileEntity.harchshift1-26/+0
2014-04-27Moved cThrownEnderPearl out of ProjectileEntity.harchshift1-32/+0
2014-04-27Moved cThrownEggEntity out of ProjectileEntity.harchshift1-32/+0
2014-04-27Moved cArrowEntity out of ProjectileEntity.harchshift1-88/+0
2014-04-25Creator not user.archshift1-2/+2
2014-04-25Comments for TrySpawnChicken() and TeleportUser().archshift1-0/+2
2014-04-25Rename spawn chicken method, Initialize m_HasTeleported.archshift1-1/+1
2014-04-25Chicken eggs and ender pearls can hit entities.archshift1-1/+10
2014-03-11Snowballs now actualy hurt other entities.STRWarrior1-0/+1
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-3/+9
2014-02-04Improved Type safety of eBlockFaceTycho1-9/+9
2013-12-22merged in warnings changesTycho Bickerstaff1-1/+5
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-1/+5
2013-12-21ChunkSender is now warnings cleanTycho Bickerstaff1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16General fixes [SEE DESC]Tiger Wang1-0/+55
2013-11-14Fixed arrow bugsTiger Wang1-1/+3
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-1/+15
2013-09-07Implemented loading more projectiles from MCA.madmaxoft1-2/+5
2013-09-07Implemented ghast fireball and firecharge projectilesmadmaxoft1-2/+59
2013-09-07Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft1-1/+1
2013-09-03Implemented exact block hit position.madmaxoft1-5/+5
2013-09-03Added cArrowEntity's criticalness to the API.madmaxoft1-0/+6
2013-09-03Arrows deal damage based on their speed.madmaxoft1-0/+3
2013-09-01Arrows deal damage.madmaxoft1-0/+4
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft1-2/+91
2013-08-30Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft1-6/+0
2013-08-30Shooting a bow kinda works.madmaxoft1-0/+9
2013-08-27Implemented basic physics for projectiles.madmaxoft1-3/+6
2013-08-26Debug: arrow log their position in each tickmadmaxoft1-0/+1
2013-08-25Added a few API accessors to cArrowEntity.madmaxoft1-0/+8
2013-08-22Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft1-3/+44
2013-08-22Added skeleton code for projectile spawning.madmaxoft1-3/+23
2013-08-20Started work on the cProjectileEntity class.madmaxoft1-0/+69