summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PassiveMonster.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update entity sizesTiger Wang2021-04-121-2/+2
|
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-6/+0
| | | | | | | | | | * Fix potential destruction crashes * Fix destructors accessing destroyted objects * Fix cPlayer not destroying windows (Destroyed never called) * Tentatively fixes #4608, fixes #3236, fixes #3262 - Remove cEntity::Destroyed() and replace with cEntity::OnRemoveFromWorld() * Add missing call to OnRemoveFromWorld
* Adding wolf breading and moving breeding functionality to cMonster (#4951)12xx122020-10-091-40/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added wolf breading * mpoved breeding to monster * checkstyle * fixed my IDE "helping" * removed magic number and fixed faster aging * added flooring to age manipulation * fixed copiler error * fixed typo * moved tps to Defines.h * removed the TPS constant from the lua API exposure * added inline constexpr added explanation * fixed broken build * "fixed" build Co-authored-by: 12xx12 <12xx12100@gmail.com>
* Add more statistic tracking (#4837)12xx122020-09-051-0/+4
| | | | | | | | + Added possible 1.8 stats + Added stat tracking for 1.8.2 + Added stat tracking for 1.9 + Added the breed cow achievement Co-authored-by: 12xx12 <12xx12100@gmail.com>
* Using Super.Mattes D2020-04-161-3/+12
|
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
|
* Proper entity destruction in non-ticking chunksLogicParrot2016-02-191-0/+2
|
* sheep color inheritanceGargaj2015-12-131-0/+3
|
* Added documentation for breeding codeSafwat Halaby2015-11-301-1/+16
|
* implement breedingGargaj2015-11-291-1/+17
|
* change from single followable item to multipleGargaj2015-11-231-3/+2
|
* Unified the doxy-comment format.Mattes D2015-07-311-1/+2
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Added first test to show the object can be createdTycho2014-09-171-1/+1
|
* Add entity invulnerableHowaner2014-04-261-1/+1
|
* Did what xoft saidtonibm192014-01-291-1/+2
|
* Rewritten code.tonibm192014-01-291-0/+2
| | | | | Implemented xoft suggestion. Using MoveToPosition as tigerw suggested.
* Moved source to srcAlexander Harkness2013-11-241-0/+27