<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/mainmenu/tab_server.lua, branch 0.4.16</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.16</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.16'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-05-21T08:07:05+00:00</updated>
<entry>
<title>Menu: Merge singleplayer and server tabs (#5627)</title>
<updated>2017-05-21T08:07:05+00:00</updated>
<author>
<name>Elijah Duffy</name>
<email>enduffy2014@outlook.com</email>
</author>
<published>2017-05-21T08:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4dc97eb99fdbeec186cce5b03c64fb1df319d19d'/>
<id>urn:sha1:4dc97eb99fdbeec186cce5b03c64fb1df319d19d</id>
<content type='text'>
Rename "Singleplayer" tab to "Play" and remove "Server" tab placing server functionality under a "Host Game" checkbox in "Play."</content>
</entry>
<entry>
<title>Use a settings object for the main settings</title>
<updated>2017-05-06T19:33:19+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-12-12T19:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=43d1f375d18a2fbc547a9b4f23d1354d645856ca'/>
<id>urn:sha1:43d1f375d18a2fbc547a9b4f23d1354d645856ca</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add keyword based search to serverlist</title>
<updated>2017-01-15T21:43:47+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2017-01-06T20:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f3bd4c405df6bce64b7a98789d825eeac9c279b2'/>
<id>urn:sha1:f3bd4c405df6bce64b7a98789d825eeac9c279b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mainmenu: Refactor tab UI code</title>
<updated>2016-04-08T06:25:04+00:00</updated>
<author>
<name>Rui914</name>
<email>rui914t@gmail.com</email>
</author>
<published>2016-03-31T08:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=92d4a738435c4b8d5944375c596befcc15b3f47c'/>
<id>urn:sha1:92d4a738435c4b8d5944375c596befcc15b3f47c</id>
<content type='text'>
 - Use local variables for tabs in place of globals
 - Merge together if statements where possible
 - Replace manual table searching code with indexof where possible
</content>
</entry>
<entry>
<title>Fix remnant bugs on mainmenu</title>
<updated>2015-07-10T20:52:57+00:00</updated>
<author>
<name>jp</name>
<email>jeanpatrick.guerrero@gmail.com</email>
</author>
<published>2015-07-04T15:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c3dead719ae737a2e61f7e0e81cfc1b614790edd'/>
<id>urn:sha1:c3dead719ae737a2e61f7e0e81cfc1b614790edd</id>
<content type='text'>
- Stop attempting to start a world when no world's created/selected in server tab
- Better world's indexes handling between subgames lists
</content>
</entry>
<entry>
<title>Set server_announce to world.mt and respect modes when changing subgame</title>
<updated>2015-07-02T21:03:42+00:00</updated>
<author>
<name>Sokomine</name>
<email>wegwerf@anarres.dyndns.org</email>
</author>
<published>2015-07-02T14:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0a0378fecef5c6b4be6d034d8bced2a1568dde81'/>
<id>urn:sha1:0a0378fecef5c6b4be6d034d8bced2a1568dde81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix single click world select</title>
<updated>2015-06-30T18:09:29+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-06-30T17:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=29b0dc89e6789bce8663b74feeb32f1961a784d7'/>
<id>urn:sha1:29b0dc89e6789bce8663b74feeb32f1961a784d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bugs in mainmenu</title>
<updated>2015-06-30T16:11:38+00:00</updated>
<author>
<name>jeanpatrick.guerrero@gmail.com</name>
<email>jeanpatrick.guerrero@gmail.com</email>
</author>
<published>2015-06-29T13:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=85f3d575ec3d99ef2ce680d4a2546e4d31327d83'/>
<id>urn:sha1:85f3d575ec3d99ef2ce680d4a2546e4d31327d83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Save creative_mode and enable_damage setting for each world in world.mt</title>
<updated>2015-03-18T08:53:24+00:00</updated>
<author>
<name>fz72</name>
<email>fz72@gmx.de</email>
</author>
<published>2015-03-15T13:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a'/>
<id>urn:sha1:8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a</id>
<content type='text'>
Create Parameters on world initialisation and set settings of old worlds
</content>
</entry>
<entry>
<title>Remove vertlabels from main menu and relayout a bit</title>
<updated>2014-12-12T23:33:38+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2014-12-07T21:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=581efea60e8fad18b9a2fc9d544f014e2ac693f8'/>
<id>urn:sha1:581efea60e8fad18b9a2fc9d544f014e2ac693f8</id>
<content type='text'>
</content>
</entry>
</feed>
