summaryrefslogtreecommitdiffstats
path: root/src/Noise/Noise.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-3/+3
| | | | | Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code.
* Add the fmt library (#4065)peterbell102018-01-031-3/+3
| | | | | | | * 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.
* Bulk clearing of whitespaceLogicParrot2016-02-051-27/+27
|
* Unified the doxy-comment format.Mattes D2015-07-311-6/+6
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-8/+8
|
* Fixed a lot of warningstycho2015-05-191-16/+16
|
* More style checking.Mattes D2015-05-091-29/+29
| | | | Spaces around some operators are checked.
* Fixed QtBiomeVisualiser compilation.Mattes D2014-11-291-1/+0
|
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-0/+1029