Commit Graph

  • fb37faa7bc * Moved item filter script directory handling code to new ItemFilterScriptDirectorySerivce class * Fixed issue #94 where the user was prompted to select their Path of Exile data directory after every upgrade. * The default Path of Exile data directory is now automatically chosen on first run if it exists * Moved CommonOpenFileDialog usage to new DialogService class * Changed Custom Sounds code in ItemFilterScriptViewModel to use ItemFilterScriptDirectory instead of DefaultPathOfExileDirectory * Moved Custom Sounds code from constructor to Initialise method to prevent the files being enumerated before the directory is set during startup Ben Wallis 2018-11-27 20:40:00 +0000
  • 63236769aa Add clear styles button (#99) azakhi 2018-11-27 00:26:04 +0300
  • 05a994f562 Remember all open scripts (#100) azakhi 2018-11-27 00:25:10 +0300
  • 124786dd0d Fix block group changes not affecting script (#101) azakhi 2018-11-27 00:24:27 +0300
  • a0aaa32d9a Fix block group changes not affecting script #101 azakhi 2018-10-21 15:47:46 +0300
  • 701ca2198d Remember all open scripts #100 azakhi 2018-10-21 14:54:22 +0300
  • 216f03dce6 Add clear styles button #99 azakhi 2018-10-21 13:36:43 +0300
  • cde2d692c9
    Update README.md Ben Wallis 2018-10-01 17:29:00 +0100
  • c96aa472d9 Bumped version to 1.0.3 1.0.3 Ben Wallis 2018-10-01 17:23:38 +0100
  • d4e8a72d47 Implemented Splat logging integration to enable Squirrel to write log files Ben Wallis 2018-10-01 17:00:55 +0100
  • 4c826f42fd Bumped version to 1.0.3-beta2 1.0.3-beta5 1.0.3-beta4 1.0.3-beta3 1.0.3-beta2 Ben Wallis 2018-10-01 13:31:57 +0100
  • 4022cf12a0 Fix crash caused by null selected blocks (#92) azakhi 2018-10-01 15:29:35 +0300
  • fdd31cdf38
    Merge branch 'master' into bugfix/91-fix-null-block-crash #92 Ben Wallis 2018-10-01 13:18:22 +0100
  • 10e5edc71a Fix crash caused by null selected blocks azakhi 2018-10-01 15:13:25 +0300
  • 8073948cfe Added missing AlertSound mp3 files to installer 1.0.3-beta1 Ben Wallis 2018-10-01 12:26:27 +0100
  • e516ded476 Bumped version to 1.1.0-beta1 Ben Wallis 2018-09-30 14:06:33 +0100
  • f331bffee7
    Update README.md Ben Wallis 2018-09-30 14:04:44 +0100
  • f238bbf856 Fixed a crash on exit caused by a null SelectedBlockViewModel 1.0.2 Ben Wallis 2018-09-30 14:02:47 +0100
  • a0191576f0
    Update README.md Ben Wallis 2018-09-30 13:57:35 +0100
  • 1d96b69800
    Update README.md Ben Wallis 2018-09-30 12:51:47 +0100
  • 99abb276af Merge branch 'bugfix/FixBlockOutputPreview' 1.0.1 Ben Wallis 2018-09-30 12:49:35 +0100
  • 073fe553ea Made block output preview pane text selectable Ben Wallis 2018-09-30 12:48:24 +0100
  • 0d81d0ef54 Fixed block output preview Ben Wallis 2018-09-30 12:38:26 +0100
  • f04f9c20ed
    Update README.md Ben Wallis 2018-09-30 11:57:40 +0100
  • f71ba74425
    Update README.md Ben Wallis 2018-09-30 11:57:24 +0100
  • e225d1a0ad
    Update filtration_version.xml gh-pages Ben Wallis 2018-09-30 11:55:06 +0100
  • f58633c193
    Update filtration_version.xml Ben Wallis 2018-09-30 11:53:53 +0100
  • a37fe38787
    Update filtration_version.xml Ben Wallis 2018-09-30 11:53:22 +0100
  • c351a0f7a0
    Update filtration_version.xml Ben Wallis 2018-09-30 11:50:56 +0100
  • 04cbf218f3 Bumped version to 1.0.0 1.0.0 Ben Wallis 2018-09-30 11:43:22 +0100
  • 6007306346 Added 1.0.0 release notes 1.0.0-beta4 Ben Wallis 2018-09-28 20:44:25 +0100
  • 992bd21570 Fixed UpdateService which was erroneously using the local update manager instead of the GitHub update manager for several parts of the update process 1.0.0-beta3 Ben Wallis 2018-09-28 20:24:09 +0100
  • 7d8b32b2e7 Fixup after merging missed commit from master Ben Wallis 2018-09-28 17:58:16 +0100
  • ac904c31ff * Added default colours for TextColor, BorderColor and BackgroundColor block items (previously the default color was completely transparent) * Bumped version to 1.0.0-beta3 Ben Wallis 2018-09-28 17:47:23 +0100
  • f51fe315ad Updated Filtration.nuspec for 1.0.0-beta2 1.0.0-beta2 Ben Wallis 2018-09-28 17:27:07 +0100
  • 3ce2e12f56 Disabled setting themes for MinimapIcon, PlayEffect and SetFontSize blocks (temporary fix for issue #68) Ben Wallis 2018-09-28 17:20:42 +0100
  • 43e5b30080
    Merge pull request #88 from GlenCFL/validate-lists Ben Wallis 2018-09-27 12:38:58 +0100
  • bc99339390 Audit the static data files. #88 GlenCFL 2018-09-27 07:02:59 -0400
  • 781faae85d
    Merge pull request #87 from GlenCFL/mod-completions Ben Wallis 2018-09-27 07:08:47 +0100
  • c926808878 Remove the now irrelevant static data test. #87 GlenCFL 2018-09-26 23:40:34 -0400
  • 24d9f97717 Provide autocompletions for item mods. GlenCFL 2018-09-26 23:12:15 -0400
  • 7e4e6fe42e Refactored StaticDataService to use local resources for ItemBaseTypes.txt and ItemClasses.txt instead of the old files in APPDATA that aren't used anymore. Bumped develop version to 1.0.0-beta2 Ben Wallis 2018-09-26 19:12:31 +0100
  • c6d75cfff6 Implemented auto-update using Squirrel Reworked SettingsPageView to not need a Save Button and added a folder browser control 1.0.0-beta1 Ben Wallis 2018-09-08 22:25:48 +0100
  • 2f30eade7c
    Merge pull request #84 from azakhi/bugfix/fix-child-firing-block-selection-event Ben Wallis 2018-09-21 17:43:07 +0100
  • e719f0bce0 Fix block items firing blocklist selectionchanged #84 azakhi 2018-09-21 19:28:37 +0300
  • dffbbf3591
    Merge pull request #82 from azakhi/bugfix/81-increase-maximum-explicit-mod-rule Ben Wallis 2018-09-17 12:13:26 +0100
  • 07a7e8d05c Increase HasExplicitMod limit to 8 #82 azakhi 2018-09-17 10:37:25 +0300
  • 1ba224906c
    Merge pull request #80 from azakhi/feature/improve-section-wide-actions Ben Wallis 2018-09-16 19:19:24 +0100
  • 32523787d2 Improve commands & add multiple selection feature #80 azakhi 2018-09-13 17:34:16 +0300
  • ac6943d73b Replaced AlertSound .wav files with .mp3 files (reduces installer size by 50%~) Ben Wallis 2018-09-08 22:34:41 +0100
  • 36c0aaea17 Bumped version to 0.21 Ben Wallis 2018-09-08 10:26:45 +0100
  • 4b38a6a4e0 Bumped version to 0.20 Ben Wallis 2018-09-08 10:14:56 +0100
  • 9c44dd7e7d
    Merge pull request #79 from azakhi/feature/12-13-preserve-user-ui-choices Ben Wallis 2018-09-08 10:13:36 +0100
  • 18c878e350
    Merge pull request #75 from azakhi/feature/40-add-enable-disable-to-group-browser Ben Wallis 2018-09-08 10:12:04 +0100
  • 5d30888597
    Merge pull request #72 from azakhi/feature/improve-pasting-multiple-blocks Ben Wallis 2018-09-08 09:56:14 +0100
  • bfd722d362 Add add/delete block group support to blocks #75 azakhi 2018-09-07 15:26:12 +0300
  • d23741555a Fix tests azakhi 2018-09-06 17:17:03 +0300
  • 820aa5499e Fix block group creation azakhi 2018-09-06 17:11:27 +0300
  • 1ee38b4c0e Fix block group output & expand/collapse all azakhi 2018-09-06 14:31:06 +0300
  • 4bed777427 Improve parent group status logic azakhi 2018-09-06 13:54:54 +0300
  • 1f6cbeec86 Add enable/disable checkbox to group browser azakhi 2018-09-06 09:59:09 +0300
  • 550a2d8f25 Preserve UI states and last active document #79 azakhi 2018-09-07 19:57:32 +0300
  • ae38197052
    Merge pull request #77 from GlenCFL/save-state Ben Wallis 2018-09-07 15:05:43 +0100
  • 4fd4ffc520 Set the state to dirty on using editing commands. #77 GlenCFL 2018-09-07 04:59:57 -0400
  • e15efe4e15
    Merge pull request #76 from GlenCFL/transparency_rework Ben Wallis 2018-09-07 08:13:27 +0100
  • 196db4c730 Use Enum.IsDefined as suggested. #76 GlenCFL 2018-09-07 03:01:45 -0400
  • 910b2b8c7f Make the minimap icons transparent. GlenCFL 2018-09-06 20:01:16 -0400
  • b31ce1d843
    Merge pull request #74 from azakhi/feature/19-add-buttons-to-group-browser Ben Wallis 2018-09-05 16:01:46 +0100
  • 99a011c78c Add clear all button & missing functions #74 azakhi 2018-09-05 17:55:16 +0300
  • 69ce542c1a Improve pasting to support different copy sources #72 azakhi 2018-09-04 14:18:11 +0300
  • 2ff9ebf242
    Merge pull request #71 from azakhi/bugfix/70-fix-max-quality Ben Wallis 2018-09-04 06:45:18 +0100
  • 0eff63d706 Increase maximum quality to 30 #71 azakhi 2018-09-04 08:34:26 +0300
  • 4f8cb84121 Put theme name over if trailing is not supported #69 azakhi 2018-09-03 23:20:36 +0300
  • 49cb557ff2
    Update filtration_version.xml Ben Wallis 2018-09-03 18:58:46 +0100
  • 1b8f37ca3a
    Merge pull request #65 from azakhi/bugfix/64-fix-group-browser-filter Ben Wallis 2018-09-03 18:55:19 +0100
  • b4f02f872e
    Merge pull request #67 from azakhi/bugfix/10-fix-default-opacity Ben Wallis 2018-09-03 18:53:09 +0100
  • cfef82e53a Change default alpha value to 240 #67 azakhi 2018-09-03 15:37:10 +0300
  • bdd121f48c Fix block group browser not filtering #65 azakhi 2018-09-03 11:26:13 +0300
  • 37c1146475
    Merge 1fd96d4a48 into 0209de3817 #63 Glen M 2018-09-01 11:13:37 +0000
  • 1fd96d4a48 Make the minimap icon preview transparent. #63 GlenCFL 2018-09-01 06:58:59 -0400
  • 0209de3817
    Update README.md Ben Wallis 2018-09-01 10:15:38 +0100
  • bd1ada6706
    Update filtration_version.xml Ben Wallis 2018-09-01 10:09:16 +0100
  • 1e26a2ae3e
    Merge pull request #62 from GlenCFL/fix-reopen 0.20 Ben Wallis 2018-09-01 09:57:54 +0100
  • 54b72e44b0 Reposition the new custom sound tests. #62 GlenCFL 2018-08-31 21:06:51 -0400
  • 24df1d7687 Fix the reading of CustomAlertSounds containing path separators. GlenCFL 2018-08-31 19:57:14 -0400
  • 7162e16b49
    Merge pull request #59 from azakhi/improvements Ben Wallis 2018-08-31 15:28:18 +0100
  • 324ce4d0b3 Fix binding problem #59 azakhi 2018-08-31 17:05:21 +0300
  • de489e8b2c Fix folder bug azakhi 2018-08-31 16:54:24 +0300
  • 341b1d1eb2 Make section header parsing more generic azakhi 2018-08-31 16:13:57 +0300
  • 6be29dbd28 Add tests and fix theme bug azakhi 2018-08-31 16:02:17 +0300
  • 3851ad51e1 Add support for comments between rules azakhi 2018-08-31 14:22:26 +0300
  • 65d3e07156 Add comment support for all rule types azakhi 2018-08-31 11:21:43 +0300
  • a86ab3ec8d Use available sounds as combobox source azakhi 2018-08-31 09:40:48 +0300
  • 41722e8a57 Update icons azakhi 2018-08-31 09:00:31 +0300
  • 74ad5e9d3d
    Update filtration_version.xml Ben Wallis 2018-08-30 19:32:20 +0100
  • 3cb0a041d7
    Update README.md Ben Wallis 2018-08-30 19:31:45 +0100
  • c8778bb1eb bumped version to 0.19 0.19 Ben Wallis 2018-08-30 19:28:32 +0100
  • 8e849d6a8f
    Merge pull request #57 from azakhi/master Ben Wallis 2018-08-30 19:26:37 +0100
  • 0d3f01a856 Update item classes #57 azakhi 2018-08-30 21:23:34 +0300
  • 178ff579c6 Fix PlayEffect parsing azakhi 2018-08-30 21:22:20 +0300