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
/
source
/
FallingBlock.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-03
SandSimulator: Fixed sand dropping on half-slabs; added more blocks that break falling sand into pickups, fixed instant-fall
madmaxoft@gmail.com
1
-5
/
+13
2013-03-02
Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup.
madmaxoft@gmail.com
1
-11
/
+34
2013-02-21
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
1
-9
/
+8
2012-12-26
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
1
-1
/
+1
2012-12-24
Added the 1.4.6 protocol
madmaxoft@gmail.com
1
-1
/
+1
2012-12-22
MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now)
madmaxoft@gmail.com
1
-1
/
+1
2012-12-21
Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type.
madmaxoft@gmail.com
1
-1
/
+1
2012-12-21
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
1
-13
/
+9
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-0
/
+64