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
/
BlockCrops.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-21
Vector3 in Handlers (#4680)
Mattes D
1
-2
/
+4
2020-04-16
Using Super.
Mattes D
1
-2
/
+2
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
1
-14
/
+11
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-23
/
+25
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-11
/
+11
2017-05-09
BlockCrops: Fixed RipeMeta off-by-one error properly.
Mattes D
1
-2
/
+2
2017-05-06
Adjusted RipeMeta for off by one error (#3691)
dbhicks
1
-2
/
+2
2017-02-25
BlockCrops: Fixed comments and reformatted control flow. (#3576)
Mattes D
1
-46
/
+54
2017-02-14
Added some blocks and items (#3503)
mathiascode
1
-6
/
+17
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-12-17
Moved variables into scope, removed unused variables and fixed variables
Lukas Pioch
1
-8
/
+1
2015-08-19
* Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.
Samuel Barney
1
-6
/
+12
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-3
/
+3
2015-07-14
Improved maps
Tiger Wang
1
-4
/
+7
2014-09-09
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
1
-6
/
+0
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-03-30
Fixed a few Clang warnings in BlockHandlers.
madmaxoft
1
-6
/
+6
2014-02-03
Fixed issues with farmland
Tiger Wang
1
-1
/
+1
2014-02-02
Changed Signiture of OnUpdate
Tycho
1
-1
/
+1
2014-02-01
Changed pointers to references
Tycho
1
-1
/
+1
2014-02-01
Changed signitures of Several BLockHandler Methods
Tycho
1
-1
/
+1
2014-01-26
Removed cWorld Include
Tycho
1
-1
/
+0
2013-11-30
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
1
-6
/
+6
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-14
Fixed growing issue with crops.
Samuel Barney
1
-0
/
+6
2013-10-13
Removed faulty code dealing with water.
Samuel Barney
1
-3
/
+2
2013-10-12
Crop blocks now respect water and light. Currently a block has to be "watered" or the crop has a chance of breaking anyways.
Samuel Barney
1
-1
/
+8
2013-09-13
Removed place on top and side preventions
Tiger Wang
1
-6
/
+0
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-108
/
+108
2013-04-05
Added carrots and potatoes handling, bonemealing and proper lighting.
madmaxoft@gmail.com
1
-4
/
+55
2013-04-03
Fixed crops producing pickups for creative mode players.
madmaxoft@gmail.com
1
-8
/
+4
2013-03-15
Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.
madmaxoft@gmail.com
1
-2
/
+2
2012-10-03
Minor style cleanup
madmaxoft@gmail.com
1
-1
/
+1
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-9
/
+13
2012-10-01
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
1
-24
/
+17
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-08-28
Fixed a few warnings
madmaxoft@gmail.com
1
-2
/
+0
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-4
/
+9
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+56