summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Enderman.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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