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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-21
Comment and code style fix
Tiger Wang
1
-13
/
+8
2020-10-10
Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)
12xx12
1
-61
/
+31
2020-09-27
Fixing Mob spawner behaviour (#4930)
12xx12
1
-19
/
+14
2020-05-15
Enable some more clang-tidy linter checks (#4738)
peterbell10
1
-8
/
+1
2020-04-16
Using Super.
Mattes D
1
-2
/
+2
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
1
-18
/
+18
2019-09-29
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
1
-6
/
+6
2018-09-24
Add a formatting function for Vector3 (#4282)
peterbell10
1
-1
/
+1
2018-07-24
Broadcast refactor (#4264)
peterbell10
1
-4
/
+2
2018-05-02
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
1
-1
/
+1
2017-10-02
Fixed 2 small warnings (#4055)
Bond-009
1
-1
/
+1
2017-09-25
BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)
Bond-009
1
-1
/
+1
2017-09-19
Removed UTF-8 BOM (#4033)
Lukas Pioch
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-28
/
+13
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-13
/
+28
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-28
/
+13
2017-08-07
Changed entity ownership model to use smart pointers
Tiger Wang
1
-2
/
+2
2017-06-16
BlockEntities: Support cloning self.
Mattes D
1
-5
/
+19
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-6
/
+6
2016-11-18
Removed ClientHandle.h dependencies from common headers.
Mattes D
1
-0
/
+1
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-2
/
+4
2015-11-24
Add enum for Sound and Particle Effects
Dave Tucker
1
-1
/
+1
2015-05-28
Fix comments
tycho
1
-1
/
+2
2015-05-24
Made -Weverything an error.
tycho
1
-4
/
+9
2015-05-19
Make -Werror disabling file only
tycho
1
-2
/
+2
2015-03-21
Changed cEntity::m_UniqueID to UInt32.
Mattes D
1
-1
/
+1
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
2014-12-17
NULL -> nullptr
Tiger Wang
1
-2
/
+2
2014-12-01
MobSpawner fixes.
Howaner
1
-2
/
+2
2014-11-29
Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.
Howaner
1
-46
/
+1
2014-11-18
Finished mob spawner implementation.
Howaner
1
-29
/
+4
2014-09-27
Fixed compile errors.
Howaner
1
-38
/
+38
2014-09-19
Implemented mob spawner.
Howaner
1
-21
/
+289
2014-09-17
Created MobSpawnerEntity class.
Howaner
1
-0
/
+92