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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small tweak for mobs
STRWarrior
2014-06-02
1
-4
/
+14
*
Merge pull request #998 from mc-server/StatManager
Mattes D
2014-05-18
1
-1
/
+3
|
\
|
*
Fixes
andrew
2014-05-13
1
-1
/
+1
|
*
Movement Statistics
andrew
2014-05-12
1
-1
/
+3
*
|
Fixed a few more switch warnings.
archshift
2014-05-12
1
-0
/
+2
|
/
*
Fixed MagmaCube spawning.
madmaxoft
2014-05-02
1
-0
/
+4
*
Merge pull request #940 from Howaner/GlobalFixes
Mattes D
2014-04-28
1
-2
/
+6
|
\
|
*
Add entity invulnerable
Howaner
2014-04-26
1
-2
/
+6
*
|
Fixed mobs that don't naturally spawn.
archshift
2014-04-26
1
-2
/
+5
*
|
Giants!
archshift
2014-04-25
1
-6
/
+11
|
/
*
Fixed class capitalization for the cave spider.
archshift
2014-04-24
1
-1
/
+1
*
Compilation fix
Tiger Wang
2014-04-18
1
-1
/
+1
*
Fixed #906
Tiger Wang
2014-04-18
1
-1
/
+2
*
Fixed #904
Tiger Wang
2014-04-18
1
-1
/
+1
*
Added new AI rules
Tiger Wang
2014-04-17
1
-12
/
+26
*
Fixed GitHuB WebEdit fail.
Alexander Harkness
2014-04-10
1
-0
/
+1
*
Update Monster.cpp
Alexander Harkness
2014-04-10
1
-2
/
+4
*
Final realisation of suggestions
Tiger Wang
2014-03-31
1
-5
/
+7
*
Fixed a few Y too high/low asserts
Tiger Wang
2014-03-31
1
-5
/
+5
*
Wither invulnerability
andrew
2014-03-24
1
-0
/
+1
*
Fixed double to float conversions.
madmaxoft
2014-03-16
1
-5
/
+5
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-5
/
+5
*
Fixed Formatting, added compiler warning suppressing methods, fixed comments
TheJumper
2014-02-24
1
-1
/
+1
*
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
TheJumper
2014-02-23
1
-0
/
+76
*
Improved formatting
tonibm19
2014-02-17
1
-2
/
+2
*
Now mobs can't escape from fences.
tonibm19
2014-02-16
1
-2
/
+2
*
Fixed #627
Tiger Wang
2014-02-11
1
-14
/
+0
*
Merge remote-tracking branch 'origin/master' into playerimprovements
Tiger Wang
2014-02-09
1
-4
/
+4
|
\
|
*
Merge pull request #646 from worktycho/warningfixes
Alexander Harkness
2014-02-05
1
-4
/
+4
|
|
\
|
|
*
Fixed most of the reordering warnings
Tycho
2014-02-05
1
-4
/
+4
*
|
|
Merge branch 'master' into playerimprovements
Tiger Wang
2014-02-09
1
-0
/
+12
|
\
|
|
|
*
|
Blank lines and indentation.
tonibm19
2014-02-04
1
-0
/
+4
|
*
|
Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API
tonibm19
2014-02-03
1
-0
/
+8
|
|
/
*
/
Fixed a bunch of MSVS warnings
Tiger Wang
2014-02-05
1
-1
/
+1
|
/
*
Monster's nominal speed was increased.
Kirill Kirilenko
2014-02-01
1
-1
/
+1
*
Implemented fall damage for mobs
Tiger Wang
2014-01-25
1
-4
/
+27
*
Mob bugfixes
Tiger Wang
2014-01-25
1
-20
/
+29
*
Fixed a generator bug
Tiger Wang
2014-01-25
1
-0
/
+3
*
Miscellaneous improvements
Tiger Wang
2014-01-24
1
-5
/
+4
*
Monsters no longer check for direct line of sight
Tiger Wang
2014-01-24
1
-10
/
+2
*
Large reworking of mob code [SEE DESC]
Tiger Wang
2014-01-24
1
-162
/
+238
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-1
/
+1
*
Merge branch 'fixes&features' of git://github.com/tonibm19/MCServer
madmaxoft
2013-12-25
1
-0
/
+6
|
\
|
*
Some fixes (SEE DESC)
tonibm19
2013-12-23
1
-0
/
+6
*
|
Preliminary mobile entity saving
Tiger Wang
2013-12-25
1
-1
/
+2
|
/
*
EnderDragons and SnowGolems are able to spawn.
STRWarrior
2013-12-22
1
-0
/
+2
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-7
/
+7
*
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
2013-12-20
1
-1
/
+1
*
Fixed not getting XP from mobs.
STRWarrior
2013-12-14
1
-0
/
+6
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-0
/
+55
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+758