Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 2020-05-16 | 1 | -8/+2 |
| | | | * Make our CMake slightly less insane | ||||
* | Cleanup some workarounds and warnings (#4735) | peterbell10 | 2020-05-10 | 1 | -4/+0 |
| | | | | | | | | | * Cleanup thread_local usage in FastRandom * Use constexpr to avoid clang warning * Fix more Wglobal-constructor warnings * Make MSVC happy? | ||||
* | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 2018-08-29 | 1 | -3/+0 |
| | | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work. | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | ||||
* | Fix switch warnings (#4013) | peterbell10 | 2017-09-14 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | * Fix switch warnings * Fix a variety of -Wswitch and -Wswitch-enum warnings * Remove unneeded -Wno-error flags * Reorganise some eMonsterType switches * Alpha sort eMonsterType cases in WriteMobMetadata and in cNBTChunkSerializer::AddMonsterEntity * List all mob types in protocol 1.12 and NBTChunkSerializer * cStructGenTrees::GetNumTrees: remove switch default * cWSSAnvil::LoadOldMinecartFromNBT: Log unhandled minecart type | ||||
* | Gen: Moved PiecePool into a separate file. | Mattes D | 2017-05-04 | 1 | -2/+4 |
| | | | | Also rewritten the PieceGenerator to use std::unique_ptr. | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -8/+2 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 2016-01-01 | 1 | -1/+1 |
| | | | | Also upgraded the user setting file for MSVC to 2013. | ||||
* | Added PieceStructures generator. | Mattes D | 2015-12-01 | 1 | -14/+8 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -7/+1 |
| | |||||
* | Fixed warnings generated by 64-bit MSVC. | Mattes D | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Externalized cPrefabPiecePool self-test. | Mattes D | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -5/+15 |
| | |||||
* | Fix tests | tycho | 2015-05-23 | 1 | -0/+2 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -0/+14 |
| | | | | Ad fix a load of warnings | ||||
* | Added TwoHeights shape generator. | Mattes D | 2014-11-23 | 1 | -2/+6 |
| | | | | This is a faster shape generator that can generate overhangs and has biome awareness. | ||||
* | Gen refactor: Implemented CompositedHeiGen. | Mattes D | 2014-11-13 | 1 | -0/+1 |
| | | | | This fixes crashes in the Village generator due to the missing generator. | ||||
* | Generator: Shape initial refactoring. | Mattes D | 2014-11-12 | 1 | -0/+3 |
| | | | | The code compiles, but several structure generators are broken, crash on start. | ||||
* | QtBiomeVisualiser: Added a prototyping int generator flavor. | Mattes D | 2014-10-30 | 1 | -0/+1 |
| | | | | This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower. | ||||
* | Added a missing header to CMakeLists. | Mattes D | 2014-10-26 | 1 | -0/+1 |
| | |||||
* | Removed iniFile library from linux dependencies. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Added initial dungeon rooms finisher. | Mattes D | 2014-08-26 | 1 | -0/+2 |
| | |||||
* | RoughRavines: Initial generator implementation. | madmaxoft | 2014-07-27 | 1 | -0/+2 |
| | | | | This provides the basic shape of the ravines, with the basic settings based on GridStructGen, and good default values. | ||||
* | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -2/+4 |
| | |||||
* | Generating/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+54 |
| | |||||
* | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | dded dependecy on Blocks to Generator | Tycho | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Added Inifile and OSSupport Linking | Tycho | 2014-01-19 | 1 | -0/+2 |
| | |||||
* | moved generating to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
| | |||||
* | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |