summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-09Item frame maps (#5258)KingCol131-2/+1
+ Send map data when item frame spawns. + Add some casts to placate compiler warnings. * size_t for array access. * Mark chunk dirty when rotation or item in item frame is changed.
2021-04-12Added override specifiers to overridden functions.Mattes D1-1/+1
Needed for clang-11 compatibility.
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-0/+1
* Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
2020-04-16Using Super.Mattes D1-105/+130
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-3/+0
Add check for number of empty lines between functions and fix the corresponding failures
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+0
2016-02-24Fixed includes in IntGen.Mattes D1-2/+2
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-10/+6
2015-07-09Fixes compilation failures on MacOSX 10.10Samuel Barney1-2/+2
* Replace old c-style casts with c++ casts * Added `-Wno-error=old-style-cast` to Protocol18x.cpp
2015-05-09More style checking.Mattes D1-2/+2
Spaces around some operators are checked.
2015-03-21Style fixesworktycho1-15/+15
2015-03-11Changed pipeline character from >> to |tycho1-1/+1
2015-03-11Fixed style and removed false positivestycho1-4/+9
Relaxed the rules for < followed by an && and removed rule for < following an &&
2015-03-10Fixed Sequence Generator for IntGenTycho1-9/+21
2015-03-01Fixed StyleTycho1-12/+14
Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
2015-03-01Added pipelining syntax for generatorsTycho1-1/+48
2014-11-02Grown biomes: fixed Linux build.Mattes D1-3/+3
2014-11-02Grown biomes: Unified with GrownProt biomes.Mattes D1-83/+484
Also fixed a Zoom filter randomness.
2014-10-31GrownProt biomes: added alterations.Mattes D1-47/+6
2014-10-30QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D1-40/+133
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.
2014-10-27cIntGen: Added a virtual destructor.Mattes D1-0/+4
2014-10-27Removed too advanced C++11 features.Mattes D1-31/+27
We need to keep gcc 4.6 compatibility; these features were not implemented in that version yet.
2014-10-26IntGen: Attempt at fixing Linux compilation.Mattes D1-13/+13
2014-10-26BioGenGrown: Smaller biomes, add land to map center.Mattes D1-12/+11
2014-10-26Fixed a copypasta error in cIntGenAddToOcean.Mattes D1-4/+4
2014-10-26Added new biomegen: GrownMattes D1-0/+954