aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-109-91/+91
* Settings: Sanitize setting name everywhere, not just LuaSettingskwolekr2014-12-094-14/+12
* Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparamskwolekr2014-12-093-29/+16
* Settings: Make setting entry group and values mutually exclusivekwolekr2014-12-093-209/+112
* Rewrite fs:GetDirListing(file) by kahrlSmallJoker2014-12-101-47/+15
* Ignore .name directories and filesSmallJoker2014-12-103-82/+77
* Increase performance of getLight() by at least 2xCraig Robbins2014-12-103-2/+29
* Fix builds failing on BSD-like (such as OSX) due to an irrlicht bug (temporar...Pavel Puchkin2014-12-091-2/+11
* Noise: Update Noise::resizeNoiseBuf to account for lacunarity not equal to 2kwolekr2014-12-091-4/+4
* Biomes: Make biome heat and humidity noise parameters user-configurablekwolekr2014-12-096-19/+18
* Fix compiler warning (signed vs. unsigned)Craig Robbins2014-12-081-1/+2
* Optimize noise implementationskwolekr2014-12-082-107/+106
* Fix struct vs. class in forward declarationsKahrl2014-12-085-6/+6