]> git.tdb.fi Git - poefilter.git/log
poefilter.git
5 years agoUse covariant return type for Condition::clone
Mikko Rasa [Wed, 15 Aug 2018 20:59:20 +0000 (23:59 +0300)]
Use covariant return type for Condition::clone

5 years agoChange template parameter name to not be the same as the typedef for it
Mikko Rasa [Wed, 15 Aug 2018 20:55:56 +0000 (23:55 +0300)]
Change template parameter name to not be the same as the typedef for it

5 years agoAdd a script to scrape armor and weapon data from the website
Mikko Rasa [Wed, 15 Aug 2018 15:56:16 +0000 (18:56 +0300)]
Add a script to scrape armor and weapon data from the website

5 years agoAllow categories to use other categories as conditions
Mikko Rasa [Wed, 15 Aug 2018 15:55:47 +0000 (18:55 +0300)]
Allow categories to use other categories as conditions

5 years agoAdd statement to import filter definitions from another file
Mikko Rasa [Wed, 15 Aug 2018 15:55:27 +0000 (18:55 +0300)]
Add statement to import filter definitions from another file

5 years agoFavor vector over list for simple types
Mikko Rasa [Wed, 15 Aug 2018 00:11:51 +0000 (03:11 +0300)]
Favor vector over list for simple types

5 years agoUse implicit instead of explicit category ordering
Mikko Rasa [Wed, 15 Aug 2018 00:05:58 +0000 (03:05 +0300)]
Use implicit instead of explicit category ordering

Categories from wildcards now appear in the output filter in the same
order as they were defined in the source.  This feels more intuitive than
manually assigning arbitrary numbers.  I may add new relative ordering
statements in the future if a use case arises.

5 years agoAdd show flag to filter blocks
Mikko Rasa [Tue, 14 Aug 2018 23:53:01 +0000 (02:53 +0300)]
Add show flag to filter blocks

The hide statement no longer erases blocks from the filter but rather
adds blocks with the hide command.  A new cancel statement does what
hide used to do.  The default hide command at the end has been removed
and must be explicitly defined in filters.

5 years agoAdd inheritance for appearances
Mikko Rasa [Tue, 14 Aug 2018 23:47:53 +0000 (02:47 +0300)]
Add inheritance for appearances

5 years agoAdd alpha channel support for colors
Mikko Rasa [Tue, 14 Aug 2018 23:22:59 +0000 (02:22 +0300)]
Add alpha channel support for colors

5 years agoAssociate categories and appearances at filter level
Mikko Rasa [Tue, 14 Aug 2018 23:08:20 +0000 (02:08 +0300)]
Associate categories and appearances at filter level

Categories can still define appearance properties but can no longer refer
to appearances in the theme.

Since categories now know their name, enable printing of category names
in the output.

5 years agoRevamp appearance definitions
Mikko Rasa [Mon, 13 Aug 2018 21:35:25 +0000 (00:35 +0300)]
Revamp appearance definitions

Appearance data is now stored in a separate class and whole appearances
can be defined in the theme.

5 years agoInitial version from when I last played
Mikko Rasa [Mon, 13 Aug 2018 19:32:23 +0000 (22:32 +0300)]
Initial version from when I last played