summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Wolf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into PreventNewWarningstycho2015-05-281-1/+2
|\ | | | | | | | | Conflicts: src/Inventory.cpp
| * AI - Tweaked wolf speed and teleport thresholdSafwatHalaby2015-05-281-1/+2
| |
* | Made -Weverything an error.tycho2015-05-241-2/+2
|/
* Added support for additional data in the ParticleEffect Packettycho2015-05-071-2/+3
| | | | Also started refactoring how broadcasts are handled
* A* Pathfinding and better monster AIwiseoldman952015-05-011-2/+2
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Wolf uses UUID for owner.madmaxoft2014-08-031-1/+5
| | | | Fixes #1277.
* Normalized comments.madmaxoft2014-07-171-4/+4
| | | | | 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.
* Add entity invulnerableHowaner2014-04-261-2/+7
|
* Entities handle chunks properly againTiger Wang2014-04-121-2/+2
| | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty
* Add Wolf Heal with FoodHowaner2014-02-201-10/+34
|
* Fixes to previous commitTiger Wang2014-02-161-9/+10
|
* Slight cleanup of wolf codeTiger Wang2014-02-161-23/+7
|
* Fixed teleport to air, if owner is flying.Kirill Kirilenko2014-02-011-0/+1
|
* Fixed bug where wolfs would teleport while they were sitting.STRWarrior2014-01-261-1/+4
|
* Small fix since the new AI and a new small feature.STRWarrior2014-01-261-6/+27
| | | | | You get particles when trying to tame wolfs. They don't walk anymore when they are sitting.
* Made wolves compatible with new AI codeTiger Wang2014-01-241-11/+25
|
* Large reworking of mob code [SEE DESC]Tiger Wang2014-01-241-1/+1
| | | | | | | + Implemented better pathfinding - Removed lots of unused variables, functions, etc. * Changed some variable types * Other miscellaneous fixes, and also completes the previous PRs
* Sorted a few constructors to remove warnings.madmaxoft2013-12-201-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+189