- Dec 29, 2015
-
-
qiukeren authored
-
sapier authored
-
sapier authored
-
sapier authored
-
est31 authored
Before, minetest.request_shutdown didn't shut down singleplayer instances or server instances from the server tab. This commit fixes this. Fixes #3489.
-
est31 authored
-> Redis backend: break from switch to fix bug -> Dummy and redis backends: reserve the count so that creating the list is faster
-
- Dec 21, 2015
-
-
sapier authored
-
- Dec 20, 2015
-
- Dec 19, 2015
-
-
Sapier authored
-
- Dec 18, 2015
-
-
Sapier authored
-
- Dec 17, 2015
-
-
sapier authored
-
- Dec 15, 2015
-
-
BlockMen authored
or change the nametag text of players
-
asl97 authored
-
paramat authored
3D Mandelbrot/Mandelbar 3D Christmas Tree 3D Mandelbulb 3D Cosine Mandelbulb 4D Mandelbulb Plus corresponding julia set for each Add credits for formulas Rename parameter 'formula' to 'fractal' Speed optimisations
-
- Dec 11, 2015
-
-
BlockMen authored
-
- Dec 10, 2015
-
-
est31 authored
* Horizontal and vertical are used wrongly. Use height and width because horizontal/vertical describes different things. Thanks @kilbith for pointing out. * Update minetest.conf.example and settings_translation_file.cpp * Correct maximum/minimum copy paste mistake.
-
- Dec 07, 2015
-
-
ShadowNinja authored
On non-windows platforms this just used a semaphore, which meant that multiple calls to signal() would result in wait() returning multiple times.
-
ShadowNinja authored
This is set to the XDG cache path where possible. It's set to the app's cache path on Android.
-
paramat authored
To terminate unwanted shadows from floatlands or realms above Also add to LuaVoxelManip calc_lighting for use in mapgen mods Remove the 2 argument calcLighting, mapgens now use the 5 argument form to specify the volumes for propagateSunlight and spreadLight In mgsinglenode replace calcLighting with setLighting and clean-up use of tabs and spaces
-
- Dec 06, 2015
-
-
Jun Zhang authored
-
- Dec 05, 2015
-
-
Ferdinand Thiessen authored
On openSUSE luajit is not detected correctly. This is because openSUSE is using a lua version suffix, like other Linux distributions do it also. So the include directory is: include/luajit-5_1-2.0
-
- Dec 03, 2015
-
-
Ferdinand Thiessen authored
openSUSE sets that option to ON. Fixes #3420.
-
- Dec 02, 2015
- Dec 01, 2015
- Nov 29, 2015
-
-
paramat authored
For future river mapgens Dungeons will not generate in river water, to avoid dungeons filling and blocking river channels
-
- Nov 24, 2015
-
-
Aaron Suen authored
-
- Nov 23, 2015
-
-
paramat authored
Improve default parameters Update and improve documentation Unhide mapgen, but is still unstable
-
- Nov 22, 2015
-
- Nov 21, 2015
-
-
paramat authored
Flag is set by default in MapgenParams The global 'trees' flag remains but is now undocumented and unset by default in MapgenParams Add mgv6_spflag 'trees' set by default in defaultsettings.cpp to affect new worlds only This is automatically backwards compatible for existing worlds
-
- Nov 15, 2015
- Nov 14, 2015
-
-
est31 authored
* Remove trailing lines from src/sound_openal.cpp * Don't do a horribly ugly copy of the file's path, allocating and deallocating a 10 kb buffer in the process. This copy was needed for backwards compatibility with libvorbis 1.3.1 and earlier, as the removed comment explains. However, even Ubuntu precise has 1.3.2 already. Dropping support and sparing the ugly copy can therefore be considered safe. * Actually load sounds from the memory, not caching them at the disk first, removing the old hack. This is the main motivation for the commit.
-
paramat authored
For a decoration count between 0 and 1 calculate a chance for 1
-