<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib/src/statistics, branch v0.4.1</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>remove statistics submodule</title>
<updated>2020-04-27T12:39:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-27T12:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=08465ea1b8c1b9f90057bcc10fb8887ee57cac8c'/>
<id>08465ea1b8c1b9f90057bcc10fb8887ee57cac8c</id>
<content type='text'>
The way the trackers worked was rather... "adventurous", and while there
were some good ideas and it mostly worked, the implementation and
interface could do better.

Additionally, it was incomplete, for example there were a lot of
mechanics just missing.

While I'm not against having this functionality provided by evtclib, I
think it would be more worthwile with a better designed implementation &amp;
API, so this "proof of concept" implementation is gone until there is a
better way of doing things.

gamedata is being kept, as the boss identifiers are useful and
applications shouldn't have to deal with keeping this low-level list
themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The way the trackers worked was rather... "adventurous", and while there
were some good ideas and it mostly worked, the implementation and
interface could do better.

Additionally, it was incomplete, for example there were a lot of
mechanics just missing.

While I'm not against having this functionality provided by evtclib, I
think it would be more worthwile with a better designed implementation &amp;
API, so this "proof of concept" implementation is gone until there is a
better way of doing things.

gamedata is being kept, as the boss identifiers are useful and
applications shouldn't have to deal with keeping this low-level list
themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>also add FromStr for new bosses</title>
<updated>2020-04-04T13:26:12+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T13:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=4e2deed7816857e5c5b56a0c6b6d59e8504f789d'/>
<id>4e2deed7816857e5c5b56a0c6b6d59e8504f789d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add strike mission IDs</title>
<updated>2020-04-04T13:18:41+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T13:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=9dca86f507b7c65a5694369b0dba8a9f76e86c44'/>
<id>9dca86f507b7c65a5694369b0dba8a9f76e86c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add wing 7 bosses</title>
<updated>2020-04-04T13:09:48+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T13:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=6f548d139e2eb4efec5fd22aeb10a3f9898dc942'/>
<id>6f548d139e2eb4efec5fd22aeb10a3f9898dc942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use num_derive::FromPrimitive without #[macro_use]</title>
<updated>2020-04-04T11:55:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T11:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=87eee24f20f9a5bfb1942998e50c0ddf4ab95687'/>
<id>87eee24f20f9a5bfb1942998e50c0ddf4ab95687</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch from quick_error to thiserror</title>
<updated>2020-04-04T11:55:20+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T11:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=4ec62bbac872bbfd95413af2f00c3f4a36c70630'/>
<id>4ec62bbac872bbfd95413af2f00c3f4a36c70630</id>
<content type='text'>
thiserror seems to be the more modern approach that also works with the
new Error trait from std.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thiserror seems to be the more modern approach that also works with the
new Error trait from std.
</pre>
</div>
</content>
</entry>
<entry>
<title>Insert dyn for trait objects</title>
<updated>2020-04-04T11:54:10+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-04-04T11:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=9ebed9c42dd10bf7bef396a27edd2baa0619dd61'/>
<id>9ebed9c42dd10bf7bef396a27edd2baa0619dd61</id>
<content type='text'>
This was a change in Rust a while back, so we're updating to the new,
non-deprecated syntax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a change in Rust a while back, so we're updating to the new,
non-deprecated syntax.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement FromStr for Boss</title>
<updated>2019-05-31T00:45:55+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2019-05-31T00:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=73117465dd82b30de3bb91b9e9885bf46f7f8de2'/>
<id>73117465dd82b30de3bb91b9e9885bf46f7f8de2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Deimos encounter ID</title>
<updated>2018-10-15T14:33:16+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2018-10-15T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=73c496540981f9e155aa4d33f692ab2a5ba58b2d'/>
<id>73c496540981f9e155aa4d33f692ab2a5ba58b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fractal CM ids</title>
<updated>2018-10-15T12:00:53+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2018-10-15T12:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=866b6b9867cc1654dd130ac4d8f0f863ee927e88'/>
<id>866b6b9867cc1654dd130ac4d8f0f863ee927e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
