- Jan 19, 2016
-
-
Kahrl authored
-
- Jan 18, 2016
-
-
RealBadAngel authored
-
Duane Robertson authored
-
RealBadAngel authored
-
- Jan 16, 2016
-
-
Pinky Snow authored
corrected this bit reflect the function properly.
-
Rogier authored
The save button is now fully functional again when an error message is shown. After an invalid value is entered in the settings tab dialog, the GUI label for the error message that is shown was partly overlapping the 'save' button, so that the top half of the button could not be clicked on.
-
Duane Robertson authored
-
- Jan 15, 2016
-
-
sfan5 authored
fixes minetest/minetest_game#786
-
Kahrl authored
cloneMesh() has to use a switch in order to create a different mesh buffer type depending on vertex type. (Credit: the new cloneMesh was written by RealBadAngel.) To avoid repetitive code, all other methods use getVertexPitchFromType() to automatically adapt the indexing to the vertex type at runtime.
-
- Jan 14, 2016
-
-
Duane Robertson authored
-
paramat authored
-
- Jan 11, 2016
-
-
paramat authored
Lua_api.txt: Document 'minetest.registered_biomes' Minimal: Remove 'mapgen_air' alias Cavegen: Add fallback node for 'mapgen_ice' Dungeongen: Add fallback node for 'mapgen_river_water_source' Mgv5: Remove unnecessary '#include util/directiontables.h' Add missing 'this->'s in makeChunk() Mgv6: Edit empty line formatting Remove leading spaces in makeChunk() Add missing spaces after 'for' and 'if' Mgv7: Edit empty line formatting
-
- Jan 10, 2016
-
-
paramat authored
-
Rogier authored
Changes: - Accept setting an empty flags-type value in the settings tab if the variable specification permits it - Don't accept substrings of flag values E.g. with values: 'one,two,three', 'hree', 'w', etc. used to be accepted. Not any more - Don't accept flags with random pattern-matching special characters E.g. with values: 'one,two,three', 'on.', '(o)[n]e*' etc. used to be accepted. Not any more.
-
Rogier authored
- Accept numbers prefixed with '+' - Accept multiple spaces instead of just a single one where spaces are expected - Allow flags to have an empty default value
-
- Jan 09, 2016
-
-
ASL97 authored
-
ShadowNinja authored
I apparently forgot to add this file in my previous commit (bd40ee2b).
-
Dalai Felinto authored
The pageflip mode requires a stereo quadbuffer, and a modern graphic card. Patch tested with NVidia 3D Vision. The mini-map is not drawn, but that's what is done for topbottom and sidebyside modes as well. Also most of the time the user would prefer the HUD to be off. That's for the user to decide though, and toggle it manually. Finally, the interocular distance (aka eye separation) is twice as much as the "3d_paralax_strength" settings. I find this a strange design decision. I didn't want to chance this though, since it's how the other 3d modes interpret this settings.
-
Pavel Puchkin authored
-
sfan5 authored
-
Pinky Snow authored
Fixed spelling mistake!
-
gregorycu authored
-
Robert Zenz authored
-
slemonide authored
set_sky does work with on_joinplayer
-
- 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
-
-
ShadowNinja authored
* Add main page. * Organize into sections. * Add threading sources. * Include SpatialAreaStore, LevelDB/Redis, sound, FreeType, and cURL in output. * Add logo. * Fix project name hardcoding. * Remove PAPER_TYPE (only used when GENERATE_LATEX is enabled). * Have dot render graphs as SVG (smaller, and works even if dot's text drawing functionality is broken). * Enable built-in STL support. * Enable search bar. * Switch from header-bar based navigation to treeview based navigation. * Enable dynamic HTML (collapses graphs). * Enable generation timestamp.
-
- Jan 03, 2016
-
-
gregorycu authored
-
gregorycu authored
-
Robert Zenz authored
-
- 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 31, 2015
-
-
paramat authored
-
- 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
-