summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Creeper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-1/+1
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-1/+1
|
* Renamed all new Mob files and classesSamuel Barney2014-08-211-0/+69
|
* Moved old mob code into its own sub directorySamuel Barney2014-08-211-152/+0
|
* 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