<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/util, branch 0.4.17</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-06-03T15:32:00+00:00</updated>
<entry>
<title>Backport buildbot win32 scripts too</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-05-21T21:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=aac35a6e7c9c492ca1f8112a6ea55e06e36ef0e4'/>
<id>urn:sha1:aac35a6e7c9c492ca1f8112a6ea55e06e36ef0e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update macosx build from master</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-05-21T19:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=04fe8cc0a2563f9ea7566323679e7b4de177c9ec'/>
<id>urn:sha1:04fe8cc0a2563f9ea7566323679e7b4de177c9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix windows toolchain due to missing packages, upgrade to more recent toolchain</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-05-21T19:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=24abdf45b98be8d7120d722be8279d268a16f65a'/>
<id>urn:sha1:24abdf45b98be8d7120d722be8279d268a16f65a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert version scheme changes</title>
<updated>2017-11-20T18:28:58+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2017-11-20T18:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=87b94518207381da10344d9fe08269687da36de5'/>
<id>urn:sha1:87b94518207381da10344d9fe08269687da36de5</id>
<content type='text'>
This reverts commit 41b7823057bdaddd760f932dce802719301c3a0f.
This reverts commit 7968f1ddaa67432719d5becdda5ca8bec58faa47.
</content>
</entry>
<entry>
<title>New version scheme (#6292)</title>
<updated>2017-08-20T15:25:07+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-20T15:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7968f1ddaa67432719d5becdda5ca8bec58faa47'/>
<id>urn:sha1:7968f1ddaa67432719d5becdda5ca8bec58faa47</id>
<content type='text'>
* Version changes: current dev version is now 0.4.17

* This change permit to have multi branches with various versions
* Dev version is 0.4.17-dev and next release will be 0.4.17
</content>
</entry>
<entry>
<title>LINT fix &amp; check all files with clang-format</title>
<updated>2017-05-22T05:28:35+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-05-22T05:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=05309229b847ea4f289328890176d22c4655348b'/>
<id>urn:sha1:05309229b847ea4f289328890176d22c4655348b</id>
<content type='text'>
Seems the diff mode doesn't work well, PR are detected as working whereas in master it's shown it's problematic (and really problematic). Use same check everywhere
</content>
</entry>
<entry>
<title>Move KeyList &amp; InputHandler from game.h to client/inputhandler.h (#5752)</title>
<updated>2017-05-13T09:05:16+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-05-13T09:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9b8ca3a746cdb9478a46939d36c30484a97255e1'/>
<id>urn:sha1:9b8ca3a746cdb9478a46939d36c30484a97255e1</id>
<content type='text'>
* Move KeyList &amp; InputHandler from game.h to client/inputhandler.h

We have a header for inputs, move inputhandler class &amp; related keylist object to it

Also introduce a cpp file for MyEventReceiver::OnEvent function in inputhandler.h because a so huge function doesn't needs to be inlined

* Pass clang-format on inputhandler.{cpp,h} (compatible)
</content>
</entry>
<entry>
<title>Clean up numeric.h and split FacePositionCache from it</title>
<updated>2017-05-06T20:09:45+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-07-06T16:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=77597c4ff3b666cc37dd257952938df48d7e6f09'/>
<id>urn:sha1:77597c4ff3b666cc37dd257952938df48d7e6f09</id>
<content type='text'>
I also optiized FacePositionCache a bit: I removed a map
lookup and vector copy from both branches of getFacePosition.
</content>
</entry>
<entry>
<title>Fix Travis builds</title>
<updated>2017-04-27T14:57:46+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2017-04-27T14:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c761717f11837828bfb57998273695419a28e6eb'/>
<id>urn:sha1:c761717f11837828bfb57998273695419a28e6eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lint since recent player to db merge</title>
<updated>2017-04-23T14:22:53+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-04-23T14:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d7ddceac730393e7a66980ad21630a05b7e291c4'/>
<id>urn:sha1:d7ddceac730393e7a66980ad21630a05b7e291c4</id>
<content type='text'>
</content>
</entry>
</feed>
