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
/
BlockDoor.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for intersection between placed blocks and entities. (#3850)
Lane Kolbly
2017-07-28
1
-0
/
+10
*
Updated sounds and effect IDs (#3422)
mathiascode
2017-02-15
1
-1
/
+1
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-2
/
+2
*
allow use failures to propagate from the entity/block to the player
Gargaj
2015-12-13
1
-1
/
+3
*
Add enum for Sound and Particle Effects
Dave Tucker
2015-11-24
1
-1
/
+2
*
Fixed Iron Door
Nicholas W
2015-08-01
1
-1
/
+6
*
Improved maps
Tiger Wang
2015-07-14
1
-1
/
+1
*
Added open/close and sound effects for all door types
b33duck
2015-05-21
1
-3
/
+17
*
More style checking.
Mattes D
2015-05-09
1
-3
/
+3
*
Refactored all player block placing to go through hooks.
Mattes D
2014-12-24
1
-28
/
+12
*
BasicStyle: Added missing braces to control statements.
Mattes D
2014-12-05
1
-2
/
+8
*
Removed more unessicary includes
Tycho
2014-09-26
1
-1
/
+0
*
Fixed farmland issues.
Howaner
2014-09-12
1
-1
/
+1
*
Removed old sound-configuration for doors
Masy98
2014-09-09
1
-9
/
+0
*
Basic style fixes.
madmaxoft
2014-07-17
1
-2
/
+2
*
Add UNUSED() Tags
Howaner
2014-06-17
1
-0
/
+6
*
Add door sound
Howaner
2014-06-17
1
-0
/
+1
*
Better SetOpen() and IsOpen() function from the doors.
Howaner
2014-05-30
1
-1
/
+1
*
Fixed Minor typos.
narroo
2014-03-26
1
-2
/
+5
*
Added a comment about the behavior of doors under mirros. Simply put, the current implementation of MetaMirror causes glitchy behavior. The door class itself needs to be edited. (I've got an idea on that....)
narroo
2014-03-25
1
-2
/
+8
*
Added MetaRotate/Mirror Support for a number of classes.
narroo
2014-03-24
1
-0
/
+75
*
Merge pull request #729 from worktycho/MetaRotate
Mattes D
2014-03-08
1
-1
/
+1
|
\
|
*
Added some Metadate rotaters using templated Mixin
Tycho
2014-02-27
1
-1
/
+1
*
|
Add SendBlockTo to cWorldInterface
Howaner
2014-03-05
1
-3
/
+5
*
|
Add data backsending, when the Client interacts a Block and the Interact is cancelled.
Howaner
2014-03-05
1
-0
/
+21
|
/
*
Improved Type safety of eBlockFace
Tycho
2014-02-04
1
-2
/
+2
*
Changed pointers to references
Tycho
2014-02-01
1
-14
/
+14
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-16
/
+15
*
First attempt at Implementing Interfaces
Tycho
2014-01-25
1
-1
/
+1
*
Fixed missing parenthesis.
madmaxoft
2013-12-20
1
-4
/
+4
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+90