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
/
Monster.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Converted Monster to std::chrono
Tycho
2015-01-16
1
-5
/
+5
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-1
/
+1
*
Added Entity Guardian
Masy98
2014-12-18
1
-1
/
+1
*
MobSpawner fixes.
Howaner
2014-12-01
1
-1
/
+1
*
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
Howaner
2014-11-29
1
-4
/
+7
*
Merge branch 'master' into MobSpawner
Howaner
2014-11-29
1
-3
/
+5
|
\
|
*
Mobs: Fixed crash with terrain too high.
Mattes D
2014-11-15
1
-3
/
+5
*
|
Merge branch 'master' into MobSpawner
Howaner
2014-11-18
1
-35
/
+28
|
\
|
|
*
convert old style casts to fix warnings
Steven Riehl
2014-10-12
1
-32
/
+28
|
*
Removed obsolete cMonster::eType.
madmaxoft
2014-10-05
1
-3
/
+0
|
*
Fixed minor style issues.
madmaxoft
2014-09-27
1
-1
/
+1
*
|
Merge branch 'master' into MobSpawner
Howaner
2014-09-26
1
-43
/
+33
|
\
|
|
*
Fixed style
Tycho
2014-09-25
1
-0
/
+3
|
*
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-2
/
+25
|
|
\
|
|
*
Merge branch 'master' into EntityCustomName
Howaner
2014-09-23
1
-0
/
+5
|
|
|
\
|
|
*
|
Added the new functions to APIDump.
Howaner
2014-09-02
1
-2
/
+2
|
|
*
|
Added SetCustomName() to players.
Howaner
2014-09-02
1
-1
/
+2
|
|
*
|
Added name tag
Howaner
2014-09-01
1
-0
/
+2
|
|
*
|
Added CustomName to cMonster.
Howaner
2014-09-01
1
-1
/
+19
|
*
|
|
Merge branch 'master' into redstoneTests
Tycho
2014-09-17
1
-0
/
+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Added first test to show the object can be created
Tycho
2014-09-17
1
-45
/
+9
|
|
|
/
|
|
/
|
*
|
|
Implemented mob spawner.
Howaner
2014-09-19
1
-1
/
+1
|
|
/
|
/
|
*
|
Renamed SetWalkSpeed() to SetRelativeWalkSpeed()
Howaner
2014-09-02
1
-3
/
+3
*
|
Added SetWalkSpeed() to cMonster.
Howaner
2014-08-30
1
-0
/
+5
|
/
*
Removed redundant semicolons and re-added warning
archshift
2014-07-24
1
-1
/
+1
*
Monsters: Made IsUndead overridable by the respective mob classes
archshift
2014-07-19
1
-1
/
+1
*
Fixed style: spaces after commas.
madmaxoft
2014-07-19
1
-1
/
+1
*
Monster fixes
Tiger Wang
2014-07-18
1
-1
/
+0
*
Fixed spaces before commas.
madmaxoft
2014-07-18
1
-3
/
+3
*
Basic style fixes.
madmaxoft
2014-07-17
1
-4
/
+4
*
Normalized comments.
madmaxoft
2014-07-17
1
-7
/
+7
*
Merge branch 'master' into potions
madmaxoft
2014-07-17
1
-1
/
+1
|
\
|
*
Tailored death messages
Tiger Wang
2014-07-04
1
-1
/
+1
*
|
EntityEffects.x -> EntityEffect.x, Object-Oriented effects
archshift
2014-06-19
1
-2
/
+0
*
|
Pawn: renamed HandleEntityEffects to HandleEntityEffect
archshift
2014-06-17
1
-1
/
+1
*
|
Monster: added IsUndead(), undead-specific entity effects
archshift
2014-06-17
1
-0
/
+6
|
/
*
Merge pull request #940 from Howaner/GlobalFixes
Mattes D
2014-04-28
1
-1
/
+1
|
\
|
*
Add entity invulnerable
Howaner
2014-04-26
1
-1
/
+1
*
|
Fixed mobs that don't naturally spawn.
archshift
2014-04-26
1
-0
/
+1
*
|
Giants!
archshift
2014-04-25
1
-1
/
+1
|
/
*
Added new AI rules
Tiger Wang
2014-04-17
1
-2
/
+2
*
Fixed Formatting, added compiler warning suppressing methods, fixed comments
TheJumper
2014-02-24
1
-2
/
+2
*
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
TheJumper
2014-02-23
1
-0
/
+35
*
Fixed #627
Tiger Wang
2014-02-11
1
-2
/
+0
*
Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API
tonibm19
2014-02-03
1
-0
/
+1
*
Implemented fall damage for mobs
Tiger Wang
2014-01-25
1
-2
/
+6
*
Mob bugfixes
Tiger Wang
2014-01-25
1
-2
/
+10
*
Miscellaneous improvements
Tiger Wang
2014-01-24
1
-13
/
+9
*
Large reworking of mob code [SEE DESC]
Tiger Wang
2014-01-24
1
-19
/
+49
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+195