aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation: Clarify global and mapgen-specific mapgen flagsparamat2016-03-111-10/+21
* Introduce "protection_bypass" privilege.Auke Kok2016-03-112-2/+5
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-091-0/+7
* Add AreaStore custom ID APIShadowNinja2016-03-071-0/+1
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-1/+9
* 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-051-1/+1
* Update settings tab + some misc. clean-upJean-Patrick Guerrero2016-03-052-129/+114
* Don't generate trailing spaces in minetest.conf.exampleest312016-02-271-1/+5
* Mapblock mesh: Allow to use VBORealBadAngel2016-02-261-0/+3
* Remove new_style_waterRealBadAngel2016-02-261-5/+0
* Add Lua interface to HTTPFetchRequestJeija2016-02-222-0/+23
* Camera: remove auto tune FPS, single view range settingRealBadAngel2016-02-211-13/+5
* Remove preload_item_visuals codeRealBadAngel2016-02-211-5/+0
* Restore simple settings tab and add advanced settings as dialogBlockMen2016-02-213-655/+1082
* Documentation: Remove now unused 'vertical spawn range'paramat2016-02-111-6/+0
* Initialize facedir and wallmounted tables only once.Diego Martinez2016-02-111-28/+29
* Log /clearobjects modeKahrl2016-02-111-1/+2
* Add '/clearobjects quick'Kahrl2016-02-111-1/+11
* Filmic HDR tone mappingRealBadAngel2016-02-091-0/+5
* Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel2016-02-081-3/+3
* builtin: Fix `print` crashing on nil "holes".Diego Martinez2016-02-081-1/+5
* Use meshes to display inventory itemsRealBadAngel2016-02-071-0/+3
* Add admin command which says who the administator is for the server.Splizard2016-02-041-0/+12
* Mgvalleys: use standard cavesDuane Robertson2016-01-311-27/+18
* New timer design.Auke Kok2016-01-291-58/+32
* Fix world config menu ignoring `name` in `mod.conf`.Diego Martinez2016-01-231-18/+18
* Show infotext with description for item entitiesRealBadAngel2016-01-181-0/+4
* Fix error message in settings tab overlapping 'save' buttonRogier2016-01-161-1/+1
* Add Valleys mapgen.Duane Robertson2016-01-141-0/+78
* Mgflat: Set blank default spflags. Unhideparamat2016-01-101-1/+1
* Fix the checking of flags values in the settings tabRogier2016-01-101-2/+2
* Improve parsing of setting types from settingtypes.txt for settings tabRogier2016-01-101-12/+24
* New 3D Mode: PageflipDalai Felinto2016-01-091-1/+2
* Liquids: Flow into and destroy 'floodable' nodesparamat2016-01-072-0/+2
* Alphabetical sorting of texture packs in menu (fixes #3487)jeanpatrick.guerrero@gmail.com2015-12-261-1/+5
* Fix missing localization for objHybridDog2015-12-201-11/+3
* Mgfractal: Add 3D and 4D fractalsparamat2015-12-151-20/+31
* Fix some setting documentationest312015-12-101-3/+3
* Add on_secondary_use when right clicking an item in the airAlex Ford2015-12-022-0/+8
* Simplify regex used in check_modname_prefix and other improvements.Robert Zenz2015-11-241-4/+8
* Mgfractal: Move julia set selection into formula parameterparamat2015-11-231-16/+20
* Mapgen: Add global 'decorations' flagparamat2015-11-211-3/+4
* Log static_spawn error only onceRui2015-11-211-15/+7
* Mgfractal: Revert unnecessary duplication of parametersparamat2015-11-151-28/+13
* Mgfractal: Create a choice of 4 mandelbrot formulasparamat2015-11-141-1/+6
* Mgv6: Move global mapgen flag 'flat' into mgv6 spflagsparamat2015-11-131-3/+3
* Add the player name to dropped itemsRobert Zenz2015-11-122-2/+5
* Mapgen: Add flat mapgen in hidden formparamat2015-11-111-1/+40