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
/
Entities
/
FallingBlock.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-08-25
Moved entity spawning into cEntity::Initialize().
madmaxoft
1
-1
/
+0
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+0
2013-08-08
Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-45
/
+45
2013-05-19
Fixed entity chunking.
madmaxoft@gmail.com
1
-1
/
+2
2013-04-13
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
1
-1
/
+1
2013-03-02
Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup.
madmaxoft@gmail.com
1
-9
/
+6
2013-02-21
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
1
-2
/
+0
2012-12-26
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
1
-0
/
+3
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
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
1
-6
/
+8
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-0
/
+44