summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_mods.lua
Commit message (Collapse)AuthorAge
* Fix core.wrap_text and make its behaviour consistent with the docssfan52018-06-03
| | | | Code based on initial implementation by @dsohler.
* CSM: Document forgotten functionsSmallJoker2017-05-16
|
* Use tree to list mods rather than textlistrubenwardy2017-02-10
|
* Separate optional from required mod dependencies in main menu (#4721)Wuzzy2016-11-05
| | | | | | * Separate optional from require dep's in main menu * Simplify modmgr mod dependency listing code
* Mainmenu: Remove space under mod listRui2016-05-01
|
* Mainmenu: Refactor tab UI codeRui9142016-04-08
| | | | | | - Use local variables for tabs in place of globals - Merge together if statements where possible - Replace manual table searching code with indexof where possible
* Faster insertion into tableRui9142016-03-06
|
* Client: disable mmdb modstoreest312015-08-19
| | | | | The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community.
* Minor fixes in translationsngosang2015-02-12
|
* Fix tab_mods.lua: default screenshot patchRui2015-02-12
| | | | | https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-13
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews