aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* PseudoRandom: Expose constant PSEUDORANDOM_MAXkwolekr2014-12-281-3/+5
* LuaVoxelManip: Add option to allocate blank datakwolekr2014-12-275-4/+56
* 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
* Fix fs::GetRecursiveSubPaths trying to get directory lists for filesShadowNinja2014-12-241-1/+3
* Large increase in performanceCraig Robbins2014-12-242-9/+10
* Silence misc. warningskwolekr2014-12-232-1/+6
* Make limiting of the reflow liquids queue size optionalCraig Robbins2014-12-232-20/+17
* Temporarily fix always bright wieldhand with shaders enabledkwolekr2014-12-221-2/+12
* Fix weird (and wrong) comment in test.cppKahrl2014-12-211-2/+2
* 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
* 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-183-2/+84
* Fix OSX packaging finallyPavel Puchkin2014-12-161-1/+1
* Set WM_CLASS window hint for Xorgkwolekr2014-12-153-1/+32
* Expose mapgen chunksize in on_mapgen_init callbackskwolekr2014-12-141-7/+10
* Fixes #1687 by extra semaphore retval handle code for OSXPavel Puchkin2014-12-151-0/+7
* Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually calledkwolekr2014-12-141-7/+2
* 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
* 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
* Fix missing call to std::ostringstream::strShadowNinja2014-12-121-2/+2
* Fix MSVC compiling warnings and remove an unused textureSmallJoker2014-12-122-3/+1
* Log: Silence errorstream during unittestskwolekr2014-12-123-1/+30
* Use std::string::empty() instead of size() where applicableAnton2014-12-1214-27/+27
* 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-123-27/+47
* 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
* 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