summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-3/+11
|
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
|
* Spectators added (#2852)bibo382016-10-121-1/+2
|
* Spiders now friendly at daylight, new cChunk functionsLogicParrot2016-01-211-1/+1
|
* PF - "Special blocks" handlingSafwat Halaby2015-12-241-4/+4
|
* Add comment to Attack() return valuesGargaj2015-11-091-0/+4
|
* fix cavespider poisoning even if attack is in cooldownGargaj2015-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed unused functionTiger Wang2015-08-221-5/+0
| | | | * Fixes #2444
* Converted Monster to std::chronoTycho2015-01-161-1/+1
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Added first test to show the object can be createdTycho2014-09-171-1/+1
|
* Further refactored, Reverted Minecart changearchshift2014-04-261-1/+1
| | | | Other small changes.
* Moved huge conditional out of InStateChasing(), improving readabilityarchshift2014-04-261-0/+4
| | | | Squashed a warning.
* Fixed #627Tiger Wang2014-02-111-1/+1
| | | | | | | - Attack() is now called from cAggressive instead of cMonster * Monsters can no longer attack through walls * Should fix last remnants of player damage after teleporting (that both STR and bearbin contributed fixes to :P)
* Large reworking of mob code [SEE DESC]Tiger Wang2014-01-241-3/+2
| | | | | | | + Implemented better pathfinding - Removed lots of unused variables, functions, etc. * Changed some variable types * Other miscellaneous fixes, and also completes the previous PRs
* Moved source to srcAlexander Harkness2013-11-241-0/+30