aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/default_nc_back.png
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2013-07-28 23:34:58 +0200
committerPilzAdam <pilzadam@minetest.net>2013-07-28 23:34:58 +0200
commitff7c380d0eabf96a8677dfa3a94f0d18191572cf (patch)
tree9b934d515324701c32632cd646fe42bec16fe3fd /games/minimal/mods/default/textures/default_nc_back.png
parent4fb4efd8ed54a81ea545e51265f2acdd01654f21 (diff)
downloadminetest-ff7c380d0eabf96a8677dfa3a94f0d18191572cf.tar.gz
minetest-ff7c380d0eabf96a8677dfa3a94f0d18191572cf.tar.bz2
minetest-ff7c380d0eabf96a8677dfa3a94f0d18191572cf.zip
Fix warnings in mapblock.cpp
Diffstat (limited to 'games/minimal/mods/default/textures/default_nc_back.png')
0 files changed, 0 insertions, 0 deletions
gen.cpp?h=gpcf&id=b1b40fef16a17f4a6da7d4268af8f0921dbe829c'>Allow multiple cave liquids in a biome definition (#8481)Paramat2019-05-18 * Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker2019-01-06 * Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-30 * Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-07 * Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-05 * Mapgen: Remove unused mgv7 code and some unused biometypesParamat2018-03-26 * Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-11 * Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-10 * Biomes: Add 'min_pos'/'max_pos' xyz biome limitsparamat2018-03-09 * Gennotify: Add 'minetest.get_decoration_id' APIparamat2018-03-03 * Place schematic (on vmanip): Enable use of 'place center' flagsparamat2018-02-27 * Node definition manager refactor (#7016)Dániel Juhász2018-02-10 * Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat2018-01-16 * Biomes: Add vertical biome blend (#6853)Paramat2018-01-05 * Stratum ore: Add option for a constant thickness stratumparamat2017-11-19 * Move files to subdirectories (#6599)Vitaliy2017-11-08 * Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat2017-10-10 * Simple decorations: Add 'param2_max' parameter for random param2paramat2017-10-09 * Stratum ore: Allow use with no noise for simple horizontal strataparamat2017-10-01 * Schematic decorations: Add 'place_offset_y' placement parameterparamat2017-09-10 * Ores: Add stratum ore (#6352)Paramat2017-09-03 * Modernize code: very last fixes (#6290)Loïc Blot2017-08-20 * Modernize source code: last part (#6285)Loïc Blot2017-08-20 * C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04 * read_schematic_replacements: ensure fields are strings (#5726)Loïc Blot2017-05-08 * Get biome list: Downgrade missing biome message to infostreamparamat2017-03-16 * Light calculation: New bulk node lighting codeDániel Juhász2017-03-11 *