aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add minetest.register_lbm() to run code on block load onlyest312016-03-0712-25/+493
* Use LuaErrors in security check macrosShadowNinja2016-03-072-5/+3
* Settings Tab: Regroup dropdown datas in tablesJean-Patrick Guerrero2016-03-061-129/+113
* Faster insertion into tableRui9142016-03-0613-45/+48
* Add forgotten valleys mapgen in mapgen nameMuhammad Rifqi Priyo Susanto2016-03-052-2/+2
* Update settings tab + some misc. clean-upJean-Patrick Guerrero2016-03-052-129/+114
* Update Android dependencies, -O3 optimization, remove old ARMv5 configMaksim Gamarnik2016-03-053-27/+17
* Mgvalleys: Correct spawn problemsDuane Robertson2016-03-041-1/+1
* Decoration API: Allow force_placement of simple decorationsparamat2016-03-042-3/+7
* Require minetest.request_http_api to be called from the mod's main scopeJeija2016-03-032-3/+20
* Fix main menu being unable to set secure settingsShadowNinja2016-03-031-3/+4
* Remove debug.getupvalue from the Lua sandbox whitelistShadowNinja2016-03-031-1/+0
* Add support for non-ASCII characters to chat consoleShadowNinja2016-03-021-3/+6
* Add Android chat formShadowNinja2016-03-021-10/+29
* Add text selection and copying to consoleShadowNinja2016-03-023-59/+103
* Unlock cursor when opening consoleShadowNinja2016-03-025-23/+26
* Use the console instead of a dedicated window when pressing keymap_chat/cmdEsteban I. Ruiz Moreno2016-03-026-99/+97
* Fix a mistake in the world format documentationAleksey Vorona2016-03-031-1/+1
* Revert "Fix jumping at node edge"nerzhul2016-03-011-17/+49
* Resize object_marker_red.png to 16x16ShadowNinja2016-02-281-0/+0
* Nodedef: Restore smooth lighting to waterparamat2016-02-271-1/+1
* Mgvalleys: Add Dry RiverbedsDuane Robertson2016-02-271-35/+105
* Update po files, minetest.conf.example and settings_translation_file.cppest312016-02-2732-9563/+20794
* Don't generate trailing spaces in minetest.conf.exampleest312016-02-271-1/+5
* Translated using Weblate (Russian)Dmitry Smirnov2016-02-271-139/+345
* Translated using Weblate (Russian)Vasily Pavlov2016-02-271-10/+6
* Translated using Weblate (Spanish)Miguel Isaac2016-02-271-15/+29
* Translated using Weblate (Catalan)Joan Ciprià Moreno2016-02-271-36/+67
* Translated using Weblate (Spanish)Laura Arjona Reina2016-02-271-4/+13
* Translated using Weblate (Portuguese (Brazil))Bruno Borges2016-02-271-158/+323
* Translated using Weblate (Polish)Amadeo2016-02-271-23/+24
* Translated using Weblate (Ukrainian)Fixer2016-02-271-81/+94
* Translated using Weblate (Spanish)Diego Martínez2016-02-271-3/+3
* Translated using Weblate (Italian)Paolo DGZ2016-02-271-11/+6
* Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto2016-02-271-37/+58
* Translated using Weblate (Hungarian)Kisbenedek Márton2016-02-271-288/+437
* Fix minetest.request_insecure_environment() always returning nilJeija2016-02-261-2/+3
* Mapblock mesh: Allow to use VBORealBadAngel2016-02-264-10/+26
* Remove new_style_waterRealBadAngel2016-02-265-41/+17
* Cache some settingsrubenwardy2016-02-262-25/+24
* Add dependencies for Fedora systemsNathaniel Olsen2016-02-251-0/+6
* Shaders: fix fog not affecting opaque liquidsRealBadAngel2016-02-231-1/+1
* Sheet Ore: Eliminate crash caused by PcgRandom range max < minparamat2016-02-231-4/+9
* GOTBLOCKS & DELETEBLOCKS: test packet size only oncenerzhul2016-02-231-9/+10
* Fix android buildest312016-02-231-0/+1
* Reset block send timer when invoking setBlock(s)NotSent()orwell962016-02-221-0/+2
* Android: hardcode leveldb revisionest312016-02-221-0/+3
* Fix getting pointed nodeRealBadAngel2016-02-221-59/+77
* Add Lua interface to HTTPFetchRequestJeija2016-02-2212-1/+357
* Fix HTTPFetchRequest performing a GET request if post_data is suppliedJeija2016-02-221-1/+1