Commit Graph

347 Commits

Author SHA1 Message Date
Asriel Camora f8f876d5f4 Implement macro scoring and suggesting 2023-10-10 01:40:52 -07:00
Asriel Camora 65adab7740 Add multi-execution helper for simulator 2023-10-10 00:40:33 -07:00
Asriel Camora 7327a1a844 Add MaxThreadCount default 2023-10-10 00:39:38 -07:00
Asriel Camora bdabbbdafa API9 updates 2023-10-10 00:39:23 -07:00
Asriel Camora 6bfff06ac4 Implement max thread count setting using semaphores 2023-10-02 23:02:11 -07:00
Asriel Camora 42a1bc1117 Use TPL when solving with all algorithms 2023-10-02 22:28:12 -07:00
Asriel Camora c0f579f23b Split solver into MCTS and algorithms 2023-10-02 13:07:06 -07:00
Asriel Camora e6081f5e60 Remove crafty namespace from solver 2023-10-02 12:16:43 -07:00
Asriel Camora cfb5c53f3b Make crafting log ui nicer, remove redundant code 2023-10-02 12:16:01 -07:00
Asriel Camora d9e78166d9 Updates for v9, begin ui rework 2023-10-01 03:43:11 -07:00
Asriel Camora 36b9e4fb6d Add HQ consumables to crafting log 2023-09-27 23:36:27 -07:00
Asriel Camora 9dc83be155 Fix crash when rendering macros and unable to craft recipe 2023-09-26 16:06:53 -07:00
Asriel Camora 3648cb585d Use exp array idx for job levels 2023-09-26 16:05:58 -07:00
Asriel Camora 8493da8fec Add json to release 2023-07-23 10:05:40 +04:00
Asriel Camora f63dfea294 GA 1.2.0.0 2023-07-23 08:38:17 +04:00
Asriel Camora a76e23bd14 Add GA plogon deployment
Lets see if this works first try or not
2023-07-23 08:12:34 +04:00
Asriel Camora 08c5324b34 Code formatting fixes 2023-07-23 06:05:04 +04:00
Asriel Camora 49d9d8d215 Bump versioning 2023-07-23 05:00:32 +04:00
Asriel Camora 93500d7f6f Nitpick typo 2023-07-23 04:59:28 +04:00
Asriel Camora 1a89cb32e8 Settings button can now select specific tab 2023-07-23 04:54:25 +04:00
Asriel Camora 68b36e8d4f Better synthhelper reset button 2023-07-23 04:53:54 +04:00
Asriel Camora a36925dfaa Fix synth helper button formatting 2023-07-22 17:34:11 -07:00
Asriel Camora 17a83bfb49 Tiny settings fix 2023-07-22 17:25:04 -07:00
Asriel Camora 20e3dcf758 Button size schenanigans 2023-07-23 04:23:38 +04:00
Asriel Camora 1f39be40c8 Update settings window layout again 2023-07-23 03:21:09 +04:00
Asriel Camora ec4466123c settings fixes 2023-07-23 02:55:46 +04:00
Asriel Camora c96b86d9cb Update settings window with tab bar/notebook layout, add about page 2023-07-23 02:30:44 +04:00
Asriel Camora c344815e50 Moved algorithm into SolverConfig, multi configuration support 2023-07-23 02:28:18 +04:00
Asriel Camora bac96201d2 Add synth helper progress bars 2023-07-21 10:19:38 -07:00
Asriel Camora c471d3edf8 Split synth helper, use ienumerator to manage state 2023-07-21 20:44:15 +04:00
Asriel Camora 809f5e04b0 Implement synthesis helper
I feel like it's still super janky so far.. hopefully more improvements soon
2023-07-21 16:02:16 +04:00
Asriel Camora ca6d6de934 Synthesis helper config options 2023-07-21 16:01:18 +04:00
Asriel Camora 1e5cc96837 Invoke algorithm directly from enum 2023-07-21 16:01:01 +04:00
Asriel Camora 918252f9fe Crafting Log window changes 2023-07-21 16:00:30 +04:00
Asriel Camora 04f3302605 Simulator window changes 2023-07-21 15:59:53 +04:00
Asriel Camora 8aee6e54af Change RecipeNote code into utility 2023-07-21 15:57:46 +04:00
Asriel Camora bd43533a4a No need to track network condition changes, use the UI for everything 2023-07-21 15:56:31 +04:00
Asriel Camora b99158727c Better Action and ClassJob lookups 2023-07-21 15:54:31 +04:00
Asriel Camora 0e6fbe5418 Switch back to record structs 2023-07-21 15:53:50 +04:00
Asriel Camora f1f60752b5 Allow existing conditions to be ticked in SimulatorNoRandom 2023-07-21 15:52:25 +04:00
Asriel Camora 8c73796b75 Solver token handling fixes, formatting tweaks 2023-07-21 15:51:52 +04:00
Asriel Camora 807e0838a2 Add craft Condition update network handler
No need to rely on ui anymore :) ty to infi in discord for helping
2023-07-21 15:48:43 +04:00
Asriel Camora c8231b5d2a Refactor ui code, add temp synth window 2023-07-17 00:13:59 +04:00
Asriel Camora 858d5d468c Bump versioning 2023-07-16 00:17:11 +04:00
Asriel Camora cb9dcb358f Yet more ui tweaks 2023-07-16 00:09:37 +04:00
Asriel Camora 1cc83ca959 Minor ui tweaks 2023-07-16 00:01:19 +04:00
Asriel Camora 8417ee4fc5 Remove combo actions from view 2023-07-15 23:54:26 +04:00
Asriel Camora 88babd3844 Move around options, add algorithm selector 2023-07-15 23:45:21 +04:00
Asriel Camora 376a9fe7cb Remove frame timers, fix underline color 2023-07-15 23:09:17 +04:00
Asriel Camora 5cd9f10917 Refactor and update settings window 2023-07-15 22:46:57 +04:00