summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Villager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved farmer AI & Fixed entity loading functions (#5351)Persson-dev2021-12-291-71/+242
* Unify multiprotocol entity animationsTiger Wang2021-04-121-1/+1
* Update entity sizesTiger Wang2021-04-121-1/+1
* Properly deprecate more XYZ parameter'd functions (#5147)Tiger Wang2021-03-151-4/+4
* Using Super.Mattes D2020-04-161-4/+4
* Add Zombie VillagersBond-0092020-04-101-1/+31
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-5/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
* FastRandom rewrite (#3754)peterbell102017-06-131-3/+3
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
* Added some blocks and items (#3503)mathiascode2017-02-141-0/+1
* Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D2017-02-051-1/+1
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
* Decoupled cMonster and path recalc logic, re-implemented recalcSafwat Halaby2015-12-131-1/+1
* Unified the doxy-comment format.Mattes D2015-07-311-8/+10
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-8/+8
* Spawn baby mobshallucino2015-07-161-1/+1
* Entity improvementsTiger Wang2015-05-041-1/+1
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* formatter errorp-mcgowan2014-11-221-3/+3
* villagers turn into witches on lightningp-mcgowan2014-11-221-2/+4
* villagers turn into witches when struck by lightningp-mcgowan2014-11-221-0/+5
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Fixed wrong Surrounding sizeHowaner2014-09-251-3/+3
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-2/+2
* Add entity invulnerableHowaner2014-04-261-2/+7
* Entities handle chunks properly againTiger Wang2014-04-121-1/+1
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-1/+1
* Fixed most of the reordering warningsTycho2014-02-051-2/+2
* Changed Signiture of OnUpdateTycho2014-02-021-1/+4
* Renamed Farmer functions and added doxycommentsSTRWarrior2014-01-281-11/+7
* Villager: NoCountDown and Action function don't check VillagersShouldHarvestCrops anymore because it shoudn't even be activated anywhere.STRWarrior2014-01-281-10/+0
* Villager doesn't check the environment for crops if it doesn't need to.STRWarrior2014-01-271-0/+5
* The world can now be configured wether farmers should be able to harvest crops.STRWarrior2014-01-271-0/+10
* Villager: Few more comments.STRWarrior2014-01-271-3/+8
* CleanupSTRWarrior2014-01-271-28/+58
* Villagers: Harvesting is more rare.STRWarrior2014-01-271-1/+1
* Villager: Farmers can't place crops on blocks other then farmland.STRWarrior2014-01-271-1/+7
* Fixed compiler error.STRWarrior2014-01-271-1/+1
* Villager: Farmer: Crops finding is more random.STRWarrior2014-01-271-18/+19
* Villagers: Farmers now replant the crops.STRWarrior2014-01-271-1/+16
* Villagers: Fixed only gettings the crops block when farming.STRWarrior2014-01-271-2/+2
* Villagers don't look for new crops when they already found one.STRWarrior2014-01-271-11/+9
* Villagers: Farmers can also harvest carrots and potatoes.STRWarrior2014-01-271-9/+37
* Makes farmers farm crops.STRWarrior2014-01-271-1/+71
* Fixed segmentation fault on villager damageTiger Wang2014-01-261-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+35