summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-7/+5
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-10/+10
| | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
* 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
| | | | | | | | - Changed m_TicksLeftBurning > 0 for IsOnFire() - Tried to do the changes in BlockHandler.cpp - Removed m_Creator in ArrowEntity - Added m_Enchantments in ProjectileEntity CreatorData - Added blank lines between functions
* 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
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* 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 potential invalid pointer dereferencing, fixes #1117 * Fixed ender pearls not being loaded properly
* 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
| | | | Fixed warning by adding dedicated m_HasTeleported for fired arrows.
* Merge remote-tracking branch 'origin/SnowBall'madmaxoft2014-03-121-0/+1
|\
| * Snowballs now actualy hurt other entities.STRWarrior2014-03-111-0/+1
| | | | | | | | 3 damage for blazes and 1 for the ender dragon. Otherwise 0
* | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-3/+9
|/ | | | + Added fireworks
* Improved Type safety of eBlockFaceTycho2014-02-041-9/+9
| | | | May Fix #640
* 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
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+325