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
/
BlockEntities
/
MobSpawnerEntity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace ItemCallbacks with lambdas (#3993)
peterbell10
2017-09-11
1
-28
/
+13
*
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
2017-09-02
1
-13
/
+28
*
Replace ItemCallbacks with lambdas (#3948)
peterbell10
2017-09-01
1
-28
/
+13
*
Changed entity ownership model to use smart pointers
Tiger Wang
2017-08-07
1
-2
/
+2
*
BlockEntities: Support cloning self.
Mattes D
2017-06-16
1
-5
/
+19
*
FastRandom rewrite (#3754)
peterbell10
2017-06-13
1
-6
/
+6
*
Removed ClientHandle.h dependencies from common headers.
Mattes D
2016-11-18
1
-0
/
+1
*
allow use failures to propagate from the entity/block to the player
Gargaj
2015-12-13
1
-2
/
+4
*
Add enum for Sound and Particle Effects
Dave Tucker
2015-11-24
1
-1
/
+1
*
Fix comments
tycho
2015-05-28
1
-1
/
+2
*
Made -Weverything an error.
tycho
2015-05-24
1
-4
/
+9
*
Make -Werror disabling file only
tycho
2015-05-19
1
-2
/
+2
*
Changed cEntity::m_UniqueID to UInt32.
Mattes D
2015-03-21
1
-1
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-1
/
+1
*
NULL -> nullptr
Tiger Wang
2014-12-17
1
-2
/
+2
*
MobSpawner fixes.
Howaner
2014-12-01
1
-2
/
+2
*
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
Howaner
2014-11-29
1
-46
/
+1
*
Finished mob spawner implementation.
Howaner
2014-11-18
1
-29
/
+4
*
Fixed compile errors.
Howaner
2014-09-27
1
-38
/
+38
*
Implemented mob spawner.
Howaner
2014-09-19
1
-21
/
+289
*
Created MobSpawnerEntity class.
Howaner
2014-09-17
1
-0
/
+92