Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deal with covered switches consistently (#4161) | peterbell10 | 2018-02-05 | 1 | -20/+5 |
| | | | | | | | * Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | ||||
* | Gen: Moved PiecePool into a separate file. | Mattes D | 2017-05-04 | 1 | -0/+503 |
Also rewritten the PieceGenerator to use std::unique_ptr. |