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
2021-05-05
Move item placement into item handlers (#5184)
Tiger Wang
1
-16
/
+0
2021-05-03
Add player statistics to API (#5193)
nshah25
1
-1
/
+1
2021-04-30
Chest, weather, crash, and miscellaneous fixes (#5215)
Tiger Wang
1
-0
/
+1
2021-04-12
Improve bed handling robustness
Tiger Wang
1
-60
/
+49
2021-04-12
Fix sending incorrect date values on world change
Tiger Wang
1
-2
/
+2
2021-03-28
Do not fake a tool when converting to pickups (#5170)
Tiger Wang
1
-1
/
+1
2021-03-28
Unify DoWithBlockEntity (#5168)
Tiger Wang
1
-6
/
+6
2020-10-08
Merged OnBreak with OnPlayerBreak (#4967)
12xx12
1
-1
/
+3
2020-09-25
Unify block entity pickup conversion
Tiger Wang
1
-7
/
+3
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
1
-4
/
+4
2020-09-05
Add more statistic tracking (#4837)
12xx12
1
-0
/
+1
2020-08-05
Update bed behavior (#4545)
Mat
1
-7
/
+24
2020-05-15
Enable some more clang-tidy linter checks (#4738)
peterbell10
1
-5
/
+1
2020-04-21
Vector3 in Handlers (#4680)
Mattes D
1
-68
/
+82
2020-04-03
New hotfix to prevent calling OnBroken (#4600)
Alexander Harkness
1
-8
/
+8
2019-10-28
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
1
-2
/
+2
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-22
/
+18
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2018-07-24
Broadcast refactor (#4264)
peterbell10
1
-2
/
+2
2017-11-20
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
1
-6
/
+5
2017-09-19
Removed UTF-8 BOM (#4033)
Lukas Pioch
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-95
/
+35
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-35
/
+95
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-95
/
+35
2017-08-25
Bed piston fix (#3956)
Lane Kolbly
1
-2
/
+2
2017-08-24
Minor changes (#3909)
mathiascode
1
-1
/
+1
2017-08-02
Removed double includes (#3885)
Lukas Pioch
1
-1
/
+0
2017-08-01
cBlockHandler: take player by ref
peterbell10
1
-14
/
+14
2017-07-07
Added bed entity (#3823)
Lukas Pioch
1
-2
/
+60
2017-07-02
You can't use beds when there are hostile mobs nearby
Bond_009
1
-8
/
+32
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-1
/
+2
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