summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Guardian.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gives all entities the default airlevel on creation (#3942)Bond-0092017-08-251-9/+0
| | | | * Guardians don't take damage on land * Squids suffocate on land
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Disabled squids and Guardians pathfinding, #2460Safwat Halaby2015-09-271-1/+1
|
* Disabled squid and Guardian PathfindingSafwatHalaby2015-05-301-1/+2
|
* Fix commentstycho2015-05-281-3/+3
|
* Made -Weverything an error.tycho2015-05-241-3/+3
|
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Fixed basic style.Mattes D2014-12-251-1/+1
|
* Fixed Guardians size and healthMasy982014-12-191-1/+1
|
* Added Entity GuardianMasy982014-12-181-0/+65