<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tlIItools.git/src/main/java/tlIItools/Effect.java, branch trunk</title>
<subtitle>Various tools for modding torchlight II
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/'/>
<entry>
<title>Implement 'effect groups' as an explicit concept</title>
<updated>2020-12-29T23:33:58+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-12-29T23:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=bd1bafc799a75a75b60c5376d55a5bc028e85072'/>
<id>bd1bafc799a75a75b60c5376d55a5bc028e85072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General update</title>
<updated>2020-12-29T23:06:25+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2020-12-29T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=4808d411b3b6e4e237f7a7c336c751419e763d2b'/>
<id>4808d411b3b6e4e237f7a7c336c751419e763d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement affix grouping by contents</title>
<updated>2020-07-02T20:01:39+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-07-02T20:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=2f81b826524599859ce4c8bf6164bab83debf662'/>
<id>2f81b826524599859ce4c8bf6164bab83debf662</id>
<content type='text'>
Implements a basic way to 'group' affixes together.

An affix group is a collection of affixes which generally provide the
same benefits, but at varying levels. For example, '+2 strength' and '+4
strength' would be considered grouped affixes, assuming that they were
spawning on the same items and such</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements a basic way to 'group' affixes together.

An affix group is a collection of affixes which generally provide the
same benefits, but at varying levels. For example, '+2 strength' and '+4
strength' would be considered grouped affixes, assuming that they were
spawning on the same items and such</pre>
</div>
</content>
</entry>
<entry>
<title>Move reading of effect details to new class</title>
<updated>2020-06-25T00:12:42+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-06-25T00:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=4d1f759a298b3f7d2c908c90b4d7bcf03b3b111b'/>
<id>4d1f759a298b3f7d2c908c90b4d7bcf03b3b111b</id>
<content type='text'>
This pulls out the reading of effect details from our data files to a
new class that is referenced by Effect, EffectRepo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This pulls out the reading of effect details from our data files to a
new class that is referenced by Effect, EffectRepo</pre>
</div>
</content>
</entry>
<entry>
<title>Add some javadoc</title>
<updated>2020-04-13T22:35:26+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-13T22:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=c2e7530edb3b9a380fbf3d21a0ef1a2530db65a1'/>
<id>c2e7530edb3b9a380fbf3d21a0ef1a2530db65a1</id>
<content type='text'>
Add some javadoc comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some javadoc comments</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup some warnings</title>
<updated>2020-04-07T02:07:31+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-07T02:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=22378ce01e058c09675e711e2b6c14d3f78dbda6'/>
<id>22378ce01e058c09675e711e2b6c14d3f78dbda6</id>
<content type='text'>
Cleanup some warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup some warnings</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up ReplPair</title>
<updated>2020-03-30T01:57:32+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-03-30T01:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=0bca0d24a20ca713dd1c9ef042dcc64d3b795fef'/>
<id>0bca0d24a20ca713dd1c9ef042dcc64d3b795fef</id>
<content type='text'>
There was something in ReplPair that was causing issues. Since we don't
need any of the fancy ReplPair functionality, I ripped it all out, since
it was causing issues (probably sorting-related, with a comparator or
something missing somewhere)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was something in ReplPair that was causing issues. Since we don't
need any of the fancy ReplPair functionality, I ripped it all out, since
it was causing issues (probably sorting-related, with a comparator or
something missing somewhere)</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor AffixLister</title>
<updated>2019-01-17T22:33:14+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-17T22:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=8c613819790ae737150a9ad8bb82332a1aaab690'/>
<id>8c613819790ae737150a9ad8bb82332a1aaab690</id>
<content type='text'>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks</title>
<updated>2019-01-05T15:35:25+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-05T15:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=07bd5208c4bd366836d5179a26c139acbde8daac'/>
<id>07bd5208c4bd366836d5179a26c139acbde8daac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split AffixLister</title>
<updated>2019-01-05T15:29:00+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-05T15:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=11bcfd3632668d57d4df07760121fc6ebda044f3'/>
<id>11bcfd3632668d57d4df07760121fc6ebda044f3</id>
<content type='text'>
This splits AffixLister into a separate file for each class that it once
contained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This splits AffixLister into a separate file for each class that it once
contained.
</pre>
</div>
</content>
</entry>
</feed>
