<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustifarm.git/content/encyclopediae/default_encyclopedia.json, branch main</title>
<subtitle>fork of: https://github.com/jmdejong/rustifarm
</subtitle>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/'/>
<entry>
<title>added dense grass; home is now part of monsterAI component</title>
<updated>2020-10-03T13:20:52+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-10-03T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=fa5ddaa570473ece02e0a3bfb35702211d21ce12'/>
<id>fa5ddaa570473ece02e0a3bfb35702211d21ce12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added type validation for parameters</title>
<updated>2020-09-28T15:55:41+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-28T15:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=b7187e210ae7e794c87ae2f76d0f212e5d716b15'/>
<id>b7187e210ae7e794c87ae2f76d0f212e5d716b15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed parametertype</title>
<updated>2020-09-28T12:29:53+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-28T12:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=eb9853dec24045adb7447e1c8ac186e52204b690'/>
<id>eb9853dec24045adb7447e1c8ac186e52204b690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better serialisation structure for encyclopediae</title>
<updated>2020-09-27T13:33:09+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-27T13:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=a20bcfed7d3b6aacc3211514d9804651a458e725'/>
<id>a20bcfed7d3b6aacc3211514d9804651a458e725</id>
<content type='text'>
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
["list", [1, 2, 3]] is now just [1, 2, 3] and {"type": builtwall", "kwargs": {"health": 50}} is now {":template": "builtwall", "health": 50}
</pre>
</div>
</content>
</entry>
<entry>
<title>spawned entities are now saved but not spawned again until removed</title>
<updated>2020-09-26T12:05:14+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-26T12:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=9b7e3d14b3f35163199ed704ae35544fa658931e'/>
<id>9b7e3d14b3f35163199ed704ae35544fa658931e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use flags for the whole room instead of room permissions</title>
<updated>2020-09-25T22:05:03+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-25T22:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=345251f20401a71f7e7e00f4810b92af39ad4395'/>
<id>345251f20401a71f7e7e00f4810b92af39ad4395</id>
<content type='text'>
the flags on a tile are the union of the flags from the entity on that tile and the room flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the flags on a tile are the union of the flags from the entity on that tile and the room flags
</pre>
</div>
</content>
</entry>
<entry>
<title>assemlage uses proper serialization too</title>
<updated>2020-09-25T12:18:13+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-25T12:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=87727f9519eb37b565d8cc88e174935bac0e1d12'/>
<id>87727f9519eb37b565d8cc88e174935bac0e1d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more serde (de)serialisation</title>
<updated>2020-09-24T15:12:39+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-24T15:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=5ae2f9040324baaeaed3f91a84662425cb6186dc'/>
<id>5ae2f9040324baaeaed3f91a84662425cb6186dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't try to read into the json data structure all manually</title>
<updated>2020-09-24T07:38:18+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-24T07:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=523a635dc88bc7890a0e1d3c062a8165259761d6'/>
<id>523a635dc88bc7890a0e1d3c062a8165259761d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added way to create dyed capes</title>
<updated>2020-09-22T15:51:23+00:00</updated>
<author>
<name>troido</name>
<email>troido@protonmail.com</email>
</author>
<published>2020-09-22T15:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~willow/git/rustifarm.git/commit/?id=77eed840ceccc58881c06efd4403be86c936b348'/>
<id>77eed840ceccc58881c06efd4403be86c936b348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
