summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemPotion.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-1/+4
2015-03-21Changed cEntity::m_UniqueID to UInt32.Mattes D1-1/+1
2014-08-30Fixed potion removing in creative mode.Howaner1-2/+6
2014-07-26Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift1-3/+5
2014-07-26Moved potion static functions to EntityEffect to create splash potions through worldarchshift1-129/+7
2014-07-19Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift1-3/+3
2014-07-17Reformatted cItemPotionHandler.madmaxoft1-47/+77
2014-07-14Readability and clarity changesarchshift1-30/+45
2014-07-12For now, removed creator member from Entity Effect for pointer safetyarchshift1-2/+2
2014-06-19EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift1-1/+1
2014-06-17Entity Effects: Clarified user, added it to AddEntityEffectarchshift1-1/+1
2014-06-17Changed the AddEntityEffect() params for easier calls.madmaxoft1-2/+1
2014-06-17Fixed MSVC compilation.madmaxoft1-7/+7
2014-06-17Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift1-1/+1
2014-06-17Removed long function wrappingarchshift1-10/+2
2014-06-17ItemHandler: changed IsDrinkable() to take a short argumentarchshift1-9/+4
2014-06-17Splash potion: Adjusted speed, fixed spawn positionarchshift1-6/+3
2014-06-17Entity effect type: use 'eff' as a prefix instead of 'ef'archshift1-33/+33
2014-06-17Added splash potion functionalityarchshift1-1/+35
2014-06-17Implemented drinkable potions, noeffect entity effect,archshift1-0/+137