Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 2 | -4/+4 |
| | | | | | | | * 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. | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -2/+0 |
| | |||||
* | Added NoiseSpeedTest project. | Mattes D | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 3 | -41/+41 |
| | |||||
* | 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 HTTPS links wherever they are supported. | Alexander Harkness | 2015-12-19 | 1 | -21/+12 |
| | |||||
* | OrePockets finisher is now configurable. | Mattes D | 2015-11-25 | 1 | -0/+1 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -6/+6 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 3 | -24/+19 |
| | |||||
* | Fix comments | tycho | 2015-05-28 | 1 | -1/+2 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 2 | -5/+10 |
| | |||||
* | Fixed a lot of warnings | tycho | 2015-05-19 | 2 | -18/+18 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -29/+29 |
| | | | | Spaces around some operators are checked. | ||||
* | Fixed QtBiomeVisualiser compilation. | Mattes D | 2014-11-29 | 1 | -1/+0 |
| | |||||
* | OctavedNoise: Another unshadowed local variable. | Mattes D | 2014-11-27 | 1 | -9/+11 |
| | |||||
* | RidgedNoise: Replaced fabs with std::abs(). | Mattes D | 2014-11-27 | 1 | -2/+2 |
| | |||||
* | OctavedNoise: Unshadowed a local variable. | Mattes D | 2014-11-27 | 1 | -10/+12 |
| | |||||
* | cInterpolNoise: Implemented optimized 2D generating. | Mattes D | 2014-11-19 | 1 | -24/+163 |
| | |||||
* | cOctavedNoise: Removed misleading comment, fixed assert texts. | Mattes D | 2014-11-19 | 1 | -3/+3 |
| | |||||
* | cOctavedNoise: Added a forgotten comment. | Mattes D | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | Added a cInterpolNoise template for faster noise generator. | Mattes D | 2014-11-18 | 1 | -0/+385 |
| | | | | Used an instance of it in the Noise3D generator. | ||||
* | Moved all Noise-related files into a separate folder. | Mattes D | 2014-11-18 | 5 | -0/+1665 |