<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/mainmenumanager.h, branch 0.4.17.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-05-13T09:05:16+00:00</updated>
<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>Unlock cursor when opening console</title>
<updated>2016-03-03T04:23:31+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-02-27T20:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3edb7575a1ccca631994c0f5515b770b7a3e20d2'/>
<id>urn:sha1:3edb7575a1ccca631994c0f5515b770b7a3e20d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move globals from main.cpp to more sane locations</title>
<updated>2015-04-01T13:04:25+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2015-04-01T13:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9527984dbcfc0a6cc7aa0470430cb6c3aa4103ba'/>
<id>urn:sha1:9527984dbcfc0a6cc7aa0470430cb6c3aa4103ba</id>
<content type='text'>
Move debug streams to log.cpp|h

Move GUI-related globals to clientlauncher

Move g_settings and g_settings_path to settings.cpp|h

Move g_menuclouds to clouds.cpp|h

Move g_profiler to profiler.cpp|h
</content>
</entry>
<entry>
<title>Use std::string::empty() instead of size() where applicable</title>
<updated>2014-12-12T20:16:24+00:00</updated>
<author>
<name>Anton</name>
<email>vob999@bk.ru</email>
</author>
<published>2014-12-12T14:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=10e0cf8b2c27917a3fd45e73a5d835af4313db3b'/>
<id>urn:sha1:10e0cf8b2c27917a3fd45e73a5d835af4313db3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create faster key cache for main game loop (client)</title>
<updated>2014-11-10T02:26:19+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2014-11-10T02:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=987e565eeb80f0fe2825267de728f8a1989a051d'/>
<id>urn:sha1:987e565eeb80f0fe2825267de728f8a1989a051d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add in-game key change menu</title>
<updated>2014-10-07T21:24:09+00:00</updated>
<author>
<name>Mushiden</name>
<email>mushiden@hotmail.com</email>
</author>
<published>2014-09-21T03:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7b548cd2b53a6ce834c869f818fb74a5b96680a5'/>
<id>urn:sha1:7b548cd2b53a6ce834c869f818fb74a5b96680a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Android 2.3+</title>
<updated>2014-06-29T16:17:56+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-04-21T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1cc40c0a7c260f0562572bc99f39a666a12f1b09'/>
<id>urn:sha1:1cc40c0a7c260f0562572bc99f39a666a12f1b09</id>
<content type='text'>
There have been plenty of ppl involved in creating this version.
I don't wanna mention names as I'm sure I'd forget someone so I
just tell where help has been done:
- The partial android versions done by various ppl
- Testing on different android devices
- reviewing code (especially the in core changes)
- testing controls
- reviewing texts

A big thank you to everyone helping this to be completed!
</content>
</entry>
<entry>
<title>Replace pause and message menu by formspec ones</title>
<updated>2014-03-05T17:44:14+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-03-04T18:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a4e2198e4102f1dabc8f8720c2ace9c2fca8d999'/>
<id>urn:sha1:a4e2198e4102f1dabc8f8720c2ace9c2fca8d999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually pause singleplayer game in pause menu and use lower maximum FPS in it</title>
<updated>2014-01-06T15:39:44+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2014-01-06T15:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=92aa38bdfc36fd7599a8e85722825381c89f0f9c'/>
<id>urn:sha1:92aa38bdfc36fd7599a8e85722825381c89f0f9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GUIFormSpecMenu focus fixes</title>
<updated>2013-08-19T13:49:36+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-08-19T09:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8548bb75b66f871d1b6941ca9b79012e88274799'/>
<id>urn:sha1:8548bb75b66f871d1b6941ca9b79012e88274799</id>
<content type='text'>
</content>
</entry>
</feed>
