aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fi...fz722014-12-281-20/+36
* Skip further loading of client if there was an exit signalChristophe Piveteau2014-12-281-0/+4
* Decoration: Add height_min and height_max parameterskwolekr2014-12-284-11/+20
* Cavegen: Fix copy & paste error (solves #2020)kwolekr2014-12-281-1/+1
* Biome API: Add shore top and shore filler nodes, underwater node, water top n...paramat2014-12-285-62/+91
* Ore: Add Vein ore typekwolekr2014-12-284-19/+106
* Ore: Add Blob ore typekwolekr2014-12-284-19/+84
* PseudoRandom: Expose constant PSEUDORANDOM_MAXkwolekr2014-12-281-3/+5
* LuaVoxelManip: Add option to allocate blank datakwolekr2014-12-276-4/+60
* VoxelManipulator: Remove unnecessary deallocation stepskwolekr2014-12-271-12/+4
* Set fallback content if resolving content vector requires everythingkwolekr2014-12-274-24/+47
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-2716-350/+264
* Uncomment version patch fieldkwolekr2014-12-261-1/+1
* Bump version to 0.4.11kwolekr2014-12-244-5/+5
* Conf.example: Correct grammar and spelling. Shorten some lines. Move a few li...paramat2014-12-251-122/+115
* Fix fs::GetRecursiveSubPaths trying to get directory lists for filesShadowNinja2014-12-241-1/+3
* Large increase in performanceCraig Robbins2014-12-242-9/+10
* Increase indentation throughout file for clarity. Correct mistakes. Shorten l...paramat2014-12-241-178/+182
* State biome API heat and humidity noise parameters in positional formatparamat2014-12-241-21/+3
* Conf.example: Fix typoparamat2014-12-231-2/+2
* Update MinGW toolchain downloads used by travissfan52014-12-231-2/+2
* Silence misc. warningskwolekr2014-12-232-1/+6
* Make limiting of the reflow liquids queue size optionalCraig Robbins2014-12-233-23/+21
* Update mapgen stuff in minetest.confparamat2014-12-221-54/+121
* Temporarily fix always bright wieldhand with shaders enabledkwolekr2014-12-221-2/+12
* Regenerate server_flags_creative.png from XCFKahrl2014-12-211-0/+0
* Fix weird (and wrong) comment in test.cppKahrl2014-12-211-2/+2
* lua_api.txt: improve noise documentation. Remove previous eased 3D noise form...paramat2014-12-201-13/+19
* Re-add hacky fix for underwater grass, to fix mgv7 user's biomesparamat2014-12-202-20/+24
* Change TileSpec::frames to be std::vector not std::mapunknown2014-12-214-7/+10
* Fix visual_scale for plantlike nodes (again)Vanessa Ezekowitz2014-12-191-2/+1
* Temporarily set default biome in builtinkwolekr2014-12-182-0/+10
* Fix visual_scale for NDT_PLANTLIKE being set too smallCraig Robbins2014-12-181-8/+10
* Suppress compiler warningCraig Robbins2014-12-181-1/+1
* Remove manual biome noise translationkwolekr2014-12-171-8/+2
* Do not allow the m_transforming_liquid queue to increase until all RAM is con...Craig Robbins2014-12-184-2/+87
* Fix OSX packaging finallyPavel Puchkin2014-12-164-6/+18
* Set WM_CLASS window hint for Xorgkwolekr2014-12-153-1/+32
* Expose mapgen chunksize in on_mapgen_init callbackskwolekr2014-12-141-7/+10
* Update French translationCalinou2014-12-151-54/+47
* Update Spanish language.Diego Martinez2014-12-151-204/+163
* Fixes #1687 by extra semaphore retval handle code for OSXPavel Puchkin2014-12-151-0/+7
* Fix typo in lua_api.txtCraig Robbins2014-12-151-1/+1
* Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually calledkwolekr2014-12-141-7/+2
* Fix background of creative icon (was black, now transparent)Kahrl2014-12-141-0/+0
* Revert "Update Russian translation"Kahrl2014-12-1324-2462/+1984
* Fix misleading error when exiting the client from the main menuCraig Robbins2014-12-141-0/+4
* Provide more info if a subgame is not valid/foundCraig Robbins2014-12-131-0/+6
* Update german translationPilzAdam2014-12-131-46/+35
* LuaPerlinNoiseMap: Fix 3d noise safety checkkwolekr2014-12-121-1/+1