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
/
BlockBigFlower.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
Correct Indentation IF
Rodarg
1
-2
/
+5
2022-02-09
Update BlockBigFlower.h
Rodarg
1
-1
/
+9
2022-02-09
Update BlockBigFlower.h
Rodarg
1
-6
/
+2
2021-05-05
Move item placement into item handlers (#5184)
Tiger Wang
1
-12
/
+8
2021-03-28
Do not fake a tool when converting to pickups (#5170)
Tiger Wang
1
-1
/
+1
2020-10-08
Merged OnBreak with OnPlayerBreak (#4967)
12xx12
1
-1
/
+7
2020-10-05
Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)
peterbell10
1
-1
/
+1
2020-09-28
Fortune Drops (#4932)
KingCol13
1
-2
/
+10
2020-09-25
Unify block entity pickup conversion
Tiger Wang
1
-1
/
+1
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
1
-13
/
+8
2020-04-21
Vector3 in Handlers (#4680)
Mattes D
1
-5
/
+5
2020-04-16
Using Super.
Mattes D
1
-2
/
+2
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-0
/
+1
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
1
-3
/
+8
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-88
/
+40
2018-01-05
Item durability loss now depends on the item used. (#4123)
Alexander Harkness
1
-4
/
+2
2017-11-20
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
1
-12
/
+17
2017-08-01
cBlockHandler: take player by ref
peterbell10
1
-5
/
+5
2017-07-07
BigFlower fixes (#3826)
peterbell10
1
-3
/
+28
2017-06-19
Generated tall flowers have flower type meta in both blocks
peterbell10
1
-1
/
+4
2017-06-14
Double tall grass drops seeds when broken by water (#3763)
dbhicks
1
-6
/
+15
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-2
/
+1
2017-04-06
Replace double grass and large fern with placed block
Lukas Pioch
1
-1
/
+23
2017-01-28
Changed big flowers so they don't need air above them.
Altenius
1
-1
/
+11
2017-01-28
Changed big flowers so they can only be placed on dirt
Altenius
1
-1
/
+4
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-3
/
+3
2015-07-14
Improved maps
Tiger Wang
1
-5
/
+6
2015-03-20
Correct world height validations.
Tommy Santerre
1
-1
/
+1
2014-12-24
Refactored all player block placing to go through hooks.
Mattes D
1
-12
/
+0
2014-09-26
Removed more unessicary includes
Tycho
1
-1
/
+1
2014-09-13
Improved cBlockHandler::DropBlock
Tiger Wang
1
-3
/
+3
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
-3
/
+3
2014-07-24
Fixed block drops
Tiger Wang
1
-3
/
+3
2014-07-17
Fixed issues relating to saplings and leaves
Tiger Wang
1
-3
/
+3
2014-07-17
Basic style fixes.
madmaxoft
1
-2
/
+2
2014-04-03
Change CanBeAt() from big flower
Howaner
1
-5
/
+1
2014-03-29
Add "a_RelY < cChunkDef::Height" to BlockBigFlower
Howaner
1
-0
/
+1
2014-03-28
Add tallgrass drop to big flowers.
Howaner
1
-3
/
+40
2014-03-28
door -> flower
Howaner
1
-1
/
+1
2014-03-28
Add tall flower handler.
Howaner
1
-0
/
+97