summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemMinecart.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vector3 in Handlers (#4680)Mattes D2020-04-211-11/+15
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Using Super.Mattes D2020-04-161-4/+5
|
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-11/+0
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-17/+2
|
* Added missing checks for Initialize function and updated APIDocLukas Pioch2017-05-081-1/+6
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-6/+6
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-3/+3
|
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-2/+5
| | | | Ref.: #1857.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
| | | | Fixes #1039, fixes #851
* Add CanChangeDirtToGrass function to Block Handlers.Howaner2014-04-061-1/+1
|
* Another curlyTiger Wang2014-03-301-1/+2
|
* Fixed infinite minecart itemsTiger Wang2014-03-281-0/+3
|
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-1/+1
|
* EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+82