<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salis-v2/bin, branch master</title>
<subtitle>Simple A-Life simulator based on Tom Ray's Tierra (v2)</subtitle>
<id>https://cgit.pauloliver.xyz/salis-v2/atom?h=master</id>
<link rel='self' href='https://cgit.pauloliver.xyz/salis-v2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/'/>
<updated>2024-02-29T01:29:14Z</updated>
<entry>
<title>Fixed bug on sender functor [#45]</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=f811c169b28768572410be077cfe0504a505c0ef'/>
<id>urn:sha1:f811c169b28768572410be077cfe0504a505c0ef</id>
<content type='text'>
Return type was set to 'c_int' when it should have been 'None'.
</content>
</entry>
<entry>
<title>Auto-save saves to main file as well [#42]</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=a37e2731825314b7607433edbcf5c5895e5dcbe5'/>
<id>urn:sha1:a37e2731825314b7607433edbcf5c5895e5dcbe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hex. toggle on minimal mode</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=a04bacb4aeb741c4d1a77238f49e1e48e31572cb'/>
<id>urn:sha1:a04bacb4aeb741c4d1a77238f49e1e48e31572cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format repass.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=38764943e5fc61c424c018068dc7f6790dddf147'/>
<id>urn:sha1:38764943e5fc61c424c018068dc7f6790dddf147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added 'Common.py' module.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=0e7b2e49585e3725736ae380cbd2dfb28fea5093'/>
<id>urn:sha1:0e7b2e49585e3725736ae380cbd2dfb28fea5093</id>
<content type='text'>
[#27] Not exactly a 'tappable pipe', this simple communications module
allows for IPC between individual Salis organisms and different
simulations via UDP sockets.
</content>
</entry>
<entry>
<title>Removed rest of common pipe references.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=3dcbc17b4c1cf69be5e3fc53ef81060c5b9c4e6b'/>
<id>urn:sha1:3dcbc17b4c1cf69be5e3fc53ef81060c5b9c4e6b</id>
<content type='text'>
[#27] Code is now entirely free from the common pipe. We can begin
implementing its replacement.
</content>
</entry>
<entry>
<title>Store python modules on './bin/modules/' subdirectory. [#37]</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=2250b4db92bd272dbb1fd717eb791e293c17e37a'/>
<id>urn:sha1:2250b4db92bd272dbb1fd717eb791e293c17e37a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Numeric cycle now times out.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=de427d319c699b8bed7ed73289b3698f13ac3acc'/>
<id>urn:sha1:de427d319c699b8bed7ed73289b3698f13ac3acc</id>
<content type='text'>
[#36] Using high numeric keys cycles simulation until a timeout is
reached. This helps prevent Salis from hanging if a high number of
cycles are requested.
</content>
</entry>
<entry>
<title>Escape key now saves and exits.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=8bef0b04edd10fe15589ae97edee5af177c635e0'/>
<id>urn:sha1:8bef0b04edd10fe15589ae97edee5af177c635e0</id>
<content type='text'>
[#25] I've returned the Escape key functionality as it is needed to
exit the simulator when in minimal mode.
</content>
</entry>
<entry>
<title>Fireup now starts in minimal mode.</title>
<updated>2024-02-29T01:29:14Z</updated>
<author>
<name>Paul Oliver</name>
<email>contact@pauloliver.dev</email>
</author>
<published>2024-02-29T01:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.pauloliver.xyz/salis-v2/commit/?id=64e850217ad57714856617c82e48994da6989535'/>
<id>urn:sha1:64e850217ad57714856617c82e48994da6989535</id>
<content type='text'>
[#25] Fireup plugin takes advantage of new command line options to
load simulations in minimal mode and already running.
</content>
</entry>
</feed>
