Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LuaVoxelManip: Add option to allocate blank data | kwolekr | 2014-12-27 | 6 | -4/+60 | |
| | ||||||
* | VoxelManipulator: Remove unnecessary deallocation steps | kwolekr | 2014-12-27 | 1 | -12/+4 | |
| | ||||||
* | Set fallback content if resolving content vector requires everything | kwolekr | 2014-12-27 | 4 | -24/+47 | |
| | ||||||
* | Redefine NodeResolver interface and replace with callback mechanism | kwolekr | 2014-12-27 | 16 | -350/+264 | |
| | ||||||
* | Uncomment version patch field | kwolekr | 2014-12-26 | 1 | -1/+1 | |
| | ||||||
* | Bump version to 0.4.11 | kwolekr | 2014-12-24 | 4 | -5/+5 | |
| | ||||||
* | Conf.example: Correct grammar and spelling. Shorten some lines. Move a few ↵ | paramat | 2014-12-25 | 1 | -122/+115 | |
| | | | | lines into correct sections. Remove finite liquid reference. Make indentation consistent | |||||
* | Fix fs::GetRecursiveSubPaths trying to get directory lists for files | ShadowNinja | 2014-12-24 | 1 | -1/+3 | |
| | ||||||
* | Large increase in performance | Craig Robbins | 2014-12-24 | 2 | -9/+10 | |
| | ||||||
* | Increase indentation throughout file for clarity. Correct mistakes. Shorten ↵ | paramat | 2014-12-24 | 1 | -178/+182 | |
| | | | | | | lines. Make more consistent Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | State biome API heat and humidity noise parameters in positional format | paramat | 2014-12-24 | 1 | -21/+3 | |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Conf.example: Fix typo | paramat | 2014-12-23 | 1 | -2/+2 | |
| | ||||||
* | Update MinGW toolchain downloads used by travis | sfan5 | 2014-12-23 | 1 | -2/+2 | |
| | ||||||
* | Silence misc. warnings | kwolekr | 2014-12-23 | 2 | -1/+6 | |
| | ||||||
* | Make limiting of the reflow liquids queue size optional | Craig Robbins | 2014-12-23 | 3 | -23/+21 | |
| | | | | | If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting Additionally, liquid_loop_max now defaults to 100000 | |||||
* | Update mapgen stuff in minetest.conf | paramat | 2014-12-22 | 1 | -54/+121 | |
| | ||||||
* | Temporarily fix always bright wieldhand with shaders enabled | kwolekr | 2014-12-22 | 1 | -2/+12 | |
| | ||||||
* | Regenerate server_flags_creative.png from XCF | Kahrl | 2014-12-21 | 1 | -0/+0 | |
| | ||||||
* | Fix weird (and wrong) comment in test.cpp | Kahrl | 2014-12-21 | 1 | -2/+2 | |
| | ||||||
* | lua_api.txt: improve noise documentation. Remove previous eased 3D noise ↵ | paramat | 2014-12-20 | 1 | -13/+19 | |
| | | | | format example | |||||
* | Re-add hacky fix for underwater grass, to fix mgv7 user's biomes | paramat | 2014-12-20 | 2 | -20/+24 | |
| | ||||||
* | Change TileSpec::frames to be std::vector not std::map | unknown | 2014-12-21 | 4 | -7/+10 | |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Fix visual_scale for plantlike nodes (again) | Vanessa Ezekowitz | 2014-12-19 | 1 | -2/+1 | |
| | | | | | | fixes #1989 move the plant to the bottom of its node properly, without affecting its scale. See isue #1989 | |||||
* | Temporarily set default biome in builtin | kwolekr | 2014-12-18 | 2 | -0/+10 | |
| | | | | | This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate. | |||||
* | Fix visual_scale for NDT_PLANTLIKE being set too small | Craig Robbins | 2014-12-18 | 1 | -8/+10 | |
| | ||||||
* | Suppress compiler warning | Craig Robbins | 2014-12-18 | 1 | -1/+1 | |
| | ||||||
* | Remove manual biome noise translation | kwolekr | 2014-12-17 | 1 | -8/+2 | |
| | ||||||
* | Do not allow the m_transforming_liquid queue to increase until all RAM is ↵ | Craig Robbins | 2014-12-18 | 4 | -2/+87 | |
| | | | | consumed | |||||
* | Fix OSX packaging finally | Pavel Puchkin | 2014-12-16 | 4 | -6/+18 | |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Set WM_CLASS window hint for Xorg | kwolekr | 2014-12-15 | 3 | -1/+32 | |
| | ||||||
* | Expose mapgen chunksize in on_mapgen_init callbacks | kwolekr | 2014-12-14 | 1 | -7/+10 | |
| | ||||||
* | Update French translation | Calinou | 2014-12-15 | 1 | -54/+47 | |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Update Spanish language. | Diego Martinez | 2014-12-15 | 1 | -204/+163 | |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Fixes #1687 by extra semaphore retval handle code for OSX | Pavel Puchkin | 2014-12-15 | 1 | -0/+7 | |
| | | | | | | See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173 Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||||
* | Fix typo in lua_api.txt | Craig Robbins | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually called | kwolekr | 2014-12-14 | 1 | -7/+2 | |
| | ||||||
* | Fix background of creative icon (was black, now transparent) | Kahrl | 2014-12-14 | 1 | -0/+0 | |
| | ||||||
* | Revert "Update Russian translation" | Kahrl | 2014-12-13 | 24 | -2462/+1984 | |
| | | | | | | | | This reverts commit e4e4324a30d6bcac5cc06c74e955e4941b14bd38. Conflicts: po/minetest.pot po/*/minetest.po | |||||
* | Fix misleading error when exiting the client from the main menu | Craig Robbins | 2014-12-14 | 1 | -0/+4 | |
| | ||||||
* | Provide more info if a subgame is not valid/found | Craig Robbins | 2014-12-13 | 1 | -0/+6 | |
| | ||||||
* | Update german translation | PilzAdam | 2014-12-13 | 1 | -46/+35 | |
| | ||||||
* | LuaPerlinNoiseMap: Fix 3d noise safety check | kwolekr | 2014-12-12 | 1 | -1/+1 | |
| | ||||||
* | Fix segfault when dragging mouse out of mainmenu window (#1910) | Kahrl | 2014-12-13 | 1 | -1/+2 | |
| | ||||||
* | Remove vertlabels from main menu and relayout a bit | Kahrl | 2014-12-13 | 7 | -68/+61 | |
| | ||||||
* | Display serverlist flags as icons | Kahrl | 2014-12-13 | 6 | -34/+77 | |
| | ||||||
* | Update po files | ShadowNinja | 2014-12-12 | 24 | -11681/+14510 | |
| | ||||||
* | Update Russian translation | AntonBoch1244 | 2014-12-12 | 1 | -53/+53 | |
| | ||||||
* | Update Italian translation | Enki | 2014-12-12 | 1 | -328/+246 | |
| | ||||||
* | Fix missing call to std::ostringstream::str | ShadowNinja | 2014-12-12 | 1 | -2/+2 | |
| | ||||||
* | Fix MSVC compiling warnings and remove an unused texture | SmallJoker | 2014-12-12 | 3 | -3/+1 | |
| |