<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tacticians-client/src, branch attributes_removal</title>
<subtitle>Web-based client for Tacticians Online, written in Elm.
</subtitle>
<id>https://www.segfault.tech/cgit.cgi/tacticians-client/atom?h=attributes_removal</id>
<link rel='self' href='https://www.segfault.tech/cgit.cgi/tacticians-client/atom?h=attributes_removal'/>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/'/>
<updated>2019-08-29T14:43:58Z</updated>
<entry>
<title>...</title>
<updated>2019-08-29T14:43:58Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-08-29T14:43:58Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=b07f636ea1e905f494c57fd2de03e8f36a4d5061'/>
<id>urn:sha1:b07f636ea1e905f494c57fd2de03e8f36a4d5061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Statistics -&gt; Attributes.</title>
<updated>2019-08-10T16:23:48Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-08-10T16:23:48Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=120b0b7f6df0c8978aac9a423cbf8364feac4779'/>
<id>urn:sha1:120b0b7f6df0c8978aac9a423cbf8364feac4779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgotten change.</title>
<updated>2019-07-15T19:03:31Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-07-15T19:03:31Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=69611b72a28333c129ad25c3daae92b4215ac5d4'/>
<id>urn:sha1:69611b72a28333c129ad25c3daae92b4215ac5d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default to 100% attack strength.</title>
<updated>2019-06-14T08:57:56Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-06-14T08:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=c05cb5ded16043ac5db10c82363f888fae9c6546'/>
<id>urn:sha1:c05cb5ded16043ac5db10c82363f888fae9c6546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removes all references to attributes.</title>
<updated>2019-06-14T08:25:55Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-06-14T08:25:55Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=182462aaf6b2b02c5feabb86810402368149cfcf'/>
<id>urn:sha1:182462aaf6b2b02c5feabb86810402368149cfcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes animation manager rewind.</title>
<updated>2019-06-13T12:03:01Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-06-13T12:03:01Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=158c04ad2ece69aeeb5bf812ec81bd85c3a8128e'/>
<id>urn:sha1:158c04ad2ece69aeeb5bf812ec81bd85c3a8128e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds AoO pathfinding &amp; temporary representation.</title>
<updated>2019-06-13T11:32:43Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-06-13T11:32:43Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=499c0981df958643097f96365138df689432e5b4'/>
<id>urn:sha1:499c0981df958643097f96365138df689432e5b4</id>
<content type='text'>
The animation manager does not work correctly though: when a move action
has been interrupted, it will rewind like if there was only the last
movement part, yet play back all parts, landing the character at the
wrong location.
</content>
</entry>
<entry>
<title>Working on Attacks of Opportunity...</title>
<updated>2019-06-12T16:08:31Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-06-12T16:08:31Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=9eaf4c0a006e2a08fdd1e2248978c4ac5cdaef3b'/>
<id>urn:sha1:9eaf4c0a006e2a08fdd1e2248978c4ac5cdaef3b</id>
<content type='text'>
I think that the use of map markers to handle attacks of opportunity is
justified on the client: quick and cheap detection is key for the path finding
algorithm, and we don't need to propagate the changes to another copy of
the data.
</content>
</entry>
<entry>
<title>Updates Dijkstra's to avoid attacks of opportunity.</title>
<updated>2019-05-14T15:38:27Z</updated>
<author>
<name>nsensfel</name>
<email>SpamShield0@noot-noot.org</email>
</author>
<published>2019-05-14T15:38:27Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=f3f09c301fdb1acf9fb7e77db92bfed3147ab215'/>
<id>urn:sha1:f3f09c301fdb1acf9fb7e77db92bfed3147ab215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds danger zone calculation.</title>
<updated>2019-05-09T20:07:36Z</updated>
<author>
<name>Nathanael Sensfelder</name>
<email>SpamShield0@MultiAgentSystems.org</email>
</author>
<published>2019-05-09T20:07:36Z</published>
<link rel='alternate' type='text/html' href='https://www.segfault.tech/cgit.cgi/tacticians-client/commit/?id=beceea45a9840c306f8db79d4d02db400bd6426c'/>
<id>urn:sha1:beceea45a9840c306f8db79d4d02db400bd6426c</id>
<content type='text'>
</content>
</entry>
</feed>
