summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* SplashPotionEntity: Use `const cItem &` instead of a cItemarchshift2014-07-261-1/+1
* Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift2014-07-261-3/+0
* Moved potion static functions to EntityEffect to create splash potions through worldarchshift2014-07-261-6/+10
* Line tracer invalid chunk fixTiger Wang2014-07-201-6/+7
* Added destroy-timer system to splash potion entitiesarchshift2014-07-201-3/+4
* Merge pull request #1223 from mc-server/fixesMattes D2014-07-191-4/+1
|\
| * Fixed clamping issuesarchshift2014-07-191-4/+1
* | Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift2014-07-191-4/+4
* | Fixed splash potion color on tossarchshift2014-07-191-0/+14
|/
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed 3 MSVC warnings in SplashPotionEntity.madmaxoft2014-07-171-1/+1
* Restructured cSplashPotionEntity code.madmaxoft2014-07-151-38/+69
* For now, removed creator member from Entity Effect for pointer safetyarchshift2014-07-121-1/+1
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-1/+1
* Entity effects: changed User to Creator, removed pawn pass-by-valuearchshift2014-06-171-1/+1
* Entity Effects: Clarified user, added it to AddEntityEffectarchshift2014-06-171-5/+3
* Changed the AddEntityEffect() params for easier calls.madmaxoft2014-06-171-7/+12
* Cave spider now poisons its victim, added IsPawn function to Entityarchshift2014-06-171-1/+1
* Applies splash potion effects to mobs as well as playersarchshift2014-06-171-6/+9
* Added splash potion functionalityarchshift2014-06-171-6/+52
* Added classes for splash potions and wither skullsarchshift2014-06-171-0/+37