summaryrefslogtreecommitdiffstats
path: root/source/Entities/Minecart.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Second round of fixesTiger Wang2013-10-091-1/+1
| | | | * Implemented suggestions
* Initial Metadata Commit [SEE DESC]Tiger Wang2013-10-081-2/+11
| | | | | | | + Pigs, Minecarts, Sheep, Skeletons, Slimes, Villagers, Wolves, and Horses have metadata + Base code on taming wolves, shearing sheep, and taming horses + Sheep and horses have different colours when spawned
* Removed some unneeded includesTiger Wang2013-09-221-1/+0
|
* Even more fixes [SEE DESC]Tiger Wang2013-09-131-0/+14
| | | | | | | * Fixed minecarts breaking completely due to stuff * Rails are now non solid again + Added IsRail inline bool - Removed Herobrine
* Merge remote-tracking branch 'upstream/master'Tiger Wang2013-09-021-1/+0
|\ | | | | | | | | | | | | | | Conflicts: source/Bindings.cpp source/Entities/Entity.cpp Updated from upsteam
| * Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-251-1/+0
| | | | | | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code.
* | Minecart enhancements [SEE DESC]Tiger Wang2013-09-021-1/+4
|/ | | | | | | Curved rails. Better physics. Better code as improved by xoft. Stuff.
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+145