summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Ghast.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
|
* Using Super.Mattes D2020-04-161-3/+3
|
* Improvements to blaze and ghast (#4547)Mat2020-03-261-10/+70
|
* Add ambient mob sounds (#4521)Mat2020-03-221-1/+1
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-1/+1
|
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-8/+5
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* cMonster::m_Target safety across worldsLogicParrot2016-02-031-1/+1
|
* No second spawn broadcast necessaryWinfieldSteve2016-01-171-1/+0
|
* Fix mob attack intervalLogicParrot2016-01-121-5/+2
|
* fix cavespider poisoning even if attack is in cooldownGargaj2015-11-081-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* Monsters will now attack. Additional checks have been added when generating spawn.tumultenrx2015-03-131-1/+1
| | | | Monsters will now attack. Additional checks have been added when generating spawn.
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Fixed reported parentheses around comparisons.Mattes D2014-12-051-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Nullify deleted pointers.archshift2014-06-191-0/+1
|
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
| | | | Fixes #1039, fixes #851
* Fixed projectile source filenames, indentationsarchshift2014-04-281-1/+1
|
* Moved cGhastFireballEntity out of ProjectileEntity.harchshift2014-04-271-0/+1
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-2/+7
|
* Moved source to srcAlexander Harkness2013-11-241-0/+54