summaryrefslogtreecommitdiffstats
path: root/src/Entities/Minecart.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minecart: slimmed down SpawnOn by keeping subtype in the payload enumarchshift2014-07-191-15/+1
|
* More trailing whitespace fixes.madmaxoft2014-07-171-4/+4
|
* Normalized comments.madmaxoft2014-07-171-46/+46
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Add entity invulnerableHowaner2014-04-261-5/+9
|
* reverted the revert of the minecart collision detection fix.jfhumann2014-04-211-2/+1
|
* Fixed Flint and Steel, reverted Minecart change, renamed a parameter namejfhumann2014-04-191-1/+2
|
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-19/+19
|\ | | | | | | | | | | | | | | Conflicts: src/Authenticator.cpp src/ClientHandle.cpp src/Entities/Minecart.cpp src/Protocol/Protocol17x.cpp
| * Added new AI rulesTiger Wang2014-04-171-19/+19
| | | | | | | | | | | | | | + Added new AI rules handling cacti and large heights * Fixed cIniFile not recognising comments in cIniFile::ReadFile() * Fixed users.ini not being properly generated * Changed all instances of (int)floor(GetPosXXX()) to POSXXX_TOINT
* | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
|/
* Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-2/+2
|
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-8/+8
|
* Fixed most of the reordering warningsTycho2014-02-051-5/+5
|
* Rail speed tweakTiger Wang2014-01-251-2/+2
|
* Added more minecart powered rail directionsTiger Wang2014-01-241-3/+63
|
* Begin implementing ascending railsTiger Wang2014-01-191-2/+42
|
* Added one more direction into collision checksTiger Wang2014-01-191-26/+51
| | | | | * Added direction XM_XP * Improved performance, thanks STR and xoft
* Minecart improvements and fixesTiger Wang2014-01-191-33/+43
| | | | | | * Fixed curved rails * Fixed detector rails in certain situations * Fixed powered rails and others passing bad meta to SnapToRail()
* Merge remote-tracking branch 'origin/master' into minecartimprovementsTiger Wang2014-01-191-16/+19
|\
| * Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-4/+7
| |\ | | | | | | Added cWorld::SpawnMinecart.
| | * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-3/+4
| | |
| | * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-2/+4
| | |
| * | Removed obsoleted functionsTiger Wang2014-01-161-12/+12
| | |
* | | Minecart collision and general improvementsTiger Wang2014-01-181-68/+237
|/ / | | | | | | | | | | + 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/+11
| |
* | First implementation for furnace minecarts.STRWarrior2014-01-151-1/+22
| |
* | Final improvements to MinecartsTiger Wang2014-01-131-56/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-128/+182
|/ | | | | | + They are destroyed instantly by creative mode * Physics is much improved + Basic implementation of powered rails
* Moved source to srcAlexander Harkness2013-11-241-0/+541