aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-05-12Add code to support raillike group namesNovatux
2015-04-26Fix minetest.clear_* creating new LOCAL table instead of clearing the existin...Tomas Brod
2015-04-26Remove fly mode in simple main menuMuhammad Rifqi Priyo Susanto
2015-04-21Add minetest.global_exists()ShadowNinja
2015-04-05Add reason to kicked log message and use present tenseest31
2015-03-30Let main menu scale (non-Android)Craig Robbins
2015-03-29Update creditsCraig Robbins
2015-03-25Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7aLoic Blot
2015-03-18Save creative_mode and enable_damage setting for each world in world.mtfz72
2015-03-16Android: Fix auto-entry of server address and port in mainmenuest31
2015-03-05Radius parameter for /deleteblocks hereSmallJoker
2015-02-27Add /setpassword and /clearpassword loggingest31
2015-02-21Fix serialization of floating point numbersShadowNinja
2015-02-18Add modname convention checkingNovatux
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est31
2015-02-18Use fixed size for builtin menus on non-android platformsPerttu Ahola
2015-02-18Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot
2015-02-18Fix map_seed not changed when creating a new world after login to anotherfz72
2015-02-16Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy
2015-02-14Fix issue #2278, Connection sent before address data loadingLoic Blot
2015-02-14Fix crash on passing false as value in table to table.copy(t)est31
2015-02-12Minor fixes in translationsngosang
2015-02-12Fix store.lua bug: default screenshotRui
2015-02-12Fix tab_mods.lua: default screenshot patchRui
2015-02-11Fix 'Download complete' dialog in the mods storengosang
2015-02-08Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...kwolekr
2015-02-04Change assignment to global in a function to warningrubenwardy
2015-01-27Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr
2015-01-25Fix imprecise serialization of large numbersShadowNinja
2015-01-21Allow filter and mipmap drop down menues to be translatedCraig Robbins
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-18Revert "Fix style on settings tab"kwolekr
2015-01-18Fix style on settings tabjeanpatrick.guerrero@gmail.com
2015-01-15Simplify deleteblocks chat command argument parsingkwolekr
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2015-01-15Fix typo in `serialize.lua`.Diego Martínez
2015-01-15Add missing return value for filter/mipmap dropdown in mainmenukilbith
2015-01-15Small tweaking (alignement - client tab)kilbith
2015-01-15Reorganizing client and server tabsjeanpatrick.guerrero@gmail.com
2015-01-13builtin: Unify register wrapper functions and wrap clear_registered_* functio...kwolekr
2015-01-11Remove builtin_biome.lua from builtin and add simple biome minimalparamat
2015-01-09Remove automatic consistent formspec size <-> font size (now has to be done m...sapier
2015-01-05Add registered_ores and registered_decorationsShadowNinja
2015-01-04Fix off-by-one error in `string:split` implementation.Diego Martínez
2015-01-04Fix forgotten favourite list image update of simple menusapier
2015-01-04Re-add lost way to debug simple menu on PCsapier
2014-12-29Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr
2014-12-29Expose mapgen parameters on scripting initkwolekr
2014-12-30Ignore downloaded public serverlist if public_serverlist is falseKahrl
2014-12-28Faster string.split implementation.Diego Martinez