Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lambda | LogicParrot | 2017-09-02 | 1 | -1/+0 |
|\ | |||||
| * | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -17/+28 |
| | | | | | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | | Sunlight fixes, config fixes | LogicParrot | 2017-09-01 | 1 | -327/+8 |
| | | |||||
* | | merge | LogicParrot | 2017-09-01 | 1 | -20/+23 |
|\| | |||||
| * | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -28/+17 |
| | | |||||
* | | Initial zombies | LogicParrot | 2017-08-30 | 1 | -0/+1 |
| | | |||||
* | | Attacker updates | LogicParrot | 2017-08-30 | 1 | -4/+10 |
| | | |||||
* | | conflict fix | LogicParrot | 2017-08-27 | 1 | -1/+1 |
|\| | |||||
| * | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -1/+1 |
| | | |||||
* | | Everything now inherits Behavior.h | LogicParrot | 2017-08-23 | 1 | -322/+326 |
| | | |||||
* | | d | LogicParrot | 2017-08-23 | 1 | -10/+0 |
| | | |||||
* | | d | LogicParrot | 2017-08-22 | 1 | -1/+1 |
| | | |||||
* | | d | LogicParrot | 2017-08-22 | 1 | -328/+328 |
|/ | |||||
* | Consolidated food effects into EatItem, added all fish type FoodInfos. (#3875) | Lane Kolbly | 2017-07-30 | 1 | -4/+7 |
| | | | | | | | | * Consolidated food effects into EatItem, added all fish types. * Changed type of NumFishInfos to satisfy clang. * Removed unused call for a_Item in EatItem | ||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -2/+2 |
| | |||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | cWolf: Fixed targetting a nullptr. | Mattes D | 2016-11-22 | 1 | -3/+3 |
| | |||||
* | Entities now bail out of ticks if destroyed (#3363) | LogicParrot | 2016-09-03 | 1 | -0/+6 |
| | |||||
* | Stop Wolf from following player when he is flying | Tyler Encke | 2016-02-19 | 1 | -4/+12 |
| | | | | | | Check to make sure player is not flying before allowing wolf to move to player. Fixed isFlying to IsFlying | ||||
* | cMonster::m_Target safety across worlds | LogicParrot | 2016-02-03 | 1 | -17/+16 |
| | |||||
* | Improved tamed wolf pack cooperation and projectile reactions | LogicParrot | 2016-01-22 | 1 | -29/+99 |
| | |||||
* | Fix crash when tamed wolf is hit by arrows | LogicParrot | 2016-01-16 | 1 | -1/+5 |
| | |||||
* | Merge pull request #2859 from LogicParrot/attack2 | LogicParrot | 2016-01-12 | 1 | -5/+1 |
|\ | | | | | Fix mob attack interval | ||||
| * | Fix mob attack interval | LogicParrot | 2016-01-12 | 1 | -5/+1 |
| | | |||||
* | | Friendly wolf attack safety checks | LogicParrot | 2016-01-12 | 1 | -1/+14 |
|/ | |||||
* | Tamed wolf assists owner (attack / defence) | LogicParrot | 2016-01-12 | 1 | -30/+88 |
| | |||||
* | fix wolf collars | Gargaj | 2015-12-03 | 1 | -2/+2 |
| | | | | I don't know why this had an inversion but it consistently made the wrong collar color (i.e. yellow dye made the collar blue) | ||||
* | fix cavespider poisoning even if attack is in cooldown | Gargaj | 2015-11-08 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'master' into cavespider-attack fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack | ||||
* | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-28 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: src/Inventory.cpp | ||||
| * | AI - Tweaked wolf speed and teleport threshold | SafwatHalaby | 2015-05-28 | 1 | -1/+2 |
| | | |||||
* | | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
|/ | |||||
* | Added support for additional data in the ParticleEffect Packet | tycho | 2015-05-07 | 1 | -2/+3 |
| | | | | Also started refactoring how broadcasts are handled | ||||
* | A* Pathfinding and better monster AI | wiseoldman95 | 2015-05-01 | 1 | -2/+2 |
| | |||||
* | 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 |