Make use of safe file writing in auth handler (fixes #6576)
[oweals/minetest.git] / src / dungeongen.cpp
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotModernize src/c* src/d* and src/e* files (#6263)
2017-07-26 Loïc BlotVoxelManip cleanups (const ref, const move) + function...
2017-07-02 paramatDungeons: Add setting to prevent projecting dungeons
2017-02-26 paramatDungeongen: Add and improve parameters
2017-01-26 paramatDungeongen: Fix selection of diagonal corridors
2017-01-25 paramatDungeongen: Fix out-of-voxelmanip access segfault
2017-01-23 paramatDungeons: Support nodebox stairs wider than 1 node
2016-06-17 paramatDungeons: Generalise use, add capabilities, various... 4249/head
2016-05-28 kwolekrDungeongen: Remove dependency on Mapgen
2016-05-28 kwolekrFix undefined evaluation order when constructing random...
2016-04-03 kinokoioDungeongen: Update disabled torch placement code
2016-01-11 paramatMapgen: Various fixes and improvements
2015-12-01 paramatDungeongen: Fix rarely triggered segfault
2015-11-29 paramatDungeongen: Also preserve river water nodes
2015-08-29 paramatDungeongen: Remove floating frames
2015-07-31 paramatDungeon generation: Fix code style issues in dungeongen.cpp
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 paramatDungeongen: Optionally set ignore to be untouchable...
2015-01-01 paramatMgV5/6/7: Generate dungeons above water level
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 kwolekrRewrite generate notification mechanism
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-12-08 kwolekrDungeongen: Create dungeon gen tuneables; add desert...
2013-09-06 0gb.usStandardized method of getting node info in dungeon...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-10 kwolekrRe-add dungeons in new dungeongen.cpp