Commit Graph

369 Commits

Author SHA1 Message Date
Asriel Camora 337d42fd6e Better solver progress colors & add recipenote solver progress 2024-02-23 01:20:46 -08:00
Asriel Camora e9d6467f01 Add floating option for recipenote and synthhelper windows 2024-02-23 01:19:47 -08:00
Asriel Camora 5f9bbc1cf0 Switch to FontAtlas 2024-02-22 22:36:24 -08:00
Asriel Camora e9e4227313 Fix crafting log rendering bug (ugh) 2024-02-22 22:04:10 -08:00
Asriel Camora dd2f92de87 Release 2.0.3.0 2023-12-30 16:27:06 -08:00
Asriel Camora 511d1964c7 Fix for not sanitizing actions when accessing the task result 2023-12-30 16:26:22 -08:00
Asriel Camora 5c82f720fd Release 2.0.2.0 2023-12-14 19:13:48 -08:00
Asriel Camora dfe014df34 Fix Observe action spamming 2023-12-14 18:46:10 -08:00
Asriel Camora 3d056b7794 Fix Manipulation action check 2023-12-14 18:01:58 -08:00
Asriel Camora 38a621c21a Release 2.0.1.0 2023-11-28 15:16:40 -08:00
Asriel Camora 83e276f884 Add /craftaction command 2023-11-28 15:16:11 -08:00
Asriel Camora 81d6509008 Release 2.0.0.0 ᕙ(⇀‸↼‶)ᕗ 2023-11-23 21:56:38 -08:00
Asriel Camora 1fe8db7da9 Fix arc segment fuckery when it's near full 2023-11-23 20:49:31 -08:00
Asriel Camora fd80536ec6 Update icon 2023-11-23 20:08:42 -08:00
Asriel Camora b83ab652cb put TextWrapPos into ImRaii2 2023-11-18 03:17:36 -08:00
Asriel Camora 2f1cbfd01b Use TextUnformatted to remove %%, add tooltip auto-wrapping 2023-11-18 02:56:56 -08:00
Asriel Camora a5033463ec Release 1.9.5.0 2023-11-18 01:49:39 -08:00
Asriel Camora 2f6d585a38 Fix action rendering in macro window to be consistent with hotbars 2023-11-18 01:48:11 -08:00
Asriel Camora 65b41f5c52 Add drag & drop for macro editor (both action hotbars & moving actions) 2023-11-18 01:47:45 -08:00
Asriel Camora 4854b926f6 Add move step function to sim macro utility 2023-11-18 01:46:43 -08:00
Asriel Camora 9bb76467b9 Move macros instead of swapping 2023-11-18 01:07:31 -08:00
Asriel Camora d186c426b3 Change order of buttons in macro list 2023-11-18 01:07:13 -08:00
Asriel Camora 6a3065e0c0 Add settings button to macro list 2023-11-18 01:06:24 -08:00
Asriel Camora c798e34132 fix NRE in /craftmacros 2023-11-18 01:05:53 -08:00
Asriel Camora 5b2033afc5 Support disabled icon buttons 2023-11-18 01:05:26 -08:00
Asriel Camora 4fd2cd989b Drop Drop reordering for macro list 2023-11-17 11:54:36 -08:00
Asriel Camora 68358d9ad1 Use EquipGearset instead of calling a command 2023-11-17 01:38:31 -08:00
Asriel Camora e72c5294de Refactor/clean up Chat 2023-11-16 22:34:14 -08:00
Asriel Camora 5979b8f6f5 Hover over a wider margin to prevent flashing; only execute if able 2023-11-16 14:41:18 -08:00
Asriel Camora e2381eb4b5 Add settings button to macro editor 2023-11-16 13:56:16 -08:00
Asriel Camora 74367e0566 Fix .NET 8 IDE suggestions 2023-11-16 13:54:34 -08:00
Asriel Camora 0de5697428 Release 1.9.4.0 2023-11-15 04:17:41 -08:00
Asriel Camora bce114d731 Disable synthhelper if a macro is running 2023-11-15 03:51:05 -08:00
Asriel Camora 976df3cbae Implement synthhelper settings 2023-11-15 03:50:25 -08:00
Asriel Camora a1cdbdf5fc Implement SynthHelper 2023-11-15 02:53:31 -08:00
Asriel Camora 72befe8049 Move dynamic bars to dedicated helper class 2023-11-15 02:53:10 -08:00
Asriel Camora 2549bb47ae Move simulation and macro state to separate class 2023-11-15 01:09:03 -08:00
Asriel Camora eceb8a1182 Add most of SynthHelper backend 2023-11-15 00:16:47 -08:00
Asriel Camora ca92a78197 Restart RecipeNote solving if it was stopped halfway through 2023-11-15 00:12:35 -08:00
Asriel Camora 36df0afb4c Fix Final Appraisal duration 2023-11-15 00:11:53 -08:00
Asriel Camora 6ccbe6303e Overlay default values if it doesn't exist 2023-11-14 16:15:13 -08:00
Asriel Camora 5f33779409 Release 1.9.3.0 2023-11-14 02:59:58 -08:00
Asriel Camora 1bdf4412c8 Use ref int instead of callback for progress 2023-11-14 02:50:36 -08:00
Asriel Camora 930cbcce25 Replace unused worker progress delegate 2023-11-14 02:24:28 -08:00
Asriel Camora 8f5f199682 Add solver progress bar 2023-11-14 02:21:04 -08:00
Asriel Camora 12359edc53 Merge branch 'condition-furcation' into main 2023-11-14 00:59:00 -08:00
Asriel Camora f5b417ffc0 Fix test 2023-11-14 00:57:20 -08:00
Asriel Camora fc62e8ae1b Remove condition randomness in settings window 2023-11-14 00:53:14 -08:00
Asriel Camora 466d7ab508 Fix missing percents and use % for stats of expert recipe quality bar 2023-11-14 00:47:12 -08:00
Asriel Camora 51e5f6e049 Remove focused actions and observe from action set (combos exist) 2023-11-14 00:44:39 -08:00