aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu/tab_server.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add keyword based search to serverlistred-0012017-01-151-1/+1
|
* Mainmenu: Refactor tab UI codeRui9142016-04-081-2/+2
| | | | | | - 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-101-3/+6
| | | | | - Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists
* Set server_announce to world.mt and respect modes when changing subgameSokomine2015-07-021-0/+3
|
* Fix single click world selectest312015-06-301-1/+1
|
* Fix bugs in mainmenujeanpatrick.guerrero@gmail.com2015-06-301-41/+8
|
* Save creative_mode and enable_damage setting for each world in world.mtfz722015-03-181-0/+44
| | | | Create Parameters on world initialisation and set settings of old worlds
* Remove vertlabels from main menu and relayout a bitKahrl2014-12-131-21/+21
|
* Always escape user provided data in mainmenu fieldsKahrl2014-12-081-4/+4
|
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-241-0/+6
| | | | | | | 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-171-1/+0
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-161-0/+173
Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews