<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raidgrep, branch v1.1.0</title>
<subtitle>Guild Wars 2/arcdps evtc log searching tool</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/'/>
<entry>
<title>bump version to 1.1.0</title>
<updated>2020-05-04T13:35:38+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=684024edb41e44855d35a0bc447a2a8486b33242'/>
<id>684024edb41e44855d35a0bc447a2a8486b33242</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-04T13:26:25+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=03e07542f659a51f091b67e20993fa5ae16fb426'/>
<id>03e07542f659a51f091b67e20993fa5ae16fb426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add -class player filter</title>
<updated>2020-05-04T13:25:33+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=74dc6574650a157ab57779dc633e140d020b792a'/>
<id>74dc6574650a157ab57779dc633e140d020b792a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exclude : from words again</title>
<updated>2020-05-04T13:17:43+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=6afe5879579ad39397024fbdbe75ad3207ff50a1'/>
<id>6afe5879579ad39397024fbdbe75ad3207ff50a1</id>
<content type='text'>
This causes issues with the player: prefix used in any() and all()
constructs, as player: will now be parsed as a word instead of the
proper token. For now, : is disallowed in words again until there is a
better solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes issues with the player: prefix used in any() and all()
constructs, as player: will now be parsed as a word instead of the
proper token. For now, : is disallowed in words again until there is a
better solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>replace Player::profession with PlayerClass enum</title>
<updated>2020-05-04T13:03:51+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T13:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=9537ffb07dd80c408ae475308e748ad1831d6462'/>
<id>9537ffb07dd80c408ae475308e748ad1831d6462</id>
<content type='text'>
Away with stringly typed stuff, we now have a proper way to save the
profession of a player without relying on a string. Theoretically, that
is better for memory consumption, as we now save only the identifier and
use fmt::Display and static strings, but that was not the main reason
for this change.

The main reason is that now we can programatically work with the
profession and elite spec, so that we can (for example) implement a
filter to filter players based on their class.

The word "class" has been chosen because it is a common synonym for the
profession/elite, and because this is neither a profession nor the elite
- it's a combination of both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Away with stringly typed stuff, we now have a proper way to save the
profession of a player without relying on a string. Theoretically, that
is better for memory consumption, as we now save only the identifier and
use fmt::Display and static strings, but that was not the main reason
for this change.

The main reason is that now we can programatically work with the
profession and elite spec, so that we can (for example) implement a
filter to filter players based on their class.

The word "class" has been chosen because it is a common synonym for the
profession/elite, and because this is neither a profession nor the elite
- it's a combination of both.
</pre>
</div>
</content>
</entry>
<entry>
<title>update evtclib to 0.3.1</title>
<updated>2020-05-04T12:59:48+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T12:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=13e7b0142c4103ac22ceb244cda36889438fb37a'/>
<id>13e7b0142c4103ac22ceb244cda36889438fb37a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include missing semicolon</title>
<updated>2020-05-04T10:31:18+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T10:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=e74e9d393bdf687002ccdbd706a929b4bbf2920e'/>
<id>e74e9d393bdf687002ccdbd706a929b4bbf2920e</id>
<content type='text'>
Rust doesn't necessarily need this, but it's good formatting to include
it anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rust doesn't necessarily need this, but it's good formatting to include
it anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -log-before &amp; -log-after predicate</title>
<updated>2020-05-04T10:24:24+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T10:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=17e27776ea152509e1095bbf80f5af65bc7a7997'/>
<id>17e27776ea152509e1095bbf80f5af65bc7a7997</id>
<content type='text'>
With the file name heuristic for -before and -after in place, we might
want a way for the user to disable it. For now, we simply do this by
providing a new set of predicates without the filter.

In the future, we might have a --disable-heuristics switch to disable
the heuristics, in case we ever add more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the file name heuristic for -before and -after in place, we might
want a way for the user to disable it. For now, we simply do this by
providing a new set of predicates without the filter.

In the future, we might have a --disable-heuristics switch to disable
the heuristics, in case we ever add more.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix asciidoc markup</title>
<updated>2020-05-04T10:21:29+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T10:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=5aa264ca62efc17e3d55af616aa752c1d24573a2'/>
<id>5aa264ca62efc17e3d55af616aa752c1d24573a2</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 bit more docstring to INTERRUPTED</title>
<updated>2020-05-04T09:51:28+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-04T09:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=439e3975ec52574851259fbc4aeaa87bcf28c78b'/>
<id>439e3975ec52574851259fbc4aeaa87bcf28c78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
