summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Creeper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update entity sizesTiger Wang2021-04-121-1/+1
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-5/+4
* Using Super.Mattes D2020-04-161-4/+4
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-1/+0
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-2/+2
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-10/+5
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-5/+10
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-10/+5
* Fully implemented leashes (#3798)Pablo Beltrán2017-08-211-0/+2
* Creepers explode when burned by flint and steel (#3865)Bond-0092017-07-221-1/+1
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-3/+3
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
* cMonster::m_Target safety across worldsLogicParrot2016-02-031-1/+1
* Fixed creeper calling TargetIsInRange with null m_TargetLogicParrot2016-01-121-2/+2
* stop creepers from exploding even if they just diedGargaj2015-12-081-1/+1
* fix cavespider poisoning even if attack is in cooldownGargaj2015-11-081-1/+4
* Only send creeper updates when there is a changeGargaj2015-11-071-3/+6
* Fixed creeper explosionsSafwatHalaby2015-05-301-1/+1
* Made -Weverything an error.tycho2015-05-241-2/+2
* Make -Werror disabling file onlytycho2015-05-191-1/+1
* Creeper: Fixed skeleton check.Mattes D2015-03-211-11/+10
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-2/+2
* Changed everything to callbacksTiger Wang2014-07-051-2/+20
* Exploded creepers drop nothing, part of #1058Tiger Wang2014-06-041-2/+8
* Add entity invulnerableHowaner2014-04-261-2/+6
* Creeper fixestonibm192014-03-021-9/+32
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-1/+6
* Fixed TNT fizzing everywhereTiger Wang2014-02-151-1/+1
* Did what xoft recommendedTiger Wang2014-01-251-1/+5
* Implemented creeper abilitiesTiger Wang2014-01-241-2/+47
* Moved source to srcAlexander Harkness2013-11-241-0/+47