summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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