Commit Graph

278 Commits

Author SHA1 Message Date
Ben Wallis e516ded476 Bumped version to 1.1.0-beta1 2018-09-30 14:06:33 +01:00
Ben Wallis f238bbf856 Fixed a crash on exit caused by a null SelectedBlockViewModel 2018-09-30 14:02:47 +01:00
Ben Wallis 073fe553ea Made block output preview pane text selectable 2018-09-30 12:48:24 +01:00
Ben Wallis 0d81d0ef54 Fixed block output preview 2018-09-30 12:38:26 +01:00
Ben Wallis 04cbf218f3 Bumped version to 1.0.0 2018-09-30 11:43:22 +01:00
Ben Wallis 6007306346 Added 1.0.0 release notes 2018-09-28 20:44:25 +01:00
Ben Wallis 992bd21570 Fixed UpdateService which was erroneously using the local update manager instead of the GitHub update manager for several parts of the update process 2018-09-28 20:24:09 +01:00
Ben Wallis 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
2018-09-28 17:47:23 +01:00
Ben Wallis f51fe315ad Updated Filtration.nuspec for 1.0.0-beta2 2018-09-28 17:27:07 +01:00
Ben Wallis 3ce2e12f56 Disabled setting themes for MinimapIcon, PlayEffect and SetFontSize blocks (temporary fix for issue #68) 2018-09-28 17:20:42 +01:00
GlenCFL bc99339390 Audit the static data files. 2018-09-27 07:21:32 -04:00
GlenCFL 24d9f97717 Provide autocompletions for item mods. 2018-09-26 23:35:39 -04:00
Ben Wallis 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
2018-09-26 19:12:31 +01:00
Ben Wallis c6d75cfff6 Implemented auto-update using Squirrel
Reworked SettingsPageView to not need a Save Button and added a folder browser control
2018-09-26 18:40:54 +01:00
azakhi e719f0bce0 Fix block items firing blocklist selectionchanged 2018-09-21 19:28:37 +03:00
azakhi 32523787d2 Improve commands & add multiple selection feature 2018-09-13 17:34:16 +03:00
Ben Wallis ac6943d73b Replaced AlertSound .wav files with .mp3 files (reduces installer size by 50%~) 2018-09-08 22:34:41 +01:00
Ben Wallis 36c0aaea17 Bumped version to 0.21 2018-09-08 10:26:45 +01:00
Ben Wallis 4b38a6a4e0 Bumped version to 0.20 2018-09-08 10:14:56 +01:00
Ben Wallis 9c44dd7e7d
Merge pull request #79 from azakhi/feature/12-13-preserve-user-ui-choices
Preserve UI states and last active document
2018-09-08 10:13:36 +01:00
Ben Wallis 18c878e350
Merge pull request #75 from azakhi/feature/40-add-enable-disable-to-group-browser
Feature/40 add enable disable to group browser
2018-09-08 10:12:04 +01:00
Ben Wallis 5d30888597
Merge pull request #72 from azakhi/feature/improve-pasting-multiple-blocks
Improve pasting to support different copy sources
2018-09-08 09:56:14 +01:00
azakhi bfd722d362 Add add/delete block group support to blocks 2018-09-07 20:36:27 +03:00
azakhi 1ee38b4c0e Fix block group output & expand/collapse all 2018-09-07 20:36:27 +03:00
azakhi 4bed777427 Improve parent group status logic 2018-09-07 20:36:27 +03:00
azakhi 1f6cbeec86 Add enable/disable checkbox to group browser 2018-09-07 20:36:27 +03:00
azakhi 550a2d8f25 Preserve UI states and last active document 2018-09-07 19:57:32 +03:00
GlenCFL 4fd4ffc520 Set the state to dirty on using editing commands. 2018-09-07 04:59:57 -04:00
GlenCFL 196db4c730 Use Enum.IsDefined as suggested. 2018-09-07 03:01:45 -04:00
GlenCFL 910b2b8c7f Make the minimap icons transparent. 2018-09-06 20:01:16 -04:00
azakhi 99a011c78c Add clear all button & missing functions 2018-09-05 17:55:16 +03:00
azakhi 69ce542c1a Improve pasting to support different copy sources 2018-09-04 14:18:11 +03:00
Ben Wallis 1b8f37ca3a
Merge pull request #65 from azakhi/bugfix/64-fix-group-browser-filter
Fix block group browser not filtering
2018-09-03 18:55:19 +01:00
azakhi cfef82e53a Change default alpha value to 240 2018-09-03 15:37:10 +03:00
azakhi bdd121f48c Fix block group browser not filtering 2018-09-03 11:26:13 +03:00
azakhi 324ce4d0b3 Fix binding problem 2018-08-31 17:05:21 +03:00
azakhi de489e8b2c Fix folder bug 2018-08-31 16:54:24 +03:00
azakhi 341b1d1eb2 Make section header parsing more generic 2018-08-31 16:13:57 +03:00
azakhi a86ab3ec8d Use available sounds as combobox source 2018-08-31 09:40:48 +03:00
azakhi 41722e8a57 Update icons 2018-08-31 09:00:31 +03:00
Ben Wallis c8778bb1eb bumped version to 0.19 2018-08-30 19:28:32 +01:00
Ben Wallis 30aa52e788 updated Delve Socketable Currency in ItemClasses 2018-08-30 19:20:44 +01:00
Ben Wallis 15c63fa222
Merge pull request #55 from azakhi/master
Copy paste sound bug fix
2018-08-30 18:00:09 +01:00
Ben Wallis cc986eea21 updated version to 0.18 and 2016 dates to 2018 2018-08-30 17:59:20 +01:00
azakhi c260014a16 Add requested changes 2018-08-30 19:56:47 +03:00
azakhi 8f0f73f185 Copy paste sound bug fix 2018-08-30 19:33:46 +03:00
Ben Wallis 15143f738f Fixed crash when scrolling with open blocks 2018-08-29 22:45:47 +01:00
azakhi 78b4ddc862 Add new filter fuatures 2018-08-29 20:12:02 +03:00
azakhi a09f0a5090 Add custom sound theme support 2018-08-29 13:11:41 +03:00
azakhi 2958d93b33 Add Custom Sound block 2018-08-27 22:43:01 +03:00
azakhi d92d34af05 Add alert sound theme support 2018-08-26 20:24:13 +03:00
azakhi bc5a005ee7 Add font size theme support & improve theme system 2018-08-25 15:52:16 +03:00
azakhi 8ba3433dcf Refactor theme code to support different types 2018-08-24 22:07:24 +03:00
azakhi d0bc0b6864 Add section search feature 2018-08-24 18:03:38 +03:00
azakhi 1eaf0b6fe5 Improve UI performance 2018-08-24 01:09:44 +03:00
azakhi 4c76dc9bab Improve test block for beam feature 2018-08-22 20:20:12 +03:00
azakhi 2a7df9a1ca Add a temporary block type for new beam feature 2018-08-22 13:15:50 +03:00
azakhi 0974579684 Add requested changes & minor bug fixes 2018-08-22 11:41:02 +03:00
azakhi c0e9c534de Add temporary block type for new type 2018-08-21 17:03:42 +03:00
azakhi 387f08db85 Improve parsing 2018-08-20 21:25:30 +03:00
azakhi 7fb9378304 Improve parsing & bug fixes 2018-08-20 21:25:30 +03:00
azakhi e5209fb459 Improve UI 2018-08-20 21:25:30 +03:00
azakhi 961805272d Make comment blocks expandable & improve parsing 2018-08-20 21:25:30 +03:00
azakhi 281c7d85e1 Fix adding comment block to collapsed section 2018-08-20 21:25:30 +03:00
azakhi 57775a9e22 Start sections collapsed & restyle buttons 2018-08-20 21:25:30 +03:00
azakhi 5817295f7c Fix adding block to a collapsed section 2018-08-20 21:25:30 +03:00
azakhi 216168533f Fix pasting sections 2018-08-20 21:25:29 +03:00
azakhi f6969a0204 Fix performance issue 2018-08-20 21:25:29 +03:00
azakhi 38053666a0 Fix collapsed section height 2018-08-20 21:25:29 +03:00
azakhi bd730dd518 Add section features 2018-08-20 21:25:29 +03:00
azakhi 2c4096ff2c Add DisableDropSound block type 2018-08-20 21:19:18 +03:00
azakhi 738415f10a Add ElderMap block type 2018-08-12 11:15:45 +03:00
azakhi 0fd2db7076 Add new base types and classes 2018-08-09 17:12:03 +03:00
azakhi 400688573c Add new block types added in 3.3 2018-08-09 16:48:11 +03:00
Ben Wallis f838b35b4c Added Murderous Eye Jewel to ItemBaseTypes.txt 2017-12-09 15:12:39 +00:00
Ben Wallis 1ecec4e9dc Bumped version to 0.17 2017-12-08 17:58:53 +00:00
GlenCFL f1b2be7d74 Add in Ben's fix for Comments not setting dirty state. 2017-12-08 12:54:53 -05:00
GlenCFL 6393a53bf5 Remove code duplication. 2017-12-08 12:12:17 -05:00
GlenCFL a0a72b5fe8 Mark comments as two way, fixing updating issues. 2017-12-08 10:44:22 -05:00
GlenCFL d96234f099 Fix the contextual Delete Section command. 2017-12-08 09:15:01 -05:00
GlenCFL 86ff670fb0 Fix for the ShChaos sound not playing. 2017-12-08 01:42:00 -05:00
Ben Wallis 9cf4d86cb0 Fixed multiline comment saving 2017-12-07 22:22:26 +00:00
Ben Wallis 523a9553d9 Fixed section browser 2017-12-07 21:36:42 +00:00
GlenCFL b98988f0b5 Merge remote-tracking branch 'upstream/master' 2017-12-07 14:16:47 -05:00
Ben Wallis d91f7e1ac3 Fixed compile warnings 2017-12-07 18:18:05 +00:00
Ben Wallis d84b17ced3 Implemented script-level undo/redo (currently hidden in UI) 2017-12-07 18:14:47 +00:00
GlenCFL fef20ff36a Fix the halting issue on window close. 2017-12-07 12:53:44 -05:00
GlenCFL 342487f800 Update the ordering of the BlockItems. 2017-12-07 09:26:33 -05:00
GlenCFL 8bf3527b69 Add support for PlayAlertSoundPositional. 2017-12-07 08:21:32 -05:00
GlenCFL 010e0dda31 Add support for the new alert sounds. 2017-12-07 06:49:25 -05:00
GlenCFL 2cf6a5953b Update both the item class and item base lists. 2017-12-06 23:24:30 -05:00
GlenCFL 1ebbe5b5a8 Add support for the new block types. 2017-12-06 23:03:46 -05:00
Ben Wallis fee2a4dd99 Initial refactoring to support CommandManager 2017-06-17 13:50:44 +01:00
Ben Wallis b65fad0679 FIL-4 Completed refactoring of Sections to ItemFilterCommentBlocks 2017-06-17 12:19:54 +01:00
Ben Wallis 4def27c49d FIL-4 Refactored script parsing to retain isolated comments as a new ItemFilterBlockComment type - UI still needs reworking with new templates and such. 2017-05-20 18:14:28 +01:00
Ben Wallis ab7aefa8a6 FIL-11 Added BlockGroupsEnabled flag to ItemFilterScript (encapsulated in new ItemFilterScriptSettings object) 2017-05-14 13:02:30 +01:00
Ben Wallis 3fe021949a Replaced AutoMapper usage for ItemFilterBlockGroup viewmodel mapping with constructor overload
Updated NuGet packages
2017-05-09 21:41:51 +01:00
Ben Wallis 8dc5864d2e Bumped version to 0.15 2016-12-03 12:14:23 +00: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 dde9f65ea6 Bumped version number to 0.14, added icon to Update Available window 2016-09-01 21:19:22 +01:00