summaryrefslogtreecommitdiffstats
path: root/src/Entities/SplashPotionEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thrown potions/enderpearls: cleanupTiger Wang2021-04-121-35/+32
* Update entity sizesTiger Wang2021-04-121-1/+1
* Change to Cuboid calculation for splash distance (#5176)Nate2021-04-061-9/+6
* Unify entity spawn packet sendingTiger Wang2020-05-011-15/+0
* Delet SpawnObject paramsTiger Wang2020-04-201-8/+1
* Using Super.Mattes D2020-04-161-1/+1
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+4
* cWorld: Manually bind deprecated broadcast functions (#4265)peterbell102018-07-271-3/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-56/+24
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-5/+5
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-24/+56
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-56/+24
* 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu222016-05-141-0/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+2
* Unified the doxy-comment format.Mattes D2015-07-311-1/+5
* Fix commentstycho2015-05-281-5/+6
* Made -Weverything an error.tycho2015-05-241-3/+8
* 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