aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined evaluation order when constructing random vectorskwolekr2016-05-272-49/+47
* Cavegen: Re-add small caves to CavesRandomWalkkwolekr2016-05-274-39/+91
* Cavegen: Remove CavesRandomWalk dependency on Mapgenkwolekr2016-05-274-38/+98
* Cavegen: Merge instances of repetitive surface level-finding codekwolekr2016-05-272-55/+47
* Cavegen: Remove CavesV6 dependency on Mapgenkwolekr2016-05-273-64/+99
* Cavegen: Rename CaveV6 to CavesV6kwolekr2016-05-273-29/+41
* Cavegen: Merge CaveV5 and CaveV7 into CavesRandomWalkkwolekr2016-05-274-311/+20
* Fix MgStoneType and BiomeType enum nameskwolekr2016-05-279-34/+34
* Mapgen: Combine generateBiomes, dustTopNodes, and generateCaveskwolekr2016-05-2712-1161/+316
* Move biome calculation to BiomeGenkwolekr2016-05-2716-296/+413
* Tell irrlicht if we handle a key or not.est312016-05-263-6/+57
* Fix rollback.txt migrationShadowNinja2016-05-232-15/+28
* Fix irrlicht version checking macro for tooltip_height calculationCraig Robbins2016-05-241-3/+3
* Move updateTextures and fillTileAttribs to ContentFeaturesEkdohibs2016-05-232-261/+302
* Tolerate packet reordering in the early init processest312016-05-222-24/+8
* Fix a m_camera not used warning fix pointed by clangLoic Blot2016-05-222-4/+2
* Implement a PostgreSQL backendLoic Blot2016-05-225-0/+426
* Fix tooltip height for versions of irrlicht < 1.8.2Craig Robbins2016-05-211-0/+4
* Implement DatabaseException for databasesnerzhul2016-05-174-12/+17
* DB::loadBlock copy removal & DB backend cleanupLoic Blot2016-05-1711-46/+46
* Fix typo in the info printed by --versionCraig Robbins2016-05-111-1/+1
* Add platform name to --version informationCraig Robbins2016-05-111-1/+2
* Mapgen V6: Synchronize spflags with defaultsettingskwolekr2016-05-102-3/+4
* Add [resize texture modifier Resizes the texture to the given dimensions.SmallJoker2016-05-091-1/+25
* Defaultsettings/Android: Increase 'max block generate distance' to 3paramat2016-05-081-1/+1
* Fixes #4098 ce8a9ed didn't quite go far enough, and left this bug ingregorycu2016-05-081-3/+5
* Chat: Keep scroll position constant in ChatBuffer::deleteOldest()Kahrl2016-05-081-0/+7
* Optimize default settings for Android buildMaksim Gamarnik2016-05-071-3/+13
* Run unescape_enriched *after* unescape_string.Ekdohibs2016-05-072-30/+25
* Make dropdowns show the string that was their argument.Ekdohibs2016-05-072-2/+24
* Android: Increase player_stepheight for thicker snow nodeboxMaksim Gamarnik2016-05-061-1/+1
* Update settings translation file and minetest.conf.exampleest312016-05-051-1/+4
* Fix holding down F10 (open console) causing GUI to freezeCraig Robbins2016-05-041-1/+3
* Settings_translation_file: Update mapgen with cave width parameterparamat2016-05-031-0/+10
* Fix Windows buildCraig Robbins2016-05-021-1/+1
* FileSelectMenu: Fix formspec parsing broken by Irrlicht file-chooserKahrl2016-05-011-0/+1
* find_path: consider walkable instead of CONTENT_AIRAuke Kok2016-05-011-9/+12
* Pathfinder: improve GridNode storageest312016-05-011-98/+161
* Pathfinder: use core::aabbox3d instead of own typeest312016-05-011-66/+36
* Pathfinder: Fix styleest312016-05-013-192/+211
* Move pathfinder classes to cpp fileest312016-05-012-287/+292
* Fix use of uninitialised variable in class EventCraig Robbins2016-05-012-4/+7
* Use MoveFileEx to rename files on Windows (not rename)gregorycu2016-05-011-5/+21
* Fix POSIX C++11 buildShadowNinja2016-04-301-9/+9
* Fix prepreprocessor error in thread.h (related to C++11 threads)Craig Robbins2016-04-301-4/+4
* Mapgen: Make 3D noise tunnels' width settableparamat2016-04-2810-174/+178
* Fix race on thread creationShadowNinja2016-04-282-13/+17
* Mainmenu: Standardize the menu button order and sizesSmallJoker2016-04-281-2/+2
* Handle particle spawners in env and delete expired idsobneq2016-04-284-22/+62
* Inventory: Make ItemStack with different metadata not stackableXunto2016-04-261-4/+6