<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib, branch v0.3.3</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.3</title>
<updated>2020-05-25T11:30:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-25T11:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=955b1a3a5121aa4b382da23317ea2000e024a20b'/>
<id>955b1a3a5121aa4b382da23317ea2000e024a20b</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-21T12:00:43+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-21T12:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=8cacbe39cfe831c290432bb4d23b6090232cfc13'/>
<id>8cacbe39cfe831c290432bb4d23b6090232cfc13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore unknown statechanges in parse_events</title>
<updated>2020-05-21T10:46:02+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-21T10:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=b65630871a5c14489270d1e6bfe19879f1010587'/>
<id>b65630871a5c14489270d1e6bfe19879f1010587</id>
<content type='text'>
The reason why we "unwrap" the error so late is because we want to
recover from this error, which means the file pointer has to be at the
right position. Unwrapping early would leave the pointer in the middle
of an event, which is not what we want.

If we want to bullet-proof this, it might be good to read the whole
event first into a buffer, and then read from that buffer instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason why we "unwrap" the error so late is because we want to
recover from this error, which means the file pointer has to be at the
right position. Unwrapping early would leave the pointer in the middle
of an event, which is not what we want.

If we want to bullet-proof this, it might be good to read the whole
event first into a buffer, and then read from that buffer instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement Error statechange</title>
<updated>2020-05-19T13:39:38+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-19T13:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=1e4eaeae1bfd794213f8eee09cb189e7c6fff4d6'/>
<id>1e4eaeae1bfd794213f8eee09cb189e7c6fff4d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add CbtStateChange::Unknown</title>
<updated>2020-05-19T13:24:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-19T13:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=a2c77bd2f8110c505464077c22d489d6a6d4c8c8'/>
<id>a2c77bd2f8110c505464077c22d489d6a6d4c8c8</id>
<content type='text'>
This is not defined by arcdps, but we'd have to adjust evtclib every
time a new statechange is introduced. This way, we stay
forward-compatible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not defined by arcdps, but we'd have to adjust evtclib every
time a new statechange is introduced. This way, we stay
forward-compatible.
</pre>
</div>
</content>
</entry>
<entry>
<title>add Attribute and BuffCategory enums</title>
<updated>2020-05-19T13:17:36+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-19T13:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=0c14e920aec0d28d0145766670bb0ac6c5d58263'/>
<id>0c14e920aec0d28d0145766670bb0ac6c5d58263</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add BreakbarState, BreakbarPercent &amp; Error states</title>
<updated>2020-05-19T13:09:39+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-19T13:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=d995183a299305224863c4f24344acbd06b22bbd'/>
<id>d995183a299305224863c4f24344acbd06b22bbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a sabir cm log for testing</title>
<updated>2020-05-16T11:01:49+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-16T11:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=6aea177d76a8ba67a9902740706abeb03f4cf6da'/>
<id>6aea177d76a8ba67a9902740706abeb03f4cf6da</id>
<content type='text'>
The sacred texts have been received and can now be used to make sure we
detect the Cardinal Sabir Challenge Mote correctly!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sacred texts have been received and can now be used to make sure we
detect the Cardinal Sabir Challenge Mote correctly!
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for CM detection</title>
<updated>2020-05-14T16:00:51+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-14T16:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=915fbce3156c10b95e47f01babef75885b782857'/>
<id>915fbce3156c10b95e47f01babef75885b782857</id>
<content type='text'>
Currently, I seem to not have a Cardinal Sabir CM log though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, I seem to not have a Cardinal Sabir CM log though.
</pre>
</div>
</content>
</entry>
<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>
</feed>
