summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update entity sizesTiger Wang2021-04-121-2/+2
* Unify entity spawn packet sendingTiger Wang2020-05-011-14/+13
* Using Super.Mattes D2020-04-161-1/+1
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-5/+33
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-2/+2
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-1/+1
* Tamed wolf assists owner (attack / defence)LogicParrot2016-01-121-22/+18
* More style checking.Mattes D2015-05-091-1/+1
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-7/+5
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-10/+10
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-1/+1
* Fixed styleJaume Aloy2014-08-311-1/+1
* FixesJaume Aloy2014-08-191-2/+4
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Normalized comments.madmaxoft2014-07-171-1/+1
* Made CreateProjectile a pointerworktycho2014-07-131-1/+1
* Changed everything to callbacksTiger Wang2014-07-051-3/+3
* Crash and compile fixTiger Wang2014-07-041-1/+1
* Various fixedTiger Wang2014-07-041-4/+30
* Fixed ToLua errors, added newlinesarchshift2014-04-271-1/+1
* Moved cFireworkEntity out of ProjectileEntity.harchshift2014-04-271-44/+1
* Moved cGhastFireballEntity out of ProjectileEntity.harchshift2014-04-271-31/+0
* Moved cFireChargeEntity out of ProjectileEntity.harchshift2014-04-271-28/+0
* Moved cThrownSnowballEntity out of ProjectileEntity.harchshift2014-04-271-27/+0
* Moved cExpBottleEntity out of ProjectileEntity.harchshift2014-04-271-26/+0
* Moved cThrownEnderPearl out of ProjectileEntity.harchshift2014-04-271-32/+0
* Moved cThrownEggEntity out of ProjectileEntity.harchshift2014-04-271-32/+0
* Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-88/+0
* Creator not user.archshift2014-04-251-2/+2
* Comments for TrySpawnChicken() and TeleportUser().archshift2014-04-251-0/+2
* Rename spawn chicken method, Initialize m_HasTeleported.archshift2014-04-251-1/+1
* Chicken eggs and ender pearls can hit entities.archshift2014-04-251-1/+10
* Merge remote-tracking branch 'origin/SnowBall'madmaxoft2014-03-121-0/+1
|\
| * Snowballs now actualy hurt other entities.STRWarrior2014-03-111-0/+1
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-3/+9
|/
* Improved Type safety of eBlockFaceTycho2014-02-041-9/+9
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+5
* ChunkSender is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+58
* Moved source to srcAlexander Harkness2013-11-241-0/+325