- Jan 08, 2016
-
-
est31 authored
Previously, we assumed that reply->str was NULL terminated. However, this turned out to be not true, as users reported crashes in strlen connected to where reply->str was appended to an std::string. Use the method recomended by the docs, to read the length separately.
-
- Jan 07, 2016
-
-
paramat authored
Add new node property 'floodable', default false Define "air" as floodable = true in C++ and lua
-
- Jan 04, 2016
-
- Jan 03, 2016
- Jan 01, 2016
-
-
Perttu Ahola authored
Removing the target file on other platforms was enabled likely unintentionally by commit 5f1f1151. This may be the reason why there has been corruption of files on Linux on hard shutdowns. Previously I described the problem and this fix in issue #3084.
-
- Dec 30, 2015
-
-
ShadowNinja authored
If an `XDG_CACHE_HOME` can't be found or `RUN_IN_PLACE` is enabled, `path_cache` is left at its default of `$PATH_USER/cache` (at a time when `PATH_USER` is `..`), rather than being reset to `$PATH_USER/cache` after `PATH_USER` has been properly set.
-
Rogier authored
And replace manual tests for error with SQLOK() where possible.
-
Rogier authored
This allows other applications (e.g. minetestmapper) to interrogate the database while minetest is running, without causing an almost certain minetest crash.
- 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
-