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
*
* 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