<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/util/travis, branch on_receive_particlespawner</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=on_receive_particlespawner</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=on_receive_particlespawner'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2020-04-20T18:18:40+00:00</updated>
<entry>
<title>Replace travis with github actions (#9641)</title>
<updated>2020-04-20T18:18:40+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2020-04-20T18:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=27a485a472706bededf38f0de2630688739ca0b2'/>
<id>urn:sha1:27a485a472706bededf38f0de2630688739ca0b2</id>
<content type='text'>
* Move outside of travis to Github actions

This will permit to have better integrated CI workflow than the previous
travis one.
</content>
</entry>
<entry>
<title>Refactor texture overrides and add new features (#9600)</title>
<updated>2020-04-14T18:41:29+00:00</updated>
<author>
<name>Hugues Ross</name>
<email>hugues.ross@gmail.com</email>
</author>
<published>2020-04-14T18:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5cf6318117edcae6bf30d829d9e9dd9dbf1d4bf7'/>
<id>urn:sha1:5cf6318117edcae6bf30d829d9e9dd9dbf1d4bf7</id>
<content type='text'>
* Refactor texture overrides, and add new features:

- Texture overrides can support multiple targets in one line
- Texture override files can have comment lines
- Item images/wield images can be overridden

* Formatting changes

* Address soime feedback

- Pass vectors by const reference
- Log syntax errors as warnings
- Remove 'C' prefix from TextureOverrideSource

* Simplify override target checks with an inline helper function

* make linter happy

* Apply feedback suggestions

Co-Authored-By: rubenwardy &lt;rw@rubenwardy.com&gt;

* Remove remaining != 0 checks

* Update copyright notice

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;
Co-authored-by: rubenwardy &lt;rw@rubenwardy.com&gt;</content>
</entry>
<entry>
<title>Drop content_sao.{cpp,h}</title>
<updated>2020-04-11T14:07:17+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2020-04-11T09:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5146086a64d5eeb480948d612a008a2ec81455d4'/>
<id>urn:sha1:5146086a64d5eeb480948d612a008a2ec81455d4</id>
<content type='text'>
Move LuaEntitySAO to a new dedicated file
Drop TestSAO (useless object)
Drop the old static startup initialized SAO factory, which was pretty useless.
This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation
</content>
</entry>
<entry>
<title>Move serveractiveobject &amp; unitsao</title>
<updated>2020-04-11T14:07:17+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2020-04-10T19:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=6d43736172f8459cb70219186ae003c56c389f2a'/>
<id>urn:sha1:6d43736172f8459cb70219186ae003c56c389f2a</id>
<content type='text'>
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h}
Move UnitSAO class to dedicated files
</content>
</entry>
<entry>
<title>Drop genericobject.{cpp,h} (#9629)</title>
<updated>2020-04-10T17:49:20+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2020-04-10T17:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f648fb76aef96a1da608c64346fc65d4dd44caa8'/>
<id>urn:sha1:f648fb76aef96a1da608c64346fc65d4dd44caa8</id>
<content type='text'>
* Drop genericobject.{cpp,h}

This file is not for generic object but for ActiveObject message passing.
Put ownership of the various commands to the right objects and cleanup the related code.

* Protect ServerActiveObject::m_messages_out

* typo fix</content>
</entry>
<entry>
<title>Travis: Build clang jobs with LuaJIT enabled for better coverage</title>
<updated>2020-04-08T19:21:53+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-04-08T19:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=d6ad587ab82cdbd129cc1d4de654114c8b6174f4'/>
<id>urn:sha1:d6ad587ab82cdbd129cc1d4de654114c8b6174f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Travis: Correct Linux dependencies so that PostgreSQL is found by CMake</title>
<updated>2020-03-28T12:04:15+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-03-28T12:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=c6d6358b9283718bda1963f6f0b3b4363d477477'/>
<id>urn:sha1:c6d6358b9283718bda1963f6f0b3b4363d477477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update clang-tidy configuration and scripts</title>
<updated>2020-03-11T23:10:09+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-03-11T12:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=8546d6089a89a4e34219fc10af088394a2eb3b1c'/>
<id>urn:sha1:8546d6089a89a4e34219fc10af088394a2eb3b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buildbot: Update to newer MinGW gcc 9.2</title>
<updated>2020-03-11T23:10:09+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-03-08T20:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=7908b20dd975f9f9b08afbaafbb1501fe07da21c'/>
<id>urn:sha1:7908b20dd975f9f9b08afbaafbb1501fe07da21c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update travis build infrastructure</title>
<updated>2020-03-11T23:10:09+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-03-08T20:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=245876cddb6989dcad78f13aff9cd0d1cefa150e'/>
<id>urn:sha1:245876cddb6989dcad78f13aff9cd0d1cefa150e</id>
<content type='text'>
Ubuntu 14.04 -&gt; 18.04
clang-format, clang-tidy 7 -&gt; 8
clang 3.6 -&gt; 3.9
clang 7 -&gt; 9
</content>
</entry>
</feed>
