<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/client, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-05-09T18:48:42+00:00</updated>
<entry>
<title>Add [resize texture modifier Resizes the texture to the given dimensions.</title>
<updated>2016-05-09T18:48:42+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2016-05-03T18:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=53e9587861fdf8c588f7e51eca522215167250b4'/>
<id>urn:sha1:53e9587861fdf8c588f7e51eca522215167250b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tile.cpp: Automatically upscale lower resolution texture</title>
<updated>2016-04-25T05:39:32+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2016-04-21T19:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2'/>
<id>urn:sha1:31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add and disable blit_with_interpolate_overlay</title>
<updated>2016-04-07T08:01:43+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2016-04-07T08:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c3993f6604a646b42c1586219c471acb6d9895c6'/>
<id>urn:sha1:c3993f6604a646b42c1586219c471acb6d9895c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compiler warnings from "Add an option to colorize to respect the destination alpha"</title>
<updated>2016-04-05T22:36:24+00:00</updated>
<author>
<name>Samuel Sieb</name>
<email>samuel-github@sieb.net</email>
</author>
<published>2016-04-05T22:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=24b32ab09d1967866ddc092cadc6f6d678dac0c6'/>
<id>urn:sha1:24b32ab09d1967866ddc092cadc6f6d678dac0c6</id>
<content type='text'>
Fix warnings added by commit 01ae43c48009f816f4649fae2f7f6997452aa6cf

Fixes #3952</content>
</entry>
<entry>
<title>Add an option to colorize to respect the destination alpha</title>
<updated>2016-04-03T08:24:28+00:00</updated>
<author>
<name>Samuel Sieb</name>
<email>samuel@sieb.net</email>
</author>
<published>2016-04-03T06:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=01ae43c48009f816f4649fae2f7f6997452aa6cf'/>
<id>urn:sha1:01ae43c48009f816f4649fae2f7f6997452aa6cf</id>
<content type='text'>
Also, rework the colorizing code to be more efficient.
</content>
</entry>
<entry>
<title>Clean up Strfnd</title>
<updated>2016-03-20T01:27:57+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-03-19T16:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93887043d9443ba6627fea68921994d0f1896517'/>
<id>urn:sha1:93887043d9443ba6627fea68921994d0f1896517</id>
<content type='text'>
Changes:
  * Fix indentation.
  * Pass strings by const reference.
  * Merge Strfnd and WStrfnd into one class instead of copying them.
  * Remove trailing spaces.
  * Fix variable names.
  * Move to util.
  * Other miscellaneous style fixes.
</content>
</entry>
<entry>
<title>Fix two reconnect bugs</title>
<updated>2016-03-15T07:55:45+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-03-15T07:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2607b97b4f2b41767d7a010e9376d3e7f578cb71'/>
<id>urn:sha1:2607b97b4f2b41767d7a010e9376d3e7f578cb71</id>
<content type='text'>
Fix two bugs related to the reconnect feature
introduced by commit

3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7 "Optional reconnect functionality"

1. Set the password to the stored one

Before, we have done the reconnect attempt with a
cleared password, so using the feature would only
work if you had an empty password.
Thanks to @orwell96 for reporting the bug.

2. Reset the reconnect_requested flag after its use

the_game only writes to the reconect_requested flag
if it sets it to true. It never sets it to false.
If the flag is not reset after its use, all "reset"s
to the main menu will look like the server had
requested a reconnect.
</content>
</entry>
<entry>
<title>v2d &amp; aabbox3d&lt;f32&gt; &amp; sky cleanups</title>
<updated>2016-02-11T15:55:15+00:00</updated>
<author>
<name>nerzhul</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2016-02-11T14:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fefa148d694364cb4c60fbb4ffdc0f8ae6388df6'/>
<id>urn:sha1:fefa148d694364cb4c60fbb4ffdc0f8ae6388df6</id>
<content type='text'>
* Sky: rename Box =&gt; m_box and inline getBoundingBox
* Uniformize aabbox3d&lt;f32&gt; to aabb3f
</content>
</entry>
<entry>
<title>Fix texture tear issue</title>
<updated>2016-01-23T05:01:57+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>maciej.kasatkin@o2.pl</email>
</author>
<published>2016-01-21T15:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=52eea799285998d9d9595945f89c27a0be64b090'/>
<id>urn:sha1:52eea799285998d9d9595945f89c27a0be64b090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New 3D Mode: Pageflip</title>
<updated>2016-01-09T15:52:29+00:00</updated>
<author>
<name>Dalai Felinto</name>
<email>dfelinto@gmail.com</email>
</author>
<published>2015-12-14T21:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9943ae3f1a4fa1b687c780419b7f3a2d8091abe0'/>
<id>urn:sha1:9943ae3f1a4fa1b687c780419b7f3a2d8091abe0</id>
<content type='text'>
The pageflip mode requires a stereo quadbuffer, and a modern graphic
card. Patch tested with NVidia 3D Vision.

The mini-map is not drawn, but that's what is done for topbottom and
sidebyside modes as well.

Also most of the time the user would prefer the HUD to be off. That's
for the user to decide though, and toggle it manually.

Finally, the interocular distance (aka eye separation) is twice as much
as the "3d_paralax_strength" settings. I find this a strange design
decision. I didn't want to chance this though, since it's how the other
3d modes interpret this settings.
</content>
</entry>
</feed>
