<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib, branch v0.3.2</title>
<subtitle>arcdps EVTC reading/parsing library for Rust</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/'/>
<entry>
<title>bump version to 0.3.2</title>
<updated>2020-05-12T11:30:27+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-12T11:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=e215ccbfeedd8a592bfd2c00f4273ab5682fc924'/>
<id>e215ccbfeedd8a592bfd2c00f4273ab5682fc924</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2020-05-12T11:29:02+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-12T11:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=4f908d04a1c12d35f2a7643e1163f40aba4a4e37'/>
<id>4f908d04a1c12d35f2a7643e1163f40aba4a4e37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2020-05-11T16:30:26+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-11T16:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=4276751aa231b0ced7dd913333eba5a9d876357f'/>
<id>4276751aa231b0ced7dd913333eba5a9d876357f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Display implementation for gamedata</title>
<updated>2020-05-11T16:26:50+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-11T16:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=84f9e577cf6bd537baa954684580a8c322724c23'/>
<id>84f9e577cf6bd537baa954684580a8c322724c23</id>
<content type='text'>
This is something that a lot of applications will probably have to
implement anyway, so we might as well provide it and do it within Rusts
standard traits.

This does not provide localization, but it uses the English names, which
should be good enough for most cases.

Since we provide FromStr for those classes as well, it makes
double-sense to add Display. However, not all cases are currently
reversible ("Cairn the Indomitable" vs "Cairn"), although the status quo
seems fine for now (most people type Cairn, but when outputting we can
use the full name).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is something that a lot of applications will probably have to
implement anyway, so we might as well provide it and do it within Rusts
standard traits.

This does not provide localization, but it uses the English names, which
should be good enough for most cases.

Since we provide FromStr for those classes as well, it makes
double-sense to add Display. However, not all cases are currently
reversible ("Cairn the Indomitable" vs "Cairn"), although the status quo
seems fine for now (most people type Cairn, but when outputting we can
use the full name).
</pre>
</div>
</content>
</entry>
<entry>
<title>add Cairn CM detection</title>
<updated>2020-05-10T10:05:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-10T10:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=02647a66181a6abc49c4dda57138e8752d9427d8'/>
<id>02647a66181a6abc49c4dda57138e8752d9427d8</id>
<content type='text'>
The given buff is the Countdown effect that each player has:
https://wiki.guildwars2.com/index.php?title=Countdown

The logic is from GW2-Elite-Insights-Parser (Cairn.cs, IsCM), but we
count this as a buff instead of a skill.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The given buff is the Countdown effect that each player has:
https://wiki.guildwars2.com/index.php?title=Countdown

The logic is from GW2-Elite-Insights-Parser (Cairn.cs, IsCM), but we
count this as a buff instead of a skill.
</pre>
</div>
</content>
</entry>
<entry>
<title>move process_* out of lib.rs</title>
<updated>2020-05-09T15:30:34+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-09T15:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=dd0e9cbc3da25a59e3bdc08cc0da9c56f8ac15ad'/>
<id>dd0e9cbc3da25a59e3bdc08cc0da9c56f8ac15ad</id>
<content type='text'>
This is the start of an effort to clean up lib.rs a bit by moving out
functions into their own module and re-exporting them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the start of an effort to clean up lib.rs a bit by moving out
functions into their own module and re-exporting them.
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2020-05-09T15:13:22+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-09T15:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=7a1dff2610dba8f11fc54a9e016d386bf8dc0a88'/>
<id>7a1dff2610dba8f11fc54a9e016d386bf8dc0a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update documentation and README</title>
<updated>2020-05-09T15:12:25+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-09T15:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=d75c559304b9deb5f09cfa6330ff7e0bf26c37ed'/>
<id>d75c559304b9deb5f09cfa6330ff7e0bf26c37ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add process_stream and process_file functions</title>
<updated>2020-05-09T14:57:53+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-09T14:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=6c4d88a96b6f8d992324bae9a055195512710f1d'/>
<id>6c4d88a96b6f8d992324bae9a055195512710f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add first support for determining CMs</title>
<updated>2020-05-08T12:25:29+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-08T12:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=a14ae10762a0dd1b7ef4c6e6293eced7c03d007f'/>
<id>a14ae10762a0dd1b7ef4c6e6293eced7c03d007f</id>
<content type='text'>
This still needs a bit of work, as some of them are untested (Conjured
Amalgamate, Fractal CMs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This still needs a bit of work, as some of them are untested (Conjured
Amalgamate, Fractal CMs).
</pre>
</div>
</content>
</entry>
</feed>
