summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Sheep.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A* Pathfinding and better monster AIwiseoldman952015-05-011-1/+1
|
* Correct world height validations.Tommy Santerre2015-03-201-1/+1
| | | | | Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Merge branch 'master' into blocksMasy982014-09-261-0/+2
|\ | | | | | | | | | | Conflicts: src/Items/ItemHandler.cpp src/Simulator/IncrementalRedstoneSimulator.cpp
| * Merge branch 'master' into EntityCustomNameHowaner2014-09-231-0/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h
| * | Added name tagHowaner2014-09-011-0/+2
| | |
* | | Fixed mutton name in Sheep.cppMasy982014-09-111-1/+1
| |/ |/|
* | Fixed style and alpha-sorting.madmaxoft2014-09-031-7/+7
| |
* | Added mutton, which sheep now drop when killedarchshift2014-09-031-0/+7
|/
* Fix item durability.Howaner2014-07-231-5/+1
| | | Fixes #1181
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | 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.
* Update.Howaner2014-07-131-1/+1
|
* Moved the random code to a function (cSheep::GenerateNaturalRandomColor())Howaner2014-06-301-32/+40
|
* Fix sheep color's, add shear sound.Howaner2014-06-281-1/+40
|
* Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/Authenticator.cpp src/ClientHandle.cpp src/Entities/Minecart.cpp src/Protocol/Protocol17x.cpp
| * Entities handle chunks properly againTiger Wang2014-04-121-1/+1
| | | | | | | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty
* | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-3/+4
|/
* Fixed sheep ASSERTing sometimesTiger Wang2014-02-271-8/+18
|
* Rewritten code.tonibm192014-01-291-23/+0
| | | | | Implemented xoft suggestion. Using MoveToPosition as tigerw suggested.
* Fixed sheeptonibm192014-01-291-18/+17
|
* Fixed a copypasta error...tonibm192014-01-291-0/+1
|
* Now mobs follow you when holding their breed itemtonibm192014-01-291-0/+24
|
* Implemented sheeps eating grass.STRWarrior2014-01-251-1/+38
|
* Moved source to srcAlexander Harkness2013-11-241-0/+62