index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Mobs
/
Enderman.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update entity sizes
Tiger Wang
2021-04-12
1
-1
/
+1
*
Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accesses
Tiger Wang
2021-01-11
1
-5
/
+9
*
Improve Enderman targeting
Tiger Wang
2020-12-21
1
-12
/
+17
*
Monsters: improve targeting
Tiger Wang
2020-12-21
1
-18
/
+2
*
Fixed snow golems and added documentation to damage type and added damage type for damage from environment to mobs (#4877)
12xx12
2020-09-17
1
-2
/
+2
*
Using Super.
Mattes D
2020-04-16
1
-4
/
+4
*
Add ambient mob sounds (#4521)
Mat
2020-03-22
1
-1
/
+1
*
Allow enderman to attack during day (#4522)
Mat
2020-03-22
1
-36
/
+1
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-0
/
+1
*
Use clang-tidy to check more code conventions (#4214)
Bond-009
2018-05-06
1
-2
/
+2
*
Rename cEntity swim states (#3996)
Alexander Harkness
2018-01-14
1
-2
/
+2
*
improve rain simulation (#4017)
Alexander Harkness
2017-12-26
1
-28
/
+4
*
Replace ItemCallbacks with lambdas (#3993)
peterbell10
2017-09-11
1
-9
/
+8
*
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
2017-09-02
1
-8
/
+9
*
Replace ItemCallbacks with lambdas (#3948)
peterbell10
2017-09-01
1
-9
/
+8
*
Endermen take damage from rain
Bond-009
2017-06-30
1
-3
/
+27
*
Tracer replacement (#3704)
Mattes D
2017-05-11
1
-12
/
+8
*
Updated sounds and effect IDs (#3422)
mathiascode
2017-02-15
1
-1
/
+1
*
Spectators added (#2852)
bibo38
2016-10-12
1
-7
/
+10
*
Entities now bail out of ticks if destroyed (#3363)
LogicParrot
2016-09-03
1
-0
/
+5
*
cMonster::m_Target safety across worlds
LogicParrot
2016-02-03
1
-1
/
+1
*
Spiders now friendly at daylight, new cChunk functions
LogicParrot
2016-01-21
1
-11
/
+11
*
neutral mobs shouldn't chase the player unless aggro'd
Gargaj
2015-11-08
1
-1
/
+1
*
Made -Weverything an error.
tycho
2015-05-24
1
-1
/
+1
*
Make -Werror disabling file only
tycho
2015-05-19
1
-1
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-5
/
+5
*
Derp
Jonathan Frederick
2014-09-29
1
-1
/
+1
*
Fix comments
Jonathan Frederick
2014-09-29
1
-2
/
+2
*
Make endermen take damage in water
Jonathan Frederick
2014-09-28
1
-0
/
+20
*
BasicStyleCheck: Dividers are exactly 80 slashes.
madmaxoft
2014-08-04
1
-1
/
+1
*
Trailing whitespace fix.
madmaxoft
2014-08-03
1
-1
/
+1
*
Improved endermen code a little
Tiger Wang
2014-08-01
1
-19
/
+49
*
Comment suggestions
Tiger Wang
2014-07-31
1
-9
/
+8
*
Added lighting code and added comments
STRWarrior
2014-07-30
1
-0
/
+17
*
Removed lighting code in cEnderman::CheckEventSeePlayer
STRWarrior
2014-07-30
1
-9
/
+1
*
Changed comment
worktycho
2014-06-30
1
-1
/
+1
*
Replaced strange algebra with dot product.
worktycho
2014-06-18
1
-4
/
+6
*
Improved Enderman code
Tiger Wang
2014-06-18
1
-13
/
+32
*
Swapped m_Player and m_EndermanPos
STRWarrior
2014-06-18
1
-2
/
+2
*
Enderman attacks a player if he's looking at him.
STRWarrior
2014-06-18
1
-0
/
+90
*
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
TheJumper
2014-02-23
1
-1
/
+6
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+29