summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-12Thrown potions/enderpearls: cleanupTiger Wang1-35/+32
2021-04-12Update entity sizesTiger Wang1-1/+1
2021-04-06Change to Cuboid calculation for splash distance (#5176)Nate1-9/+6
2020-05-01Unify entity spawn packet sendingTiger Wang1-15/+0
2020-04-20Delet SpawnObject paramsTiger Wang1-8/+1
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+4
2018-07-27cWorld: Manually bind deprecated broadcast functions (#4265)peterbell101-3/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-56/+24
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-0091-5/+5
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-24/+56
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-56/+24
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-0/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-4/+4
2015-11-24Add enum for Sound and Particle EffectsDave Tucker1-1/+2
2015-07-31Unified the doxy-comment format.Mattes D1-1/+5
2015-05-28Fix commentstycho1-5/+6
2015-05-24Made -Weverything an error.tycho1-3/+8
2014-07-26SplashPotionEntity: Use `const cItem &` instead of a cItemarchshift1-1/+1
2014-07-26Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift1-3/+0
2014-07-26Moved potion static functions to EntityEffect to create splash potions through worldarchshift1-6/+10
2014-07-20Line tracer invalid chunk fixTiger Wang1-6/+7
2014-07-20Added destroy-timer system to splash potion entitiesarchshift1-3/+4
2014-07-19Splash potions: Renamed PotionParticleType to PotionColor for clarityarchshift1-4/+4
2014-07-19Fixed splash potion color on tossarchshift1-0/+14
2014-07-19Fixed clamping issuesarchshift1-4/+1
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