summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Enderman.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-3/+4
|
* Use clang-tidy to check more code conventions (#4214)Bond-0092018-05-061-4/+4
| | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164
* improve rain simulation (#4017)Alexander Harkness2017-12-261-6/+0
| | | | | | | | | | | * Uses vanilla logic to decide which blocks rain falls through. * Rain falls infinitely above the world, and stops at y=0. * Entities will now be extinguished if they are under rain-blocking blocks, and fire will now be extinguished by rain similarly. * Create IsWeatherWetAtXYZ to identify wetness at a particular location. * Use new code for enderman rain detection. * Fixes issue #916 * Disable warnings for global constructors in the fire simulator.
* Endermen take damage from rainBond-0092017-06-301-0/+2
|
* Spiders now friendly at daylight, new cChunk functionsLogicParrot2016-01-211-2/+2
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Make endermen take damage in waterJonathan Frederick2014-09-281-0/+1
|
* Improved endermen code a littleTiger Wang2014-08-011-0/+4
|
* Merge pull request #1047 from mc-server/EndermanTiger Wang2014-07-311-0/+2
|\ | | | | Enderman attacks a player if he's looking at him
| * Improved Enderman codeTiger Wang2014-06-181-1/+2
| |
| * Enderman attacks a player if he's looking at him.STRWarrior2014-06-181-0/+1
| |
* | Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+36