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
/
Blocks
/
BlockDirt.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silk touch pickaxe drops grass block (#4485)
Mat
2020-03-17
1
-100
/
+1
*
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
2019-10-28
1
-13
/
+21
*
Refactored block-to-pickup conversion. (#4417)
Mattes D
2019-10-16
1
-3
/
+11
*
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
2018-08-29
1
-2
/
+2
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-1
/
+0
*
FastRandom rewrite (#3754)
peterbell10
2017-06-13
1
-4
/
+4
*
Prevented snow from killing grass
LogicParrot
2016-04-16
1
-2
/
+4
*
Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage
LogicParrot
2016-04-16
1
-6
/
+9
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-6
/
+6
*
Adjusted height validation using cChunkDef::IsValidHeight()
Julian Laubstein
2015-11-23
1
-1
/
+1
*
Improved maps
Tiger Wang
2015-07-14
1
-3
/
+18
*
Moved grabbing the light value to after the transparency check.
Samuel Barney
2015-07-03
1
-3
/
+4
*
Added missing parens
Samuel Barney
2015-07-03
1
-1
/
+1
*
Grass now only dies if it has an opaque block above it.
Samuel Barney
2015-07-03
1
-4
/
+7
*
Rebased version of Code
Samuel Barney
2015-06-22
1
-19
/
+16
*
Correct world height validations.
Tommy Santerre
2015-03-20
1
-1
/
+1
*
Fixed grass spread, closes #1743
Tiger Wang
2015-03-14
1
-3
/
+3
*
Grass checks for sufficient light before spreading
Alexander Harkness
2015-03-05
1
-1
/
+13
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-1
/
+1
*
Code improvements
Howaner
2014-09-30
1
-2
/
+2
*
Fixed 1.8 dirt types
Howaner
2014-09-30
1
-1
/
+9
*
Removed more unessicary includes
Tycho
2014-09-26
1
-2
/
+2
*
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
2014-09-09
1
-6
/
+0
*
Code formatting fixes.
Howaner
2014-08-19
1
-1
/
+1
*
Add lava and water check to block handlers.
Howaner
2014-05-07
1
-2
/
+2
*
Rename CanChangeDirtToGrass to CanDirtGrowGrass
Howaner
2014-05-07
1
-2
/
+2
*
Remove old import
Howaner
2014-04-06
1
-2
/
+1
*
Add CanChangeDirtToGrass function to Block Handlers.
Howaner
2014-04-06
1
-3
/
+3
*
Merge branch 'master' into Slabs
Howaner
2014-04-03
1
-8
/
+11
|
\
|
*
Fixed a few Clang warnings in BlockHandlers.
madmaxoft
2014-03-30
1
-5
/
+5
|
*
Change SpreadSource prefix to ss
Howaner
2014-03-27
1
-1
/
+1
|
*
Add SpreadSource
Howaner
2014-03-27
1
-1
/
+4
|
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-2
/
+2
*
|
Remove old function
Howaner
2014-04-03
1
-6
/
+0
*
|
Grass now grows under up-side-down slabs
Howaner
2014-04-03
1
-3
/
+12
|
/
*
Changed Signiture of OnUpdate
Tycho
2014-02-02
1
-1
/
+1
*
Removed cWorld Include
Tycho
2014-01-26
1
-1
/
+0
*
Fixed assertion during dirt block OnUpdate()
Tiger Wang
2013-12-20
1
-1
/
+1
*
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
2013-11-30
1
-12
/
+20
*
Grass doesn't spread to podzol or grassless dirt blocks.
madmaxoft
2013-11-30
1
-2
/
+3
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+88