aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-092-25/+12
* 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-101-55/+46
* 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
* Fix lighting artifacts (Issue #1887).RealBadAngel2014-12-081-9/+4
* Add flags and lacunarity as new noise parameterskwolekr2014-12-0716-213/+305
* Disable loading .mtl files. Theyre not used anyway.RealBadAngel2014-12-081-0/+2
* Make directional fog colors respect tonemapMirceaKitsune2014-12-081-4/+21
* Fix f6 debug/profiler displayCraig Robbins2014-12-082-6/+20
* Increase third person view distanceCalinou2014-12-071-1/+1
* Add space between client names in status text (client)Muhammad Rifqi Priyo Susanto2014-12-071-1/+1
* Restore finalColorBlend implementation in shaders.RealBadAngel2014-12-071-7/+11
* Fix regression (increase/decrease viewing range with +/- keys)Craig Robbins2014-12-072-6/+2
* Mapgen V5: Fix use of uninitialized value in ctorkwolekr2014-12-072-3/+3
* Schematics: Fix minetest.place_schematic() when defined by a Lua tablekwolekr2014-12-062-5/+8
* Add minetest.clear_registered_biomes() apikwolekr2014-12-066-19/+51
* Ignore some mouse events sent from scrollbar to GUITableKahrl2014-12-061-0/+8
* Close settings files and save them correctlySmallJoker2014-12-061-2/+5