summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemMinecart.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-11/+0
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-17/+2
2017-05-08Added missing checks for Initialize function and updated APIDocLukas Pioch1-1/+6
2016-02-05Bulk clearing of whitespaceLogicParrot1-6/+6
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-3/+3
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-2/+5
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-1/+1
2014-04-06Add CanChangeDirtToGrass function to Block Handlers.Howaner1-1/+1
2014-03-30Another curlyTiger Wang1-1/+2
2014-03-28Fixed infinite minecart itemsTiger Wang1-0/+3
2014-02-04Improved Type safety of eBlockFaceTycho1-1/+1
2014-01-12Renamed cEmptyMinecart to cRideableMinecartSTRWarrior1-1/+1
2014-01-12EmptyMinecarts should be able to get a block inside of them.STRWarrior1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-2/+1
2013-08-16Compilation and Minecart fixesTiger Wang1-3/+5
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang1-0/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-80/+80
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com1-1/+1
2013-04-28Fixed crash with Minecart. It was getting added twice to the world and it was causing and ASSERT to fail.keyboard.osh@gmail.com1-1/+0
2013-03-03Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com1-5/+7
2013-02-18Minecarts can now be placed.madmaxoft@gmail.com1-0/+79