summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBucket.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated protocol functions to Vector3xx12xx12x2022-04-201-2/+2
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-7/+7
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-3/+3
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-2/+2
* Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand2020-05-081-7/+7
* Vector3 in Handlers (#4680)Mattes D2020-04-211-10/+24
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-1/+2
* Replace buckets to the selected hotbar slot, rather than the first available. (#4580)Alexander Harkness2020-04-021-26/+6
* Don't remove items twice (#4524)Mat2020-03-221-2/+1
* Disable block placement in adventure mode (#4424)Mat2019-12-301-0/+12
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-7/+5
* Buckets: Be able to place fluids through other fluids. (#4331)Zach DeCook2019-05-071-2/+2
* Keep players in gmNotSet (#4248)changyong guo2018-07-231-1/+1
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
* Tracer replacement (#3704)Mattes D2017-05-111-4/+5
* Bulk clearing of whitespaceLogicParrot2016-02-051-12/+12
* Merge branch 'master' into PreventNewWarningstycho2015-05-281-2/+2
|\
| * Merge pull request #2061 from mc-server/fixesAlexander Harkness2015-05-271-2/+2
| |\
| | * Fixes #2052Tiger Wang2015-05-181-2/+2
* | | Merge branch 'master' into PreventNewWarningstycho2015-05-241-0/+14
|\| |
| * | Fixes #2059Blitz Rakete2015-05-211-0/+14
| |/
* / Made -Weverything an error.tycho2015-05-241-1/+1
|/
* Scooping up fluid calls the player placement hooks.Mattes D2015-04-141-4/+12
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-19/+43
* Fixed various warnings.Mattes D2015-01-181-6/+6
* Removed more unessicary includesTycho2014-09-261-0/+1
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* More trailing whitespace fixes.madmaxoft2014-07-171-4/+4
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed a bug with bucketsTiger Wang2014-07-161-1/+1
* Fixed placing liquids over liquidsTiger Wang2014-07-141-1/+1
* Comment grammar correctionTiger Wang2014-07-121-1/+1
* Simplified buckets code slightlyTiger Wang2014-07-121-32/+15
* Changesdaniel09162014-07-121-5/+4
* Changesdaniel09162014-07-111-24/+16
* Changesdaniel09162014-07-101-20/+22
* Maybe fixed whitespacesdaniel09162014-07-101-7/+7
* Maybe fixed whitespacesdaniel09162014-07-101-1/+1
* Fixed Bucket Placingdaniel09162014-07-101-6/+57
* Fixed Bucket placingdaniel09162014-07-091-1/+1
* Implemented lilypad placementTiger Wang2014-03-231-4/+4
* Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
* Changed Signiture of OnUpdateTycho2014-02-021-1/+4
* Fixed naming and initialization.madmaxoft2013-12-171-4/+12
* Forgot to change one Vector3d to Vector3i.STRWarrior2013-12-171-1/+1
* Renamed Pos to m_Pos.STRWarrior2013-12-171-3/+3
* Using Recommendations.STRWarrior2013-12-171-10/+23
* Made buckets work when the player does not 'look' at a block. This fixes #265STRWarrior2013-12-171-32/+53
* Moved source to srcAlexander Harkness2013-11-241-0/+160