summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Enderman.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Endermen take damage from rainBond-0092017-06-301-3/+27
|
* Tracer replacement (#3704)Mattes D2017-05-111-12/+8
| | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Spectators added (#2852)bibo382016-10-121-7/+10
|
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
|
* cMonster::m_Target safety across worldsLogicParrot2016-02-031-1/+1
|
* Spiders now friendly at daylight, new cChunk functionsLogicParrot2016-01-211-11/+11
|
* neutral mobs shouldn't chase the player unless aggro'dGargaj2015-11-081-1/+1
| | | | | | | | | | | | | | | | | code style neutral mobs shouldn't chase the player unless aggro'd neutral mobs shouldn't chase the player unless aggro'd Merge branch 'chilloutyo' of github.com:Gargaj/cuberite into chilloutyo Conflicts: src/Mobs/PassiveAggressiveMonster.h code style Merge branch 'chilloutyo' of github.com:Gargaj/cuberite into chilloutyo
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* 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
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-5/+5
|
* DerpJonathan Frederick2014-09-291-1/+1
|
* Fix commentsJonathan Frederick2014-09-291-2/+2
|
* Make endermen take damage in waterJonathan Frederick2014-09-281-0/+20
|
* BasicStyleCheck: Dividers are exactly 80 slashes.madmaxoft2014-08-041-1/+1
|
* Trailing whitespace fix.madmaxoft2014-08-031-1/+1
|
* Improved endermen code a littleTiger Wang2014-08-011-19/+49
|
* Comment suggestionsTiger Wang2014-07-311-9/+8
|
* Added lighting code and added commentsSTRWarrior2014-07-301-0/+17
|
* Removed lighting code in cEnderman::CheckEventSeePlayerSTRWarrior2014-07-301-9/+1
|
* Changed commentworktycho2014-06-301-1/+1
|
* Replaced strange algebra with dot product.worktycho2014-06-181-4/+6
| | | | 10 degrees is a completely arbitary constant I pulled from nowhere. Feel free to adjust this value.
* Improved Enderman codeTiger Wang2014-06-181-13/+32
|
* Swapped m_Player and m_EndermanPosSTRWarrior2014-06-181-2/+2
|
* Enderman attacks a player if he's looking at him.STRWarrior2014-06-181-0/+90
|
* Fixed Formatting, Added DropChances and CanPickUpLoot attributes to MonstersTheJumper2014-02-231-1/+6
|
* Moved source to srcAlexander Harkness2013-11-241-0/+29