summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_singleplayer.lua
Commit message (Collapse)AuthorAge
* Use a settings object for the main settingsShadowNinja2017-05-06
| | | | | | | 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.
* Add keyword based search to serverlistred-0012017-01-15
|
* 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
* Fix remnant bugs on mainmenujp2015-07-10
| | | | | - Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists
* Fix attempt to start a world when no world is selected/createdjeanpatrick.guerrero@gmail.com2015-07-04
|
* Set server_announce to world.mt and respect modes when changing subgameSokomine2015-07-02
|
* Fix single click world selectest312015-06-30
|
* Fix bugs in mainmenujeanpatrick.guerrero@gmail.com2015-06-30
|
* Save creative_mode and enable_damage setting for each world in world.mtfz722015-03-18
| | | | Create Parameters on world initialisation and set settings of old worlds
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-13
|
* Add tooltips to main menu subgames button barWuzzy2014-11-09
|
* Change topleft text when switching subgames, fixes #1728Kahrl2014-10-09
|
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-24
| | | | | | | Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button
* Fix singleplayer dialogs missing game customizationsapier2014-05-17
|
* 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