Derrick
07fc5588a7
Change syntax to match FilterBlast
...
Per @Greengroove's feedback, changing syntax to:
[Show|Hide] # grp1 - grp2 - grp3 | mode
mode can be any of these for the new Disable behavior:
"Disable"
"Comment"
"Remove" (slightly different from FilterBlast impl)
Any other mode is treated as the default behavior.
Filtration always writes out as "Disable" or default (none)
Also removed vestigal logging and comments.
2017-01-21 17:59:53 -05:00
Derrick
8e5cd0045f
Allow ability to enable/disable blocks with groups
...
https://github.com/ben-wallis/Filtration/issues/40
For any given block that uses block groups, those blocks will be
enabled/disabled rather than toggled between show/hide if the following
syntax is used:
[show|hide] #! [group_spec]
Notice the additional "!" immediately after the "#" and before the first
group name.
It is possible to have some blocks which toggle Enable/Disable and some
which toggle Show/Hide for a given group.
2017-01-21 17:59:53 -05:00
Ben Wallis
884651bce9
Added support for Identified (Issue #34 ) and Corrupted (Issue #42 ) block items
...
Changed block item output order (Issue #41 )
2016-12-03 11:58:18 +00:00
Ben Wallis
80b8318574
Fixed #28 - Add appearance block item links firing wrong command
2016-08-30 22:53:17 +01:00
Ben Wallis
0eecd5d1ff
Added auto updating of ItemBaseTypes.txt and ItemClasses.txt static data files
2016-08-21 13:33:14 +01:00
Ben Wallis
f947cd02da
Improved dirty script detection to include modifications to blocks rather than just block additions/removals
2016-08-20 21:17:12 +01:00
Ben Wallis
f75095ba72
Tidy up, updated ItemBaseTypes and ItemClasses files to Path of Exile 2.3.4
2016-08-20 15:42:59 +01:00
Ben Wallis
76dd9fb22c
Groundwork for loot preview view implemented
2016-01-31 14:11:30 +00:00
Ben Wallis
86dc03f4ff
Various refactorings to support ItemFilterPreview
2016-01-31 10:51:53 +00:00
Ben Wallis
1bdc8bf6fd
More work on item filter processing
2015-12-28 17:30:34 +00:00
Ben Wallis
89e98fc8c6
Block matching basics complete
2015-12-20 15:17:26 +00:00
Ben Wallis
014107c76b
Started work on Item Filter Preview module
2015-12-19 23:02:32 +00:00
Ben Wallis
2dc56799fd
Implemented C# 6.0 features, fixed most of resharper's code quality suggestions.
2015-12-13 20:17:15 +00:00
Ben Wallis
9a117d118f
Retargeted projects to .NET Framework 4.6.1
2015-12-13 19:45:01 +00:00
Ben
9fcb609a51
Implemented disabled block support
2015-07-06 18:19:05 +01:00
Ben
1b63f68eee
Fixed theme serialization/deserialization and added them toolbar icons
2015-07-06 15:33:25 +01:00
Ben
d6bd1678b4
Fixed contextual tabs
2015-07-06 12:01:48 +01:00
Ben
bfa2341ab8
Implemented editable themes / master themes
2015-07-05 22:43:17 +01:00
Ben
511f503e88
Refactored ThemeComponentBuilder into ThemeComponentCollection
2015-07-05 16:54:09 +01:00
Ben
544b931477
Added theme component tag selection control
2015-07-05 11:09:59 +01:00
Ben
71ad5f2d05
Implemented opening/saving themes
2015-06-26 17:42:20 +01:00
Ben
cc05945108
Implemented ThemeComponent reading/saving in translation layer
2015-06-25 23:05:24 +01:00
Ben
e53e24100f
Fixed block group advanced status being lost during save
2015-06-24 23:04:54 +01:00
Ben
c6f5dcda39
Moved Object Model to separate project
2015-06-24 19:57:16 +01:00