summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Creeper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-201-2/+2
|
* More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
|
* 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.
* 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 explosion time (1.5s, according to minecraftwiki) - Creeper explodes if right clicked with flint and steel
* 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
| | | | | | | | * Creepers now explode with a sound effect * Creepers drop a music disc on the unlikely event of being killed by a skeleton's arrow Inspired by @maniak89's PR #132.
* Moved source to srcAlexander Harkness2013-11-241-0/+47