<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/util, branch 2021.03</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2021-03-16T17:37:46+00:00</updated>
<entry>
<title>Tweak duration_to_string formatting</title>
<updated>2021-03-16T17:37:46+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy2@mail.ru</email>
</author>
<published>2021-03-15T00:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=62e3593944846c0e7395586183986e0f11ad9544'/>
<id>urn:sha1:62e3593944846c0e7395586183986e0f11ad9544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep mapblocks in memory if they're in range (#10714)</title>
<updated>2021-02-26T20:23:46+00:00</updated>
<author>
<name>hecks</name>
<email>42101236+hecktest@users.noreply.github.com</email>
</author>
<published>2021-02-26T20:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=225e69063fa0c3dc96f960aa79dfc568fe3d89a8'/>
<id>urn:sha1:225e69063fa0c3dc96f960aa79dfc568fe3d89a8</id>
<content type='text'>
Some other minor parts of clientmap.cpp have been cleaned up along the way</content>
</entry>
<entry>
<title>Add nametag background setting and object property (#10937)</title>
<updated>2021-02-17T19:51:28+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-02-17T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f85e9ab9254e2ae4ac13170f9edea00fb8d931a2'/>
<id>urn:sha1:f85e9ab9254e2ae4ac13170f9edea00fb8d931a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop wide/narrow conversion functions</title>
<updated>2021-02-02T19:46:08+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-01-29T13:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=c834d2ab25694ef2d67dc24f85f304269d202c8e'/>
<id>urn:sha1:c834d2ab25694ef2d67dc24f85f304269d202c8e</id>
<content type='text'>
The only valid usecase for these is interfacing with OS APIs
that want a locale/OS-specific multibyte encoding.
But they weren't used for that anywhere, instead UTF-8 is pretty
much assumed when it comes to that.
Since these are only a potential source of bugs and do not fulfil
their purpose at all, drop them entirely.
</content>
</entry>
<entry>
<title>Refactor utf8_to_wide/wide_to_utf8 functions</title>
<updated>2021-02-02T19:46:08+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-01-29T12:09:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5e392cf34f8e062dd0533619921223656e32598a'/>
<id>urn:sha1:5e392cf34f8e062dd0533619921223656e32598a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some minor code issues all over the place</title>
<updated>2020-12-24T12:44:54+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-12-23T21:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=74762470b2aa11a5271b846549ff14b86c1705d2'/>
<id>urn:sha1:74762470b2aa11a5271b846549ff14b86c1705d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(se)SerializeString: Include max length in the name</title>
<updated>2020-10-01T07:52:59+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2020-09-20T11:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=947466ab28129fd69e6630974c6c4e901f2bebc6'/>
<id>urn:sha1:947466ab28129fd69e6630974c6c4e901f2bebc6</id>
<content type='text'>
This commit clarifies the maximal length of the serialized strings.
It will avoid accidental use of serializeString() when a larger string can be expected.

Removes unused Wide String serialization functions
</content>
</entry>
<entry>
<title>Clean up serialization</title>
<updated>2020-10-01T07:52:59+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2020-09-20T11:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ca5c2dbefab3676514e48b445b36de50993de9f1'/>
<id>urn:sha1:ca5c2dbefab3676514e48b445b36de50993de9f1</id>
<content type='text'>
This reverts 1a5b4b3 and further functions in serialize.cpp that are unused

The intend for a sane NetworkPacket/stream replacement was good, but a wrapper
class around i/ostream might be more versatile than introducing a new
vector-based serialization class.
</content>
</entry>
<entry>
<title>Fix build for Visual Studio (explicitly cast pointers) (#10256)</title>
<updated>2020-08-03T21:38:45+00:00</updated>
<author>
<name>Seeker</name>
<email>meaningseeking@protonmail.com</email>
</author>
<published>2020-08-03T21:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=d22fd6fc348ecf393f535c9b172410f4a82a2d52'/>
<id>urn:sha1:d22fd6fc348ecf393f535c9b172410f4a82a2d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>decode_base64: Allow '=' padding character</title>
<updated>2020-07-29T18:46:42+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2020-07-29T18:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f34abaedd2b9277c1862cd9b82ca3338747f104e'/>
<id>urn:sha1:f34abaedd2b9277c1862cd9b82ca3338747f104e</id>
<content type='text'>
'=' is a valid character, but minetest.decode_base64 returned nil when it was used for padding.
</content>
</entry>
</feed>
