summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-07-17Fixed 3 MSVC warnings in SplashPotionEntity.madmaxoft1-1/+1
2014-07-15Restructured cSplashPotionEntity code.madmaxoft1-38/+69
2014-07-12For now, removed creator member from Entity Effect for pointer safetyarchshift1-1/+1
2014-06-19EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift1-1/+1
2014-06-17Entity effects: changed User to Creator, removed pawn pass-by-valuearchshift1-1/+1
2014-06-17Entity Effects: Clarified user, added it to AddEntityEffectarchshift1-5/+3
2014-06-17Changed the AddEntityEffect() params for easier calls.madmaxoft1-7/+12
2014-06-17Cave spider now poisons its victim, added IsPawn function to Entityarchshift1-1/+1
2014-06-17Applies splash potion effects to mobs as well as playersarchshift1-6/+9
2014-06-17Added splash potion functionalityarchshift1-6/+52
2014-06-17Added classes for splash potions and wither skullsarchshift1-0/+37