<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evtclib/src/raw, branch v0.4.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>implement CBTS_TAG</title>
<updated>2020-06-12T15:08:12+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-06-12T15:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=3951dcbce2f229235b77945b3493524ef970af4f'/>
<id>3951dcbce2f229235b77945b3493524ef970af4f</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>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>fix formatting</title>
<updated>2020-05-02T13:16:28+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=b5270a5947cfa770358d13734e7c08dc4b217f05'/>
<id>b5270a5947cfa770358d13734e7c08dc4b217f05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add docs about parse_events and the parser</title>
<updated>2020-05-02T13:08:59+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=e0e9481b6edccfb6292e1842f6e330d07388010c'/>
<id>e0e9481b6edccfb6292e1842f6e330d07388010c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement From&lt;Evtc&gt; for PartialEvtc</title>
<updated>2020-05-02T13:00:24+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T13:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=e54b6aa3a1dc6cbdcde07c075b2d7bd18cc2e729'/>
<id>e54b6aa3a1dc6cbdcde07c075b2d7bd18cc2e729</id>
<content type='text'>
We can always do this conversion, because we can just throw away the
events field.

The other way around is not possible, as we need a file to parse the
events from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can always do this conversion, because we can just throw away the
events field.

The other way around is not possible, as we need a file to parse the
events from.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement Hash, Default, PartialEq for raw types</title>
<updated>2020-05-02T12:58:54+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-02T12:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/evtclib/commit/?id=078b55e8ae17bf781371c4bd6bf40da2ba3db336'/>
<id>078b55e8ae17bf781371c4bd6bf40da2ba3db336</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
