<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/fontengine.h, branch 2022.05</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2022.05</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2022.05'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2018-11-28T19:01:49+00:00</updated>
<entry>
<title>Move client-specific files to 'src/client' (#7902)</title>
<updated>2018-11-28T19:01:49+00:00</updated>
<author>
<name>Quentin Bazin</name>
<email>quent42340@gmail.com</email>
</author>
<published>2018-11-28T19:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5f1cd555cd9d1c64426e173b30b5b792d211c835'/>
<id>urn:sha1:5f1cd555cd9d1c64426e173b30b5b792d211c835</id>
<content type='text'>
Update Android.mk
Remove 'src/client' from include_directories
</content>
</entry>
<entry>
<title>Modernize various files</title>
<updated>2017-08-18T05:44:52+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-08-18T05:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=55ab4264dc3f42a4588de0cf52e8f0f88e4fd90e'/>
<id>urn:sha1:55ab4264dc3f42a4588de0cf52e8f0f88e4fd90e</id>
<content type='text'>
* range-based for loops
* emplace_back instead of push_back
* code style
* C++ headers instead of C headers
* Default operators
* empty stl function
</content>
</entry>
<entry>
<title>C++ modernize: Pragma once (#6264)</title>
<updated>2017-08-17T20:19:39+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=921151d97a2fb2238ab514324fb95e2732248b96'/>
<id>urn:sha1:921151d97a2fb2238ab514324fb95e2732248b96</id>
<content type='text'>
* Migrate cpp headers to pragma once
</content>
</entry>
<entry>
<title>C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (#5984)</title>
<updated>2017-06-16T09:25:52+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-06-16T09:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=76be103a91d6987527af19e87d93007be8ba8a67'/>
<id>urn:sha1:76be103a91d6987527af19e87d93007be8ba8a67</id>
<content type='text'>
* C++11 patchset 9: move hardcoded init parameters to class definitions

C++11 introduced the possibility to define the default values directly in class definitions, do it on current code

Also remove some unused attributes

* CollisionInfo::bouncy
* collisionMoveResult::collides_xy
* collisionMoveResult::standing_on_unloaded
* Clouds::speed

* More constructor cleanups + some variables removal

* remove only write guiFormSpecMenu::m_old_tooltip
* move header included inside defintions in genericobject.h
* remove some unused since years exception classes
* remove unused &amp; empty debug_stacks_init
* remove unused &amp; empty content_nodemeta_serialize_legacy
* remove forgotten useless bool (bouncy) in collision.cpp code
</content>
</entry>
<entry>
<title>Use UTF-8 instead of narrow</title>
<updated>2015-07-08T08:12:44+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-07T03:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=b0784ba87168e24b0533fc8718a0157cda5ea405'/>
<id>urn:sha1:b0784ba87168e24b0533fc8718a0157cda5ea405</id>
<content type='text'>
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places.
Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
</content>
</entry>
<entry>
<title>Fix MSVC compiling warnings and remove an unused texture</title>
<updated>2014-12-12T21:09:34+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2014-12-11T19:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=19ccc27d37ca3d0f7b71ed64a52c14b8d06630ae'/>
<id>urn:sha1:19ccc27d37ca3d0f7b71ed64a52c14b8d06630ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make hud use fontengine too</title>
<updated>2014-11-30T17:06:54+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-11-28T19:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=39162de15a2603f1282241aef412ef1b70162b27'/>
<id>urn:sha1:39162de15a2603f1282241aef412ef1b70162b27</id>
<content type='text'>
Fix non coding style conforming glb_fontengine to g_fontengine
Fix fonts never been deleted due to grabbed to often
</content>
</entry>
<entry>
<title>Implement proper font handling</title>
<updated>2014-11-30T16:50:09+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-11-23T12:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=dceb9f7d6058785cf60d9dbcc8eecdcee1053412'/>
<id>urn:sha1:dceb9f7d6058785cf60d9dbcc8eecdcee1053412</id>
<content type='text'>
</content>
</entry>
</feed>
