aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_texturepacks.lua
AgeCommit message (Collapse)Author
2016-04-08Mainmenu: Refactor tab UI codeRui914
- Use local variables for tabs in place of globals - Merge together if statements where possible - Replace manual table searching code with indexof where possible
2016-03-31Mainmenu: Move description.txt textbox downRui914
Additionally, fix misc. code style issues
2016-03-06Faster insertion into tableRui914
2015-12-26Alphabetical sorting of texture packs in menu (fixes #3487)jeanpatrick.guerrero@gmail.com
2015-10-31minetest. to core.Rui914
2015-08-25Use gettext to "None" of texture pack listRui914
2015-07-18Change texture pack description file nameExcaliburZero
Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs. Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
2015-05-16Add core.get_dir_listShadowNinja
2014-12-13Remove vertlabels from main menu and relayout a bitKahrl
2014-12-10Ignore .name directories and filesSmallJoker
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-11-20Fix leaking global in texture pack menuShadowNinja
2014-05-16Add formspec toolkit and refactor mainmenu to use itsapier
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews