summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBucket.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-22Don't remove items twice (#4524)Mat1-2/+1
2019-12-30Disable block placement in adventure mode (#4424)Mat1-0/+12
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-7/+5
2019-05-07Buckets: Be able to place fluids through other fluids. (#4331)Zach DeCook1-2/+2
2018-07-23Keep players in gmNotSet (#4248)changyong guo1-1/+1
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2017-05-11Tracer replacement (#3704)Mattes D1-4/+5
2016-02-05Bulk clearing of whitespaceLogicParrot1-12/+12
2015-05-24Made -Weverything an error.tycho1-1/+1
2015-05-21Fixes #2059Blitz Rakete1-0/+14
2015-05-18Fixes #2052Tiger Wang1-2/+2
2015-04-14Scooping up fluid calls the player placement hooks.Mattes D1-4/+12
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-19/+43
2015-01-18Fixed various warnings.Mattes D1-6/+6
2014-09-26Removed more unessicary includesTycho1-0/+1
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-17More trailing whitespace fixes.madmaxoft1-4/+4
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-07-16Fixed a bug with bucketsTiger Wang1-1/+1
2014-07-14Fixed placing liquids over liquidsTiger Wang1-1/+1
2014-07-12Comment grammar correctionTiger Wang1-1/+1
2014-07-12Simplified buckets code slightlyTiger Wang1-32/+15
2014-07-12Changesdaniel09161-5/+4
2014-07-11Changesdaniel09161-24/+16
2014-07-10Changesdaniel09161-20/+22
2014-07-10Maybe fixed whitespacesdaniel09161-7/+7
2014-07-10Maybe fixed whitespacesdaniel09161-1/+1
2014-07-10Fixed Bucket Placingdaniel09161-6/+57
2014-07-09Fixed Bucket placingdaniel09161-1/+1
2014-03-23Implemented lilypad placementTiger Wang1-4/+4
2014-02-04Improved Type safety of eBlockFaceTycho1-2/+2
2014-02-02Changed Signiture of OnUpdateTycho1-1/+4
2013-12-17Fixed naming and initialization.madmaxoft1-4/+12
2013-12-17Forgot to change one Vector3d to Vector3i.STRWarrior1-1/+1
2013-12-17Renamed Pos to m_Pos.STRWarrior1-3/+3
2013-12-17Using Recommendations.STRWarrior1-10/+23
2013-12-17Made buckets work when the player does not 'look' at a block. This fixes #265STRWarrior1-32/+53
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-160/+160
2013-07-03Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)madmaxoft1-3/+3
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com1-8/+4
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com1-7/+7
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-6/+6
2012-10-18Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.madmaxoft@gmail.com1-69/+139
2012-10-14Fixed the bucket handling code trying to simulate at the wrong coords (client sends all coords as -1 to signify "item use")madmaxoft@gmail.com1-12/+12
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-0/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-2/+3
2012-08-17Fixed an assert in bucket placementmadmaxoft@gmail.com1-19/+34
2012-07-17Fixed incompatibility to apples c++ compiler...lapayo94@gmail.com1-5/+8
2012-07-16Some code improvementslapayo94@gmail.com1-1/+1
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+75