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
/
BlockBed.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-16
Bed uses bottom two bits for direction not three
worktycho
1
-2
/
+2
2015-03-05
Reverted non-functional changes
Tiger Wang
1
-5
/
+8
2015-02-08
Handle client 'leave bed' request
Tiger Wang
1
-17
/
+10
2014-12-24
Refactored all player block placing to go through hooks.
Mattes D
1
-19
/
+1
2014-09-26
Removed more unessicary includes
Tycho
1
-0
/
+9
2014-09-12
Fixed farmland issues.
Howaner
1
-1
/
+1
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-2
/
+2
2014-07-19
Fixed style: spaces after commas.
madmaxoft
1
-1
/
+1
2014-07-17
Basic style fixes.
madmaxoft
1
-2
/
+2
2014-07-17
Normalized comments.
madmaxoft
1
-4
/
+4
2014-06-01
Implemented bed homes
Tiger Wang
1
-0
/
+2
2014-05-29
Very minor code changes
Tiger Wang
1
-1
/
+1
2014-03-09
Fixed VERIFY
Tiger Wang
1
-1
/
+1
2014-03-09
Beds now work properly fixes #707
Tiger Wang
1
-7
/
+66
2014-02-23
Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
TheJumper
1
-1
/
+1
2014-02-23
BlockBed.cpp: Fixed Multiple people in one bed.
TheJumper
1
-7
/
+18
2014-02-20
BlockBed.cpp: Fixed space at if statement
TheJumper
1
-1
/
+1
2014-02-20
BlockBed.cpp: Fixed Multiple people in one bed.
TheJumper
1
-7
/
+18
2014-02-06
Server internally uses new functions
Tiger Wang
1
-1
/
+1
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-2
/
+2
2014-02-01
Changed pointers to references
Tycho
1
-16
/
+16
2014-02-01
Changed signitures of Several BLockHandler Methods
Tycho
1
-1
/
+1
2014-01-26
Refactored cBlockHandler::OnUse and dependents
Tycho
1
-5
/
+5
2014-01-25
First attempt at Implementing Interfaces
Tycho
1
-16
/
+16
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-09-07
Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt()
madmaxoft
1
-1
/
+1
2013-08-09
Added OnExploding() and OnExploded() hooks.
madmaxoft
1
-3
/
+6
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-85
/
+85
2013-06-15
Fixed compilation on linux.
nielsbreu@gmail.com
1
-1
/
+1
2013-06-15
You can only sleep when the time is day, and beds explode if the dimension is not Overworld.
nielsbreu@gmail.com
1
-11
/
+21
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-20
/
+12
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-15
/
+21
2012-09-29
Forgot to commit BlockBed.cpp
faketruth
1
-0
/
+77