Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -2/+2 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Wolf uses UUID for owner. | madmaxoft | 2014-08-03 | 1 | -1/+5 |
| | | | | Fixes #1277. | ||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -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 invulnerable | Howaner | 2014-04-26 | 1 | -2/+7 |
| | |||||
* | Entities handle chunks properly again | Tiger Wang | 2014-04-12 | 1 | -2/+2 |
| | | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty | ||||
* | Add Wolf Heal with Food | Howaner | 2014-02-20 | 1 | -10/+34 |
| | |||||
* | Fixes to previous commit | Tiger Wang | 2014-02-16 | 1 | -9/+10 |
| | |||||
* | Slight cleanup of wolf code | Tiger Wang | 2014-02-16 | 1 | -23/+7 |
| | |||||
* | Fixed teleport to air, if owner is flying. | Kirill Kirilenko | 2014-02-01 | 1 | -0/+1 |
| | |||||
* | Fixed bug where wolfs would teleport while they were sitting. | STRWarrior | 2014-01-26 | 1 | -1/+4 |
| | |||||
* | Small fix since the new AI and a new small feature. | STRWarrior | 2014-01-26 | 1 | -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 code | Tiger Wang | 2014-01-24 | 1 | -11/+25 |
| | |||||
* | Large reworking of mob code [SEE DESC] | Tiger Wang | 2014-01-24 | 1 | -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. | madmaxoft | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+189 |