]> git.tdb.fi Git - poefilter.git/commit
Use implicit instead of explicit category ordering
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2018 00:05:58 +0000 (03:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2018 00:05:58 +0000 (03:05 +0300)
commitaffc72bbd6ef9bcf2c5f94553a53582d42d40cc2
treeb205036ab077bbd86914b0c7fc02d28c4f2152a3
parent873663c883acac8b3641fb58488fe78ad96dba1b
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.
source/category.cpp
source/category.h
source/poefilter.cpp