<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/util, 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-26T12:03:36+00:00</updated>
<entry>
<title>Time: Change old `u32` timestamps to 64-bit (#5818)</title>
<updated>2017-05-26T12:03:36+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2017-05-26T12:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d99b6fed5517797bfafe4bbb307963967f0ca749'/>
<id>urn:sha1:d99b6fed5517797bfafe4bbb307963967f0ca749</id>
<content type='text'>
MacOSX build fix + cleanups
</content>
</entry>
<entry>
<title>Rework escape/pause menu (#5719)</title>
<updated>2017-05-11T08:39:37+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2017-05-11T08:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0e0c824ea75a812a99c7d329c3a4862d6beadf3b'/>
<id>urn:sha1:0e0c824ea75a812a99c7d329c3a4862d6beadf3b</id>
<content type='text'>
* Rework escape/pause menu

- Remove build information
- Use current controls instead of default controls
- Add information about the current server in place of the build information
- Add text saying the game is paused to if in singleplayer mode.
rework pause/escape menu

* improve consistency + display server_name
</content>
</entry>
<entry>
<title>Fix myfloor(0.0)</title>
<updated>2017-05-06T20:10:03+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-16T16:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c6e96c645b9f114ef12f814bea62d9a9b78064cf'/>
<id>urn:sha1:c6e96c645b9f114ef12f814bea62d9a9b78064cf</id>
<content type='text'>
</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>Clean up getTime helpers</title>
<updated>2017-04-28T18:43:18+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-03-06T19:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b662a4577d692329b9ca83525e6039f2ddcd1ac1'/>
<id>urn:sha1:b662a4577d692329b9ca83525e6039f2ddcd1ac1</id>
<content type='text'>
This increases size of the getTime return values to 64 bits.
It also removes the TimeGetter classes since the getTime functions
are now very precise.
</content>
</entry>
<entry>
<title>Fix various points reported by cppcheck (#5656)</title>
<updated>2017-04-25T08:21:42+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-25T08:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a7e131f53e211ffbe38d34d23b33e13cc401f013'/>
<id>urn:sha1:a7e131f53e211ffbe38d34d23b33e13cc401f013</id>
<content type='text'>
* Fix various performance issues reported by cppcheck + code style (CI)

* Make CI happy with code style on master
* guiFileSelectMenu: remove useless includes
* some performance fixes pointed by cppcheck
* remove some useless casts
* TextDest: remove unused setFormSpec function

* Fix various iterator post-increment reported by cppcheck
</content>
</entry>
<entry>
<title>Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)</title>
<updated>2017-04-19T22:12:52+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-19T22:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f98bbe193e0093aca8d8957cec82fdbd28639915'/>
<id>urn:sha1:f98bbe193e0093aca8d8957cec82fdbd28639915</id>
<content type='text'>
* Also remove 2 non declared but defined functions
* Make some functions around const ref changes const</content>
</entry>
<entry>
<title>Fix MSVC build broken by 34d32ce</title>
<updated>2017-04-17T12:02:26+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2017-04-17T11:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=61202513208b23d3e7a2a91d10aba154e6cbf352'/>
<id>urn:sha1:61202513208b23d3e7a2a91d10aba154e6cbf352</id>
<content type='text'>
`round` -&gt; `myround`
Remove superflous `floor` calls
</content>
</entry>
<entry>
<title>Include container.h in util/thread.h. util/thread.h doesn't compile without it</title>
<updated>2017-04-17T11:58:29+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2017-04-15T15:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4323ad163f8d8217cbfc926cf212d02386ae0646'/>
<id>urn:sha1:4323ad163f8d8217cbfc926cf212d02386ae0646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement delayed server shutdown with cancelation (#4664)</title>
<updated>2017-04-15T21:19:18+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-15T21:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=34d32ce55ae4f3f29d7b645075dc8efacb2c96d2'/>
<id>urn:sha1:34d32ce55ae4f3f29d7b645075dc8efacb2c96d2</id>
<content type='text'>
</content>
</entry>
</feed>
