<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/database, branch 5.1.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2019-02-10T23:03:26+00:00</updated>
<entry>
<title>Consistent HP and damage types (#8167)</title>
<updated>2019-02-10T23:03:26+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2019-02-10T23:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ffb17f1c9a203fea6de70159b461f52d104e05b9'/>
<id>urn:sha1:ffb17f1c9a203fea6de70159b461f52d104e05b9</id>
<content type='text'>
Remove deprecated HUDs and chat message handling.
Remove unused m_damage variable (compat break).
HP: s32 for setter/calculations, u16 for getter.</content>
</entry>
<entry>
<title>Fix on_successful_save -&gt; onSuccessfulSave</title>
<updated>2019-01-04T10:33:04+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-01-04T10:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4a7c97c5f6f5e110c587de1569c4ffe53f2c2ef4'/>
<id>urn:sha1:4a7c97c5f6f5e110c587de1569c4ffe53f2c2ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various player save issues (performance penalty on sql backends + bugs)</title>
<updated>2019-01-04T09:20:04+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-01-04T09:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c1d7dbfc38e8f48b42d957afad2696a8e56b740b'/>
<id>urn:sha1:c1d7dbfc38e8f48b42d957afad2696a8e56b740b</id>
<content type='text'>
* PostgreSQL &amp; SQLite3 doesn't setModified(false) on RemotePlayer, then player is saved on each server save call. This results in heavy useless writes.
* PostgreSQL &amp; SQLite3 ack engine meta write whereas db commit hasn't been performed. If commit failed write has failed. We mustn't notify engine write is done.
* serializing player meta must not setModified(false) because it didn't ensure write has been done
* add RemotePlayer::on_successfull_save callback to do the flag update on a successful save
</content>
</entry>
<entry>
<title>Player file directory must be only created when using file backend.</title>
<updated>2019-01-04T09:06:46+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-01-04T09:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=07177190734b0e5c17be18d0bf5d509c5226af2f'/>
<id>urn:sha1:07177190734b0e5c17be18d0bf5d509c5226af2f</id>
<content type='text'>
Also ensure on each player save that the directory exists
</content>
</entry>
<entry>
<title>Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)</title>
<updated>2018-11-28T08:38:50+00:00</updated>
<author>
<name>CoderForTheBetter</name>
<email>marcumjp@gmail.com</email>
</author>
<published>2018-11-28T08:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=faa358e797128ab07bb5644ce305a832d59e5596'/>
<id>urn:sha1:faa358e797128ab07bb5644ce305a832d59e5596</id>
<content type='text'>
* Adds Lua methods 'set_rotation()' and 'get_rotation'. Also changed some method names to be more clear. Instead of an f32 being sent over network for yaw, now a v3f is sent for rotation on xyz axes. Perserved Lua method set_yaw/setyaw so that old mods still work, other wise to set yaw they would need to switch to set_rotation(0, yaw, 0).
</content>
</entry>
<entry>
<title>Replace auth.txt with SQLite auth database (#7279)</title>
<updated>2018-08-05T11:13:38+00:00</updated>
<author>
<name>Ben Deutsch</name>
<email>ben@bendeutsch.de</email>
</author>
<published>2018-08-05T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=153fb211ac2342907eb766a79c1f41824f981ab5'/>
<id>urn:sha1:153fb211ac2342907eb766a79c1f41824f981ab5</id>
<content type='text'>
* Replace auth.txt with SQLite auth database
</content>
</entry>
<entry>
<title>Add player:get_meta(), deprecate player attributes (#7202)</title>
<updated>2018-04-06T08:52:29+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-04-06T08:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=91615f9588420fd716978552fdacf1323b8df11c'/>
<id>urn:sha1:91615f9588420fd716978552fdacf1323b8df11c</id>
<content type='text'>
* Add player:get_meta(), deprecate player attributes
</content>
</entry>
<entry>
<title>Move files to subdirectories (#6599)</title>
<updated>2017-11-08T22:56:20+00:00</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2017-11-08T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f'/>
<id>urn:sha1:20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f</id>
<content type='text'>
* Move files around
</content>
</entry>
</feed>
