- Sep 23, 2016
-
-
paramat authored
Re-add documentation of noise parameter formats. Re-add 'mgv5_np_ground' noise parameters in group format. Both these were deleted through auto-generation of conf.example. Add note to builtin/mainmenu/dlg_settings_advanced.lua that this documentation must be preserved.
-
- Sep 21, 2016
-
-
sfan5 authored
The libraries updated in this commit were built with a set of scripts: https://gist.github.com/sfan5/780c24313c164d34634e18677683b9a3 Building new library versions or just using a different MinGW version is now way easier. This means Windows builds no longer need to use ancient library versions just because nobody knows how to build them.
-
sfan5 authored
This allows you to use an stdcall zlib (zlib1.dll instead of zlibwapi.dll) when building Minetest for win32.
-
sfan5 authored
This commit fixes #4516, though note that this will gradually fix MapBlocks as they are used/modified and thus re-serialized.
-
paramat authored
-
James Stevenson authored
-
- Sep 19, 2016
-
-
est31 authored
Fix a typo pointed out by @thecow275. Also, use the deprecated notification system which respects the deprecated_lua_api_handling setting.
-
- Sep 17, 2016
-
-
paramat authored
Add 'core.LIGHT_MAX = 14' to builtin/game/constants.lua with the intention to replace misplaced 'default.LIGHT_MAX = 14' in Minetest Game. Add comment in light.h requiring the constant be changed in both places. Add lighting bug warning to note in lua_api.txt. There are hundreds of mod uses of 15 which causes a lighting bug.
-
- Sep 15, 2016
-
-
paramat authored
Maximum is 14. A value of 15 (reserved for direct sunlight) causes a lighting bug.
-
Thomas--S authored
Inverts the given channels of the base image. Mode may contain the characters "r", "g", "b", "a". Only the channels that are mentioned in the mode string will be inverted.
-
ShadowNinja authored
-
- Sep 14, 2016
-
-
paramat authored
In lua_api.txt, make clear that 'place on' and 'spawn by' can be lists.
-
sfan5 authored
-
Eric Mountain authored
Adds CMakeLists.txt include to fix this issue: $ cmake . -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE \ -DCMAKE_BUILD_TYPE=Release -DENABLE_CURL=TRUE -DENABLE_CURSES=FALSE \ -DENABLE_FREETYPE=TRUE -DENABLE_GETTEXT=FALSE \ -DENABLE_POSTGRESQL=FALSE -DENABLE_SOUND=FALSE -DENABLE_LUAJIT=TRUE \ -DIRRLICHT_SOURCE_DIR=$HOME/irrlicht-1.8.4 -LH ... CMake Error at src/CMakeLists.txt:339 (check_library_exists): Unknown CMake command "check_library_exists". ...
-
- Sep 13, 2016
-
-
Auke Kok authored
This snuck in with the meshoptions patch and accidentally kills degrotate plants. Thanks to @hybriddog for finding this.
-
- Sep 12, 2016
-
-
raymoo authored
-
- Sep 09, 2016
-
-
James Stevenson authored
-
SmallJoker authored
-
- Sep 08, 2016
-
-
SmallJoker authored
-
paly2 authored
-
- Aug 30, 2016
-
-
est31 authored
-
Rui authored
Currently translated at 30.2% (271 of 895 strings) Don't end with '\n'.
-
Rui authored
Currently translated at 50.0% (448 of 895 strings) This is a merger of two commits.
-
Thomas Wagner Nielsen authored
Currently translated at 27.3% (245 of 895 strings)
-
bse666 authored
Currently translated at 98.5% (882 of 895 strings)
-
Mateusz Mendel authored
Currently translated at 42.4% (380 of 895 strings)
-
Jakub Mendel authored
Currently translated at 42.4% (380 of 895 strings)
-
Bruno Borges authored
Currently translated at 87.8% (786 of 895 strings) Enhancements
-
Bruno Borges authored
Currently translated at 64.9% (581 of 895 strings)
-
lisacvuk authored
Currently translated at 33.2% (298 of 895 strings)
-
Jean-Baptiste authored
Currently translated at 99.5% (891 of 895 strings)
-
Onyx Steinheim authored
Currently translated at 99.4% (890 of 895 strings) This is a merger of two commits.
-
Jeff Huang authored
Currently translated at 100.0% (895 of 895 strings)
-
Rui authored
-
est31 authored
-
- Aug 29, 2016
-
-
rubenwardy authored
Fixes #4397
-
red-001 authored
-
SmallJoker authored
Prevents duplicate names: 'NickName', 'nickname', 'NICKNAME'. Skips already registered users, so they can connect as usual.
-
- Aug 27, 2016
-
-
rubenwardy authored
-
rubenwardy authored
-