summaryrefslogtreecommitdiffstats
path: root/src/Entities/Minecart.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-3/+9
|\ | | | | Added cWorld::SpawnMinecart.
| * Changed GetContent function.STRWarrior2014-01-161-1/+1
| |
| * Fixed server crash.STRWarrior2014-01-121-1/+1
| |
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-3/+3
| |
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+7
| |
* | Furnace minecarts now stop being active after a while.STRWarrior2014-01-151-1/+8
| |
* | First implementation for furnace minecarts.STRWarrior2014-01-151-0/+1
| |
* | Final improvements to MinecartsTiger Wang2014-01-131-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed curved rails being a little broken + Implemented detector rails + Implemented block collisions on rails * Fixed snapping to rail - Removed minecart physics conditions in Entity.cpp as minecarts use their own simulator when on rails Fixes #148 and #217; partially implemented #215. This is Cave Johnson, and we're done here.
* | Multiple enhancements and fixes to minecartsTiger Wang2014-01-121-3/+4
|/ | | | | | + They are destroyed instantly by creative mode * Physics is much improved + Basic implementation of powered rails
* Moved source to srcAlexander Harkness2013-11-241-0/+169