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
/
source
/
Blocks
/
BlockHandler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
Implemented double doors
luksor111@gmail.com
1
-0
/
+2
2012-12-16
Levers (patch contributed by Keyboard)
madmaxoft@gmail.com
1
-0
/
+2
2012-11-27
Added initial adventure mode support
luksor111@gmail.com
1
-0
/
+2
2012-11-26
Fixed certain blocks crashing clients when mined
luksor111@gmail.com
1
-0
/
+2
2012-11-25
Implemented rail placement mechanics.
luksor111@gmail.com
1
-0
/
+4
2012-11-24
Fixed drops for: Stone, Mycelium, Redstone Torch.
luksor111@gmail.com
1
-0
/
+3
2012-10-21
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
1
-0
/
+1
2012-10-14
Floody fluid simulator now dries up correctly, too.
madmaxoft@gmail.com
1
-0
/
+22
2012-10-07
All blockticking is now done in cBlockHandlers
madmaxoft@gmail.com
1
-120
/
+85
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-81
/
+81
2012-10-01
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
1
-43
/
+16
2012-09-30
Added some missing block enums
faketruth
1
-0
/
+3
2012-09-29
Unified folder name-casing
madmaxoft@gmail.com
1
-0
/
+0
2012-09-29
Made beds placeable
faketruth
1
-1
/
+4
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-3
/
+3
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-0
/
+14
2012-09-04
Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.
madmaxoft@gmail.com
1
-112
/
+228
2012-08-28
Fixed a few warnings
madmaxoft@gmail.com
1
-3
/
+3
2012-08-26
Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)
madmaxoft@gmail.com
1
-0
/
+3
2012-08-22
Added a documentation for block and item handlers
lapayo94@gmail.com
1
-6
/
+0
2012-08-19
Fixed Bug #236
lapayo94@gmail.com
1
-1
/
+6
2012-08-06
BLOCKTYPE signedness change - fixed more details
madmaxoft@gmail.com
1
-1
/
+1
2012-07-28
Fixed a few gcc warnings
madmaxoft@gmail.com
1
-1
/
+1
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-4
/
+4
2012-07-16
Fixed some small bugs :)
lapayo94@gmail.com
1
-2
/
+13
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+302