Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2021-10-12 | Remove a few unused functions reported by callcatcher (#11658) | SmallJoker | |
2021-03-23 | Fix broken `BiomeGen` abstraction (#11107) | sfan5 | |
2020-08-25 | NetBSD build fix proposal. (#10308) | David CARLIER | |
Fixing thread naming call and let the class setting RANDOM_MIN/RANDOM_MAX. | |||
2017-08-19 | Code modernization: src/n*, src/o* (#6280) | Loïc Blot | |
* Code modernization: src/n*, src/o* * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove unused IWritableNodeDefManager::clone() * C++ STL header style * Pointer constness in some functions | |||
2017-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-08-16 | Cleanup various headers to reduce compilation times (#6255) | Loïc Blot | |
* Cleanup various headers to reduce compilation times | |||
2017-06-18 | Cpp11 patchset 11: continue working on constructor style migration (#6004) | Loïc Blot | |
2016-06-04 | Change internal type for seeds to s32 | kwolekr | |
This fixes value truncation (and therefore incompatibility) on platforms with an LP32 data model, such as VAX or MS-DOS. | |||
2015-05-15 | Noise: Make buffer size parameters unsigned | kwolekr | |
2015-04-27 | Replace PRNG assertions with PrngException | kwolekr | |
2015-03-22 | Add support for the PCG32 PRNG algo (and associated script APIs) | kwolekr | |
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2014-12-28 | PseudoRandom: Expose constant PSEUDORANDOM_MAX | kwolekr | |
2014-12-11 | Clean up Noise macros | kwolekr | |
2014-12-10 | Noise: Automatically transform noise maps if needed | kwolekr | |
2014-12-10 | Noise: Create a deep copy of NoiseParams | kwolekr | |
2014-12-08 | Optimize noise implementations | kwolekr | |
2014-12-07 | Add flags and lacunarity as new noise parameters | kwolekr | |
Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups | |||
2014-12-02 | Use setting groups for NoiseParams | kwolekr | |
Add format example to minetest.conf.example Add Settings::setU16() Throw exception on attempted access of NULL settings groups | |||
2014-11-14 | Fix NoisePerlin3DEased return value | kwolekr | |
2014-11-13 | Add option 'eased' to NoiseParams | SmallJoker | |
Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||
2014-11-12 | Add eased 3d point-value noise functions | kwolekr | |
2014-11-08 | Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ↵ | paramat | |
blobs | |||
2014-10-27 | Change license of noise implementation to Simplified BSD | kwolekr | |
2014-10-27 | Add support for eased 3d noise | kwolekr | |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | |
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr | |
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems. | |||
2013-05-19 | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | |
2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr | |
2013-03-16 | initial mapgen indev version with farscale feature and huge caves | proller | |
2013-03-10 | Re-add dungeons in new dungeongen.cpp | kwolekr | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-01-21 | Fix MapgenV6::getGroundLevelAtPoint() | kwolekr | |
2013-01-21 | Finish and clean up mapgen configuration | kwolekr | |
2013-01-21 | Cleaned & enhanced noise object management | kwolekr | |
2013-01-21 | Add initial Lua biomedef support, fixed biome selection | kwolekr | |
2013-01-21 | The new mapgen, noise functions, et al. | kwolekr | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2011-06-26 | updated noise stuff | Perttu Ahola | |
2011-06-25 | mapgen stuff | Perttu Ahola | |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | |
(import from temporary git repo) | |||
2011-04-26 | tested out and commented out some new stuff for the terrain generator, to be ↵ | Perttu Ahola | |
used in the future. | |||
2011-02-28 | A third try on terrain generation. No trees yet. | Perttu Ahola | |
2011-02-26 | 3d noise stuff | Perttu Ahola | |
2011-02-06 | mapgen tweaking | Perttu Ahola | |
2011-02-05 | added noise.* | Perttu Ahola | |