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
/
BlockHandler.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
2020-04-03
1
-1
/
+1
*
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
2019-10-28
1
-0
/
+4
*
Refactored block-to-pickup conversion. (#4417)
Mattes D
2019-10-16
1
-27
/
+67
*
Register vanilla blocks in BlockTypeRegistry.
Mattes D
2019-08-05
1
-0
/
+7
*
Rewrite cClientHandle::HandleRightClick (#4089)
9caihezi
2018-01-08
1
-1
/
+2
*
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
2017-11-20
1
-1
/
+1
*
Bed piston fix (#3956)
Lane Kolbly
2017-08-25
1
-2
/
+2
*
Minor changes (#3909)
mathiascode
2017-08-24
1
-1
/
+1
*
cBlockHandler: take player by ref
peterbell10
2017-08-01
1
-6
/
+6
*
Check for intersection between placed blocks and entities. (#3850)
Lane Kolbly
2017-07-28
1
-0
/
+7
*
BigFlower fixes (#3826)
peterbell10
2017-07-07
1
-9
/
+4
*
Added bed entity (#3823)
Lukas Pioch
2017-07-07
1
-0
/
+4
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-21
/
+21
*
blockheight mechanism
Gargaj
2015-12-13
1
-1
/
+5
*
allow use failures to propagate from the entity/block to the player
Gargaj
2015-12-13
1
-2
/
+3
*
* Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.
Samuel Barney
2015-08-19
1
-0
/
+3
*
Unified the doxy-comment format.
Mattes D
2015-07-31
1
-19
/
+18
*
Improved maps
Tiger Wang
2015-07-14
1
-0
/
+3
*
Added neighbor specification in the OnNeighborChanged() block callback.
Mattes D
2015-07-01
1
-7
/
+13
*
Rebased version of Code
Samuel Barney
2015-06-22
1
-3
/
+0
*
Refactored all player block placing to go through hooks.
Mattes D
2014-12-24
1
-11
/
+10
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Removed more unessicary includes
Tycho
2014-09-26
1
-4
/
+4
*
Improved cBlockHandler::DropBlock
Tiger Wang
2014-09-13
1
-1
/
+1
*
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
2014-09-09
1
-3
/
+0
*
Merge remote-tracking branch 'origin/master'
Tiger Wang
2014-07-24
1
-4
/
+4
|
\
|
*
Removed redundant semicolons and re-added warning
archshift
2014-07-24
1
-4
/
+4
*
|
Fixed block drops
Tiger Wang
2014-07-24
1
-1
/
+2
|
/
*
Merge branch 'master' into saplingsandleaves
Tiger Wang
2014-07-20
1
-11
/
+11
|
\
|
*
Basic style fixes.
madmaxoft
2014-07-17
1
-11
/
+11
*
|
Proper comment for DropBlock()
Tiger Wang
2014-07-20
1
-2
/
+5
*
|
Fixed issues relating to saplings and leaves
Tiger Wang
2014-07-17
1
-5
/
+5
|
/
*
Rename CanChangeDirtToGrass to CanDirtGrowGrass
Howaner
2014-05-07
1
-2
/
+2
*
Remove old import
Howaner
2014-04-06
1
-1
/
+1
*
Add CanChangeDirtToGrass function to Block Handlers.
Howaner
2014-04-06
1
-0
/
+3
*
Fixed issues with int vs size_t and a few other warnings
Tycho
2014-03-08
1
-0
/
+2
*
Add SendBlockTo to cWorldInterface
Howaner
2014-03-05
1
-1
/
+1
*
Add data backsending, when the Client interacts a Block and the Interact is cancelled.
Howaner
2014-03-05
1
-1
/
+4
*
cBlockInfo now manages the respective cBlockHandler
andrew
2014-03-02
1
-19
/
+3
*
Improved Type safety of eBlockFace
Tycho
2014-02-04
1
-3
/
+3
*
Changed Signiture of OnUpdate
Tycho
2014-02-02
1
-3
/
+4
*
Changed Signiture of OnDigging
Tycho
2014-02-01
1
-1
/
+1
*
Changed Signiture of OnDestroyedByPlayer
Tycho
2014-02-01
1
-2
/
+2
*
Changed pointers to references
Tycho
2014-02-01
1
-9
/
+9
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-4
/
+4
*
Refactored GetPlacementBlockTypeMeta
Tycho
2014-01-26
1
-1
/
+1
*
Refactored cBlockHandler::OnUse and dependents
Tycho
2014-01-26
1
-6
/
+6
*
First attempt at Implementing Interfaces
Tycho
2014-01-25
1
-1
/
+2
*
converted commneted paramater names to the unused macro
Tycho Bickerstaff
2013-12-22
1
-1
/
+5
*
Piston is now warnings clean
Tycho Bickerstaff
2013-12-21
1
-1
/
+1
*
Merge pull request #387 from mc-server/trapdoors
Mattes D
2013-11-30
1
-10
/
+17
|
\
|
*
Properly fixed snow height, fixes #98 and #264
Tiger Wang
2013-11-30
1
-10
/
+17
*
|
Changed cBlockHandler->OnUpdate() to use cChunk directly.
madmaxoft
2013-11-30
1
-3
/
+4
|
/
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+152