summaryrefslogtreecommitdiffstats
path: root/src/Generating/BioGen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shared_ptr -> unique_ptr in generatorsTiger Wang2021-03-181-12/+9
|
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate
* Using Super.Mattes D2020-04-161-18/+24
|
* BiomeGen: Changed to use cChunkCoords params.Mattes D2019-09-081-18/+25
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-36/+36
|
* Unified the doxy-comment format.Mattes D2015-07-311-22/+19
|
* Fixed warnings generated by 64-bit MSVC.Mattes D2015-07-071-3/+3
|
* Fixed a lot of warningstycho2015-05-191-4/+4
|
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1/+1
|
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-12/+14
|
* BioGen: TwoLevel is now fully settable in INI.madmaxoft2014-09-271-6/+9
|
* Fixed style.Mattes D2014-09-051-5/+9
|
* change to linear calculationDayBr3ak2014-09-031-2/+1
|
* adapting formatDayBr3ak2014-09-031-2/+6
|
* forgot this oneDayBr3ak2014-09-021-1/+1
|
* opting for size_tDayBr3ak2014-09-021-2/+2
|
* changing implem, using vectorsDayBr3ak2014-09-021-20/+8
|
* adding the multicache behaviorDayBr3ak2014-09-021-3/+3
|
* added multicache class definitionDayBr3ak2014-09-011-0/+35
|
* Optimized Voronoi calculation.madmaxoft2014-06-201-1/+6
| | | | Fixes #818.
* BiomeVisualiser: Added the TwoLevel biome generator.madmaxoft2013-11-281-0/+38
|
* Voronoi-related biomegens use the new cVoronoiMap class.madmaxoft2013-11-271-7/+18
|
* Moved source to srcAlexander Harkness2013-11-241-0/+230