summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/FurnaceEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Fixed trailing whitespace.Mattes D2014-10-211-1/+1
|
* Merged branch 'master' of git://github.com/sriehl/MCServerMattes D2014-10-211-19/+15
|\
| * convert old style casts to fix warningsSteven Riehl2014-10-121-28/+24
| |
* | Furnaces now update their block entity typeTiger Wang2014-10-181-2/+4
| | | | | | | | Therefore improving cChunk's variable boundary checking.
* | Simpler code.Alexander Harkness2014-10-181-3/+2
| |
* | Nullptr?Alexander Harkness2014-10-161-2/+2
| |
* | Fixed a number of stylistic issues.Alexander Harkness2014-10-161-7/+7
| |
* | Improved furnacesTiger Wang2014-10-031-94/+47
|/ | | | | | | | * Fixed progress bar on 1.8 * Fixed bugs * Improved code * Fixes #1068 * Fixes #1070
* Removed WSSCompactTiger Wang2014-09-301-54/+0
|
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-2/+0
|\ | | | | | | | | Conflicts: src/Entities/Minecart.cpp
| * Removed more unessicary includesTycho2014-09-261-2/+0
| |
* | Implemented Chest MinecartsTiger Wang2014-09-131-1/+0
|/
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-3/+4
|
* BlockEntities is warnings freeTycho2014-02-241-2/+4
|
* Removed obsoleted functionsTiger Wang2014-01-161-2/+2
|
* Fixed a few MSVC warnings.madmaxoft2014-01-061-4/+4
|
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+479