aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Replace instances of height_min/height_max with y_min/y_max to remove ambiguitykwolekr2014-12-307-27/+37
* Decoration: Fix default parameter valueskwolekr2014-12-301-2/+2
* Fix documentation for string functionsDiego Martínez2014-12-301-3/+5
* Add support back for resolving group names in NodeResolverkwolekr2014-12-291-7/+15
* Fix some lingering code style issueskwolekr2014-12-298-73/+138
* Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)kwolekr2014-12-2910-16/+24
* Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr2014-12-296-36/+60
* Expose mapgen parameters on scripting initkwolekr2014-12-299-86/+97
* Ignore downloaded public serverlist if public_serverlist is falseKahrl2014-12-301-2/+4
* Center status text for better visibility.Kodexky2014-12-301-3/+6
* Add extra buttons to Android GUI. All icons are licensed by freepik.com under...Kodexky2014-12-309-9/+86
* Update Japanese TranslationRui2014-12-301-644/+247
* Add util/bump_version.shKahrl2014-12-301-0/+100
* Fix -Wtype-limits warnings and remove disabling of -Wtype-limitsCraig Robbins2014-12-296-18/+20
* Print unit test failures to dstreamkwolekr2014-12-291-1/+1
* FontEngine: Don't use file extension to check font file compatibilitykwolekr2014-12-291-7/+1
* LuaVoxelManip: Remove blank allocatorkwolekr2014-12-296-46/+22
* LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set...kwolekr2014-12-282-16/+35
* Fix MSVC compiler warning about passing this pointer in initializer listsapier2014-12-282-14/+28
* Faster string.split implementation.Diego Martinez2014-12-281-22/+22
* 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