<feed xmlns='http://www.w3.org/2005/Atom'>
<title>advtrains, branch origin/master_old</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/advtrains/atom?h=origin%2Fmaster_old</id>
<link rel='self' href='http://git.linux-forks.de/advtrains/atom?h=origin%2Fmaster_old'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/'/>
<updated>2018-12-10T22:06:00+00:00</updated>
<entry>
<title>Change get_inventory_formspec API - add invname parameter</title>
<updated>2018-12-10T22:06:00+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-12-10T21:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=2ec68d7855e56e13779c651cd7cb5f21fc826636'/>
<id>urn:sha1:2ec68d7855e56e13779c651cd7cb5f21fc826636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent oversaving of save files from newer versions</title>
<updated>2018-11-10T21:38:13+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-11-10T21:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=33baf3b05c2a8b7cffdf67528c48ecad0c79ce89'/>
<id>urn:sha1:33baf3b05c2a8b7cffdf67528c48ecad0c79ce89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No static_save for discouple entities</title>
<updated>2018-11-03T20:37:42+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-10-30T14:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=d761c54d3d9e6252e2088a78cd95702d14e3bb80'/>
<id>urn:sha1:d761c54d3d9e6252e2088a78cd95702d14e3bb80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various sanity checks against nil</title>
<updated>2018-10-21T14:21:51+00:00</updated>
<author>
<name>Gabriel Pérez-Cerezo</name>
<email>gabriel@gpcf.eu</email>
</author>
<published>2018-10-21T14:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=4fb0956d56ab50241b39e140665150dba9414398'/>
<id>urn:sha1:4fb0956d56ab50241b39e140665150dba9414398</id>
<content type='text'>
These checks have been accumulated over time on linuxworks. They seem
to be necessary, minetest kept crashing when they were removed.
</content>
</entry>
<entry>
<title>Move logging over to minetest log.</title>
<updated>2018-10-19T08:48:41+00:00</updated>
<author>
<name>Gabriel Pérez-Cerezo</name>
<email>gabriel@gpcf.eu</email>
</author>
<published>2018-10-19T08:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=d15210603f4654d20bc15be449cdc672dc4d53c5'/>
<id>urn:sha1:d15210603f4654d20bc15be449cdc672dc4d53c5</id>
<content type='text'>
This should collaborate nicely with the system log rotate, in addition
to keeping everything in one place.
</content>
</entry>
<entry>
<title>Fix node database ATC rail bug</title>
<updated>2018-10-17T19:06:13+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-10-17T19:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=b03e402c718e8bc39d8aa57c5fe67c5722708c37'/>
<id>urn:sha1:b03e402c718e8bc39d8aa57c5fe67c5722708c37</id>
<content type='text'>
After successfully registering newly-placed ATC rails in the nodedb, the rail's after_place_node() callback
(local apn_func()) immediately cleared it again by passing a "node" object that was actually a player object
and thus had no "name" or "param2" to ndb.update(), which it handled how it should not in this situation.
Since those ndb.update calls were unnecessary anyways, I removed them completely.
</content>
</entry>
<entry>
<title>Fix teleporting player to train</title>
<updated>2018-08-24T07:58:23+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-08-24T07:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=a71041b66b0518625083560a4acb7f38bbc18148'/>
<id>urn:sha1:a71041b66b0518625083560a4acb7f38bbc18148</id>
<content type='text'>
The previous commit did the teleporting in the wrong place, causing the teleports to be sent as many times as there are trains in the world
A similar commit is included in the tss branch, there it is included in one single commit
</content>
</entry>
<entry>
<title>Teleport player to their train every 2 seconds instead of just on_joinplayer</title>
<updated>2018-07-21T14:43:37+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-07-21T14:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=a6a042fdc40cf2d2f29062e8a068b074619faefd'/>
<id>urn:sha1:a6a042fdc40cf2d2f29062e8a068b074619faefd</id>
<content type='text'>
Solves problem of wagon being unloaded while player sitting inside it because of network lag
</content>
</entry>
<entry>
<title>Merge branch 'master' of bananach.space:advtrains</title>
<updated>2018-07-17T19:21:21+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-07-17T19:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=a386f4ce5b9a21c4ad9abd2ebfc77ba1835d7ec9'/>
<id>urn:sha1:a386f4ce5b9a21c4ad9abd2ebfc77ba1835d7ec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some incompatibility crash for old worlds</title>
<updated>2018-07-17T19:19:52+00:00</updated>
<author>
<name>orwell96</name>
<email>orwell@bleipb.de</email>
</author>
<published>2018-07-17T19:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/advtrains/commit/?id=f84103959ba706260556dc55c5eb90aa7dac1b4d'/>
<id>urn:sha1:f84103959ba706260556dc55c5eb90aa7dac1b4d</id>
<content type='text'>
</content>
</entry>
</feed>
