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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-16
Prevented snow from killing grass
LogicParrot
1
-2
/
+4
2016-04-16
Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage
LogicParrot
1
-6
/
+9
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-6
/
+6
2015-11-23
Adjusted height validation using cChunkDef::IsValidHeight()
Julian Laubstein
1
-1
/
+1
2015-07-14
Improved maps
Tiger Wang
1
-3
/
+18
2015-07-03
Moved grabbing the light value to after the transparency check.
Samuel Barney
1
-3
/
+4
2015-07-03
Added missing parens
Samuel Barney
1
-1
/
+1
2015-07-03
Grass now only dies if it has an opaque block above it.
Samuel Barney
1
-4
/
+7
2015-06-22
Rebased version of Code
Samuel Barney
1
-19
/
+16
2015-03-20
Correct world height validations.
Tommy Santerre
1
-1
/
+1
2015-03-14
Fixed grass spread, closes #1743
Tiger Wang
1
-3
/
+3
2015-03-05
Grass checks for sufficient light before spreading
Alexander Harkness
1
-1
/
+13
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-10-15
Functions in cPluginManager get references instead of pointers.
Mattes D
1
-1
/
+1
2014-09-30
Code improvements
Howaner
1
-2
/
+2
2014-09-30
Fixed 1.8 dirt types
Howaner
1
-1
/
+9
2014-09-26
Removed more unessicary includes
Tycho
1
-2
/
+2
2014-09-09
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
1
-6
/
+0
2014-08-19
Code formatting fixes.
Howaner
1
-1
/
+1
2014-05-07
Add lava and water check to block handlers.
Howaner
1
-2
/
+2
2014-05-07
Rename CanChangeDirtToGrass to CanDirtGrowGrass
Howaner
1
-2
/
+2
2014-04-06
Remove old import
Howaner
1
-2
/
+1
2014-04-06
Add CanChangeDirtToGrass function to Block Handlers.
Howaner
1
-3
/
+3
2014-04-03
Remove old function
Howaner
1
-6
/
+0
2014-04-03
Grass now grows under up-side-down slabs
Howaner
1
-3
/
+12
2014-03-30
Fixed a few Clang warnings in BlockHandlers.
madmaxoft
1
-5
/
+5
2014-03-27
Change SpreadSource prefix to ss
Howaner
1
-1
/
+1
2014-03-27
Add SpreadSource
Howaner
1
-1
/
+4
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-2
/
+2
2014-02-02
Changed Signiture of OnUpdate
Tycho
1
-1
/
+1
2014-01-26
Removed cWorld Include
Tycho
1
-1
/
+0
2013-12-20
Fixed assertion during dirt block OnUpdate()
Tiger Wang
1
-1
/
+1
2013-11-30
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
1
-12
/
+20
2013-11-30
Grass doesn't spread to podzol or grassless dirt blocks.
madmaxoft
1
-2
/
+3
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-29
Grass no longer grows under water, and water on top kills it.
Samuel Barney
1
-2
/
+2
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-88
/
+88
2013-05-09
Fixed a few out-of-bounds reads
madmaxoft@gmail.com
1
-4
/
+12
2013-02-16
Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.
madmaxoft@gmail.com
1
-1
/
+1
2012-10-26
Fixed a valgrind warning in BlockDirt.
madmaxoft@gmail.com
1
-3
/
+4
2012-10-07
All blockticking is now done in cBlockHandlers
madmaxoft@gmail.com
1
-1
/
+1
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-9
/
+9
2012-10-01
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
1
-12
/
+19
2012-09-29
Unified folder name-casing
madmaxoft@gmail.com
1
-0
/
+0
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-1
/
+6
2012-07-21
Grass blockticking fix
madmaxoft@gmail.com
1
-30
/
+32
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-4
/
+7
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+62