aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-06-03Initial Gamepad supportest31
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-31Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade9
2016-05-30protection_bypass priv can now be revoked in singleplayer (#4169)Sokomine
2016-05-22Item entities: Don't show description as infotextparamat
2016-05-17Add on_punchnode callbackWayward One
2016-05-16Documentation: Remove incorrect and excessive mapgen flags textparamat
2016-05-14Android: Re-add button to remove singleplayer worldest31
2016-05-13Mainmenu: don't show change keys dialog on androidest31
2016-05-13Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on fi...Rui
2016-05-09Update credits tabest31
2016-05-01Mainmenu: Remove space under mod listRui
2016-04-28Mapgen: Make 3D noise tunnels' width settableparamat
2016-04-29Avoid teleporting player if /teleport coords are out-of-rangetenplus1
2016-04-28Android menu: Unified serverlistkilbith
2016-04-28Builtin: Add basic_privs settingrubenwardy
2016-04-28Mainmenu: Standardize the menu button order and sizesSmallJoker
2016-04-22Fix mainmenu code downloading the public serverlist twice.Ekdohibs
2016-04-21Textures: Replace menu background fallback dirt_bg.png with empty sky textureparamat
2016-04-21Fix timer initialization.Auke Kok
2016-04-20Mainmenu: Code cleaningkilbith
2016-04-20Mainmenu: Unify favorite servers with main serverlistkilbith
2016-04-20falling: walk 4 additional diagonally down directions.Auke Kok
2016-04-15Mainmenu: Still support favorites if send_pre_v25_init is disabledest31
2016-04-15mainmenu: Tidy up logic in is_server_protocol_compat() (#3997)SmallJoker
2016-04-14Add option to disable entity selectionboxes. (#3992)TriBlade9
2016-04-11Convert nodeupdate to non-recursiveAuke Kok
2016-04-08Mainmenu: Refactor tab UI codeRui914
2016-03-31Mainmenu: Move description.txt textbox downRui914
2016-03-30Mgv7: Decrease cliff steepnessparamat
2016-03-29stop falling.lua errortenplus1
2016-03-25Falling: Set acceleration on step againRui
2016-03-24Credits: Make that easy to add/removeRui
2016-03-24Make `options` local here.Auke Kok
2016-03-19Builtin/game/falling: Re-add comma removed by recent commitparamat
2016-03-19Set acceleration only once in falling nodeRui914
2016-03-19Allow NodeTimer, ABM and block mgmt interval changes.Auke Kok
2016-03-15Add option to not send pre v25 init packetest31
2016-03-12Add options for screenshot format and qualityDiego Martinez
2016-03-11Documentation: Clarify global and mapgen-specific mapgen flagsparamat
2016-03-11Introduce "protection_bypass" privilege.Auke Kok
2016-03-09Add consistent monotonic day counter - get_day_count()Auke Kok
2016-03-07Add AreaStore custom ID APIShadowNinja
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2016-03-06Settings Tab: Regroup dropdown datas in tablesJean-Patrick Guerrero
2016-03-06Faster insertion into tableRui914
2016-03-05Add forgotten valleys mapgen in mapgen nameMuhammad Rifqi Priyo Susanto
2016-03-05Update settings tab + some misc. clean-upJean-Patrick Guerrero
2016-02-27Don't generate trailing spaces in minetest.conf.exampleest31
2016-02-26Mapblock mesh: Allow to use VBORealBadAngel