aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_texturepacks.lua
AgeCommit message (Collapse)Author
2018-04-19Add online content repositoryrubenwardy
Replaces mods and texture pack tabs with a single content tab
2017-11-14Mainmenu: Make capitalisation consistent in mainmenu and advanced settingsezhh
2017-08-13Add short description for disabled texture packsWuzzy
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2016-09-19Fix a typo and use proper deprecation notification systemest31
Fix a typo pointed out by @thecow275. Also, use the deprecated notification system which respects the deprecated_lua_api_handling setting.
2016-07-27Main menu, lua_api.txt: Fix mod/texture pack screenshot size issuesWuzzy
Recommend mod screenshot size in lua_api.txt Adjust displayed screenshot size of texture packs Document texture pack files in lua_api.txt
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