summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BrewingstandEntity.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-02Removed double includes (#3885)Lukas Pioch1-1/+0
2017-06-16BlockEntities: Support cloning self.Mattes D1-31/+57
2017-06-05Fixes problems with windows:Lukas Pioch1-1/+1
- Changed cPlayer:OpenWindow to accept a ref, tolua adds a nil check - Close open lua window in destructor, to avoid dangling pointers
2017-05-28Minor cBrewingRecipes cleanup (#3731)peterbell101-4/+4
2017-05-08Corrected brewingstand and added support for fuelLukas Pioch1-16/+47
2015-12-17Moved variables into scope, removed unused variables and fixed variablesLukas Pioch1-1/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+2
2015-11-08Fix memory leakworktycho1-1/+1
Fixes CID 132249
2015-11-03Implemented brewingLukas Pioch1-0/+309