summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Chicken.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syntaxTiger Wang2022-01-141-1/+1
|
* Fixed Compiler Warningsx12xx12x2022-01-141-1/+1
|
* Update entity sizesTiger Wang2021-04-121-1/+1
|
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
| | | * replace push_back with emplace_back when a new object was created in the function call
* Using Super.Mattes D2020-04-161-3/+3
|
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
|
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-2/+1
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* Ocelots don't take fall damage (#4171)Bond-0092018-02-041-5/+7
|
* Fixed some small passive mob issues (#4057)Bond-0092017-10-211-9/+10
| | | | | * Chickens can be bred with seeds, beetroot seeds, melon seeds, or pumpkin seeds Ref: https://minecraft.gamepedia.com/Chicken#Baby_chicken * Baby passive mobs don't drop items * Fixed the size of some mobs
* FastRandom rewrite (#3754)peterbell102017-06-131-1/+1
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
|
* Chicken egg code early bailoutSafwat Halaby2015-12-231-19/+21
|
* Baby chickens don't lay eggsGargaj2015-12-231-16/+19
|
* Fix chicken flyingGargaj2015-11-081-0/+2
| | | | | | | | | | The gravity might not be correct but my rough timing (with a stopwatch) seems to be close. Merge branch 'master' into patch-1 Merge branch 'master' into patch-1 Merge branch 'master' into patch-1
* chickens don't take fall damageGargaj2015-11-061-0/+4
|
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* 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
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-2/+7
|
* Did what xoft saidtonibm192014-01-291-1/+0
|
* Rewritten code.tonibm192014-01-291-23/+0
| | | | | Implemented xoft suggestion. Using MoveToPosition as tigerw suggested.
* Now mobs follow you when holding their breed itemtonibm192014-01-291-1/+24
|
* Moved source to srcAlexander Harkness2013-11-241-0/+62