summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-5/+5
| | | | | | | | | | | | | | | 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-5/+5
|
* SplashPotionEntity: Use `const cItem &` instead of a cItemarchshift2014-07-261-1/+1
|
* Moved potion static functions to EntityEffect to create splash potions through worldarchshift2014-07-261-3/+1
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Added destroy-timer system to splash potion entitiesarchshift2014-07-201-0/+20
|
* Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift2014-07-191-6/+6
|
* Fixed splash potion color on tossarchshift2014-07-191-0/+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.
* Restructured cSplashPotionEntity code.madmaxoft2014-07-151-27/+19
| | | | | The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType.
* Added splash potions to NBT serialization and retrievalarchshift2014-07-121-0/+8
|
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-1/+1
| | | | Changed effect map to take a pointer of the effect as a result.
* Applies splash potion effects to mobs as well as playersarchshift2014-06-171-2/+3
|
* Added splash potion functionalityarchshift2014-06-171-3/+27
|
* Added classes for splash potions and wither skullsarchshift2014-06-171-0/+34