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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
\
|
|
|
|
Alternitive solution to #503
|
*
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
|
|
|
|
May Fix #640
*
Changed pointers to references
Tycho
2014-02-01
1
-14
/
+14
|
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-16
/
+15
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
*
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