summaryrefslogtreecommitdiffstats
path: root/src/Entities/Minecart.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minecart deceleration (#4059)peterbell102017-10-211-0/+3
|
* Powered rails can kick-start minecarts (#3472)Marvin Kopf2016-12-101-0/+2
|
* Proper minecart DoSetSpeed Override (#3174)LogicParrot2016-04-301-1/+1
| | | Closes #3173, Introduced in #3037.
* Add speed limit enforcement for minecartsMarvin Kopf2016-04-151-0/+3
|
* Fix minecart entity collisionMarvin Kopf2016-02-161-1/+1
| | | | | * Minecarts no longer handle a collision if the entity is behind them. * Minecarts will leave the pushing after a collision on a straight rail to the entity.
* Bulk clearing of whitespaceLogicParrot2016-02-051-19/+19
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch2015-05-231-1/+1
|
* More style checking.Mattes D2015-05-091-3/+2
| | | | Spaces around some operators are checked.
* Converted MinecartEntity to std::chronoTycho2015-01-161-3/+3
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Minecart.h: Fixed integral conversion warning.Mattes D2014-11-271-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Fixed style.Mattes D2014-10-131-1/+1
|
* SuggestionsTiger Wang2014-09-271-1/+2
|
* Implemented Chest MinecartsTiger Wang2014-09-131-10/+30
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-6/+6
|
* Minecart: slimmed down SpawnOn by keeping subtype in the payload enumarchshift2014-07-191-5/+6
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Add entity invulnerableHowaner2014-04-261-1/+1
|
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-2/+2
|
* Begin implementing ascending railsTiger Wang2014-01-191-0/+3
|
* Added more rail functionalityTiger Wang2014-01-191-14/+0
|
* Merge remote-tracking branch 'origin/master' into minecartimprovementsTiger Wang2014-01-191-3/+9
|\
| * 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
| | |
* | | Minecart collision and general improvementsTiger Wang2014-01-181-2/+5
|/ / | | | | | | | | | | + Implemented collision on one type of rail * Improved curved rails somewhat * Fixed a crash bug
* | 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