aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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
2014-12-28MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fi...fz72
2014-12-18Temporarily set default biome in builtinkwolekr
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-12-13Display serverlist flags as iconsKahrl
2014-12-12Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients...Craig Robbins
2014-12-11Fix undeclared globals in functions and shorten lines in misc_helpers.lua.paramat
2014-12-10Ignore .name directories and filesSmallJoker
2014-12-08Always escape user provided data in mainmenu fieldsKahrl
2014-12-06Add Lua helper functions vector.apply(v) math.sign(x, tolerance)SmallJoker
2014-12-04Make dropped items larger and rotate fasterCalinou
2014-11-27Add minetest.copy_table(table) To get rid off the "table references"SmallJoker
2014-11-26Fix some undeclared global variablesCraig Davison
2014-11-26Fix Android main menu crash, and user data directory check.Kodexky
2014-11-25Adjust the values of dirs1 and dirs2 so that rotate_and_place orients texture...dvere
2014-11-23Make duplicate warning checks file and line specificShadowNinja
2014-11-23Fix console spaming by debug function on mod checking for global variable to ...sapier
2014-11-21Update credits menuShadowNinja
2014-11-20Simplify loading of Android version of menuShadowNinja
2014-11-20Fix leaking global in texture pack menuShadowNinja
2014-11-19Add strict moduleShadowNinja
2014-11-19Tweak core.serializeShadowNinja
2014-11-14Improved VoxelArea variable locality, thus performanceWouters Dorian
2014-11-09Add tooltips to main menu subgames button barWuzzy
2014-11-08Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat
2014-11-08Fix dump() indentation with non-tab indentsShadowNinja
2014-11-08Add last_login field to auth.txtRyan Newell
2014-10-28Add notice when only minimal is installedrubenwardy
2014-10-09Change topleft text when switching subgames, fixes #1728Kahrl
2014-10-07Add a better error message when trying to teleport another player without bri...LeMagnesium
2014-10-02Add optional framed glasslike drawtypeBlockMen
2014-09-28Use round if falling node is misplacedSmallJoker
2014-09-21Make dump's output prettierShadowNinja
2014-09-21Fix wrong video_driver setting when changing in mainmenuSmallJoker
2014-08-24Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier
2014-08-23Add video driver selection to settings menu (based uppon idea from webdesigne...sapier