aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix segfault when dragging mouse out of mainmenu window (#1910)Kahrl2014-12-131-1/+2
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-137-68/+61
* Display serverlist flags as iconsKahrl2014-12-136-34/+77
* Update po filesShadowNinja2014-12-1224-11681/+14510
* Update Russian translationAntonBoch12442014-12-121-53/+53
* Update Italian translationEnki2014-12-121-328/+246
* Fix missing call to std::ostringstream::strShadowNinja2014-12-121-2/+2
* Fix MSVC compiling warnings and remove an unused textureSmallJoker2014-12-123-3/+1
* Log: Silence errorstream during unittestskwolekr2014-12-123-1/+30
* Use std::string::empty() instead of size() where applicableAnton2014-12-1214-27/+27
* Add basic support for generating API documentation using DoxygenJürgen Doser2014-12-123-3/+49
* Settings: Fix invalid memory access when setting not found in working memkwolekr2014-12-121-1/+0
* NodeResolver: Fix some comments and use const references for paramskwolekr2014-12-122-11/+12
* Add minetest.clear_registered_decorations() and clear_registered_ores()kwolekr2014-12-1212-11/+97
* Allow footstep sounds to play for liquid and ladder nodes, making swimming an...MirceaKitsune2014-12-121-12/+16
* Responsive tooltip offset for Android.Kodexky2014-12-131-7/+30
* Fix typo in mapblock.hCraig Robbins2014-12-122-2/+2
* LuaPerlinNoiseMap: Prevent invalid memory access when attempting to generate ...kwolekr2014-12-122-16/+12
* Mapgens: Rename m_emerge to prevent name collisionskwolekr2014-12-126-16/+16
* Add support for NoiseParams in minetest.get_perlin() and add docs on NoisePar...kwolekr2014-12-124-33/+100
* Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients...Craig Robbins2014-12-121-2/+2
* Settings: Fail on invalid sequence and throw exception for LuaSettingskwolekr2014-12-124-53/+89
* Settings: Sanitize value for multiline terminator tokenskwolekr2014-12-112-6/+30
* Fix undeclared globals in functions and shorten lines in misc_helpers.lua.paramat2014-12-111-6/+9
* Clean up Noise macroskwolekr2014-12-115-67/+108
* NodeResolver: Fix cancelNode and cancelNodeListkwolekr2014-12-112-16/+21
* Noise: Automatically transform noise maps if neededkwolekr2014-12-106-46/+21
* Move get_schematic and read_schematic to l_mapgen.cppkwolekr2014-12-104-110/+108
* Biome API: Reduce heat and humidity persistences to 0.5paramat2014-12-101-2/+2
* Add support for lacunarity in legacy NoiseParams string formatkwolekr2014-12-102-5/+9
* Add paste command (Ctrl-V) in GUIChatConsoleKahrl2014-12-103-1/+24
* Remove get_noiseparams function. read_noiseparams should be used from now onkwolekr2014-12-107-26/+21