<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salis-v2/bin/printer.py, 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>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>Fixed underscore typo on Printer 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=0c9a7b6707c7092fc97305f0e7260141476005e2'/>
<id>urn:sha1:0c9a7b6707c7092fc97305f0e7260141476005e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added 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=a0f381c9e80a86959b4af5e52807a8bcd1581d50'/>
<id>urn:sha1:a0f381c9e80a86959b4af5e52807a8bcd1581d50</id>
<content type='text'>
[#25] Toggle minimal mode with 'M' key. When on minimal mode, only
current cycle, epoch and process count are shown.
</content>
</entry>
<entry>
<title>Fast scroll on Process page.</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=76979c3530ed5303946cbb94657b3ba50c757e01'/>
<id>urn:sha1:76979c3530ed5303946cbb94657b3ba50c757e01</id>
<content type='text'>
[#24] Capital W and S keys now apply fast vertical scroll on Process
page.
</content>
</entry>
<entry>
<title>Format tweaks to Python files [#30]</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=d53a4216c3219dc94cd45789142a2f28b5e0e1f7'/>
<id>urn:sha1:d53a4216c3219dc94cd45789142a2f28b5e0e1f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed Memory module's MEM_BLOCK_START flag.</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=687f56226dc8a024ef560ee4b390a630819f437c'/>
<id>urn:sha1:687f56226dc8a024ef560ee4b390a630819f437c</id>
<content type='text'>
[#28] This flag served no purpose except to facilitate rendering.
However, performance has a higher priority so I've eliminated this
feature. Block start rendering can still be implemented via other
methods.
</content>
</entry>
<entry>
<title>Removed Memory module's IP flag.</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=2b62fa482a7553c07e7664b736a646af35c1f72d'/>
<id>urn:sha1:2b62fa482a7553c07e7664b736a646af35c1f72d</id>
<content type='text'>
[#28] IP flag served no purpose except to facilitate rendering.
However, performance has a higher priority so I've eliminated this
feature. IP rendering can still be implemented via other methods.
</content>
</entry>
<entry>
<title>Added generic code for back-space key.</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=2e7a2d94e73ece0a37b1d9d3162d4f91aeaf57dc'/>
<id>urn:sha1:2e7a2d94e73ece0a37b1d9d3162d4f91aeaf57dc</id>
<content type='text'>
[#14] This new code makes back-space work correctly through SSH. It
still needs to be tested in Cygwin.
</content>
</entry>
<entry>
<title>Fixed bug described on issue [#23].</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=6d8540503e60ee18b22dce58935fec329afa8f2c'/>
<id>urn:sha1:6d8540503e60ee18b22dce58935fec329afa8f2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed all 'addch()' commands to 'addstr()'</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=d30358e90a3c309c3dbbb7f34843dcd6728ce59b'/>
<id>urn:sha1:d30358e90a3c309c3dbbb7f34843dcd6728ce59b</id>
<content type='text'>
This seems to be the correct way to print individual characters. Salis
now keeps correct background colors through SSH.
</content>
</entry>
</feed>
