<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/gui, branch mirror_hands</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=mirror_hands</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=mirror_hands'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2022-07-14T18:51:01+00:00</updated>
<entry>
<title>GUIFormSpecMenu: Fix label multiline translation (#12527)</title>
<updated>2022-07-14T18:51:01+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2022-07-14T18:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f4c6ed863d6231e184f1d003b4b3f6e8380e6bba'/>
<id>urn:sha1:f4c6ed863d6231e184f1d003b4b3f6e8380e6bba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GUIFormSpecMenu: Fix parameter order</title>
<updated>2022-07-10T13:34:53+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2022-07-10T13:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8724fe6e3fc2b6c0b78123f1f95fd8c6c6817dd5'/>
<id>urn:sha1:8724fe6e3fc2b6c0b78123f1f95fd8c6c6817dd5</id>
<content type='text'>
Fixes a regression caused by e51f47461 because C++ implicitly converts boolean to float. no matter what.
</content>
</entry>
<entry>
<title>Sounds: Various little improvements (#12486)</title>
<updated>2022-07-09T20:32:24+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2022-07-09T20:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e51f474613c5d4bd53a8d213785bcb51f5cf447f'/>
<id>urn:sha1:e51f474613c5d4bd53a8d213785bcb51f5cf447f</id>
<content type='text'>
Use SimpleSoundSpec where reasonable (OpenAL)
Ensure the sound IDs do not underflow or get overwritten -&gt; loop in u16
Proper use of an enum.</content>
</entry>
<entry>
<title>Enforce limits of settings that could cause buggy behaviour (#12450)</title>
<updated>2022-07-09T20:32:08+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2022-07-09T20:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=051181fa6ee00d8379e8a7dc7442b58342d4352b'/>
<id>urn:sha1:051181fa6ee00d8379e8a7dc7442b58342d4352b</id>
<content type='text'>
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).</content>
</entry>
<entry>
<title>FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453)</title>
<updated>2022-07-03T12:52:26+00:00</updated>
<author>
<name>Vincent Robinson</name>
<email>robinsonvincent89@gmail.com</email>
</author>
<published>2022-07-03T12:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f7bcf7fa46a634653e50f9e580faf2a53ab50e88'/>
<id>urn:sha1:f7bcf7fa46a634653e50f9e580faf2a53ab50e88</id>
<content type='text'>
* FormSpec: 9-slice images and animated_images

* Add fgimg_middle; clean up code

* Address issues, add tests

* Fix stupid error; bump formspec version

* Re-add image[] elements without a size</content>
</entry>
<entry>
<title>Re-order sound-related code (#12382)</title>
<updated>2022-06-20T19:56:12+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2022-06-20T19:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a463620edbe57071a7101297d33226507567ca73'/>
<id>urn:sha1:a463620edbe57071a7101297d33226507567ca73</id>
<content type='text'>
Dropped ServerSoundParams -&gt; moved to ServerPlayingSound. This gets rid of the duplicated
'fade' and 'pitch' values on server-side where only one was used anyway.
SimpleSoundSpec is the basic sound without positional information, hence 'loop' is included.

Recursively added PROTOCOL_VERSION to most functions to reduce the versioning mess in the
future. Per-type version numbers are kept for now as a safety rope in a special case.</content>
</entry>
<entry>
<title>Fix Android input box crash</title>
<updated>2022-06-14T17:22:22+00:00</updated>
<author>
<name>ROllerozxa</name>
<email>temporaryemail4meh+github@gmail.com</email>
</author>
<published>2022-06-13T17:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=992f501159b2fc6c5878d86cc477413250b4efa2'/>
<id>urn:sha1:992f501159b2fc6c5878d86cc477413250b4efa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add register dialog to separate login/register (#12185)</title>
<updated>2022-06-05T15:47:38+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2022-06-05T15:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=03d86ea0b4900cd0394649597d278d465512d629'/>
<id>urn:sha1:03d86ea0b4900cd0394649597d278d465512d629</id>
<content type='text'>
New users find Minetest's account system confusing.
This change moves username/password to a new dialog,
with login and register buttons added to the Join Game tab.

The old registration confirmation dialog is removed in
favour of the new dialog.

Fixes #8138</content>
</entry>
<entry>
<title>Improve a translation string</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-25T16:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0c6a02941320cb089a5965857866ff064ba986b6'/>
<id>urn:sha1:0c6a02941320cb089a5965857866ff064ba986b6</id>
<content type='text'>
fixes #11442
</content>
</entry>
<entry>
<title>Replace all uses of core::list with std::list (#12313)</title>
<updated>2022-05-21T22:11:59+00:00</updated>
<author>
<name>paradust7</name>
<email>102263465+paradust7@users.noreply.github.com</email>
</author>
<published>2022-05-21T22:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9f338f5a56e5adee3d11d59827f7e2b8a714e6c2'/>
<id>urn:sha1:9f338f5a56e5adee3d11d59827f7e2b8a714e6c2</id>
<content type='text'>
</content>
</entry>
</feed>
