summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BrewingstandEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed double includes (#3885)Lukas Pioch2017-08-021-1/+0
|
* BlockEntities: Support cloning self.Mattes D2017-06-161-31/+57
|
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+1
| | | | | - Changed cPlayer:OpenWindow to accept a ref, tolua adds a nil check - Close open lua window in destructor, to avoid dangling pointers
* Minor cBrewingRecipes cleanup (#3731)peterbell102017-05-281-4/+4
|
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-16/+47
|
* Moved variables into scope, removed unused variables and fixed variablesLukas Pioch2015-12-171-1/+1
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
|
* Fix memory leakworktycho2015-11-081-1/+1
| | | Fixes CID 132249
* Implemented brewingLukas Pioch2015-11-031-0/+309