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
/
BlockEntities
/
BrewingstandEntity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential destruction crashes (#5095)
Tiger Wang
2021-01-02
1
-30
/
+14
*
Remove SetProperty(...cPlayer)
Tiger Wang
2020-10-03
1
-1
/
+1
*
Add more statistic tracking (#4837)
12xx12
2020-09-05
1
-0
/
+2
*
Using Super.
Mattes D
2020-04-16
1
-4
/
+4
*
Play sound when brewing is complete
Mat
2020-03-23
1
-0
/
+1
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
1
-6
/
+6
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-9
/
+0
*
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
2018-05-02
1
-1
/
+1
*
Removed double includes (#3885)
Lukas Pioch
2017-08-02
1
-1
/
+0
*
BlockEntities: Support cloning self.
Mattes D
2017-06-16
1
-31
/
+57
*
Fixes problems with windows:
Lukas Pioch
2017-06-05
1
-1
/
+1
*
Minor cBrewingRecipes cleanup (#3731)
peterbell10
2017-05-28
1
-4
/
+4
*
Corrected brewingstand and added support for fuel
Lukas Pioch
2017-05-08
1
-16
/
+47
*
Moved variables into scope, removed unused variables and fixed variables
Lukas Pioch
2015-12-17
1
-1
/
+1
*
allow use failures to propagate from the entity/block to the player
Gargaj
2015-12-13
1
-1
/
+2
*
Fix memory leak
worktycho
2015-11-08
1
-1
/
+1
*
Implemented brewing
Lukas Pioch
2015-11-03
1
-0
/
+309