Asriel Camora
|
5205497946
|
Add settings window
|
2023-06-29 13:11:18 -07:00 |
|
Asriel Camora
|
d982a9b8c5
|
Simulator changes
- Progress bar tooltips in crafting log
- Disable modifying actions when generating
- Better bottom button layout
- Saving/save new, etc
|
2023-06-29 12:47:32 -07:00 |
|
Asriel Camora
|
9481f67cf3
|
Flesh out crafting log window
|
2023-06-29 12:46:17 -07:00 |
|
Asriel Camora
|
84d63ae4d7
|
Add macro wait times
|
2023-06-29 12:45:58 -07:00 |
|
Asriel Camora
|
6b04abdef4
|
Split simulation window, add solving, buttons, etc
|
2023-06-29 01:49:15 -07:00 |
|
Asriel Camora
|
875659e496
|
Added simulator ToString impls (similar to records)
|
2023-06-29 01:47:01 -07:00 |
|
Asriel Camora
|
37950b557e
|
Cancellable solving, re-added solving randomization
|
2023-06-29 01:46:21 -07:00 |
|
Asriel Camora
|
1370957fc7
|
Finish effects and actions display w/ wrapping
|
2023-06-27 22:25:15 -07:00 |
|
Asriel Camora
|
98dae0c2c5
|
Big UI changes, drag and drop works
todo:
- action history doesnt wrap
- macro saving + suggestion/solving
- show macros in craftinglog window (still untested)
|
2023-06-27 02:54:34 -07:00 |
|
Asriel Camora
|
ef12bf8351
|
Revamp UI and all sortsa stuff
|
2023-06-25 01:02:00 -07:00 |
|
Asriel Camora
|
866e30a5bc
|
Simulator changes
|
2023-06-25 01:01:47 -07:00 |
|
Asriel Camora
|
62efffa3e7
|
starting new crafting log ui
|
2023-06-23 03:39:27 -07:00 |
|
Asriel Camora
|
a5d1b18840
|
UI changes and stuff
|
2023-06-23 03:02:33 -07:00 |
|
Asriel Camora
|
37156c7f33
|
Add manipulation action flag and starting quality field
|
2023-06-23 03:02:03 -07:00 |
|
Asriel Camora
|
de2feb2b34
|
Add mini window next to crafting hud when recipe is shown
|
2023-06-23 00:20:07 -07:00 |
|
Asriel Camora
|
c1caa46838
|
Minor changes
|
2023-06-23 00:19:32 -07:00 |
|
Asriel Camora
|
0de1faa112
|
Add benchmarks
|
2023-06-21 20:44:13 -07:00 |
|
Asriel Camora
|
dba76e319c
|
Fancy simd horizontal max
|
2023-06-21 16:12:44 -07:00 |
|
Asriel Camora
|
5faaa02f1a
|
Remove threadlocal dependence
|
2023-06-21 13:20:05 -07:00 |
|
Asriel Camora
|
0f2267dabf
|
Re enable random actions
|
2023-06-21 11:42:22 -07:00 |
|
Asriel Camora
|
f3445f3cb9
|
Customizable solver config, remove simulator emplace/displace methods
|
2023-06-21 10:38:08 -07:00 |
|
Asriel Camora
|
11b4b7f6d9
|
Remove all unncessesary data instantiations
|
2023-06-21 10:07:16 -07:00 |
|
Asriel Camora
|
1dda7496e9
|
Remove unused NodeData instantiations
|
2023-06-21 09:40:37 -07:00 |
|
Asriel Camora
|
270963dd4a
|
Stop using Arena type since everything can be GC'd easily
|
2023-06-21 09:12:45 -07:00 |
|
Asriel Camora
|
5189ef5d74
|
last optimization stuff i promise
|
2023-06-21 07:52:21 -07:00 |
|
Asriel Camora
|
52ad8a4cb0
|
even more minor optimizations, use random now
|
2023-06-21 07:36:43 -07:00 |
|
Asriel Camora
|
0b2b80d6b5
|
More minor optimizations
|
2023-06-21 06:16:57 -07:00 |
|
Asriel Camora
|
fc0ffc11f3
|
Minor optimizations
|
2023-06-21 05:58:08 -07:00 |
|
Asriel Camora
|
b7393b5c65
|
Improve simd code
|
2023-06-20 22:38:26 -07:00 |
|
Asriel Camora
|
47c9339d56
|
Replace ActionHistory with persistent ActionStatuses
|
2023-06-20 22:37:59 -07:00 |
|
Asriel Camora
|
cdd4f5923e
|
Precompute base progress/quality increases
|
2023-06-20 17:07:16 -07:00 |
|
Asriel Camora
|
1d0d4cf8ce
|
Vectorize evaluation
|
2023-06-19 17:02:09 -07:00 |
|
Asriel Camora
|
05ead22448
|
Some analyzer code style changes
|
2023-06-19 10:03:57 -07:00 |
|
Asriel Camora
|
6d61e022b6
|
Fixed ActionSet behavior
IndexOf might be killing the performance though..
|
2023-06-19 08:52:25 -07:00 |
|
Asriel Camora
|
5edec27977
|
some changes
|
2023-06-19 08:15:39 -07:00 |
|
Asriel Camora
|
e546ff2dcd
|
Use ActionSet instead of a List
|
2023-06-18 12:35:32 -07:00 |
|
Asriel Camora
|
a6ab098890
|
Speed up Rust's max_by implementation
|
2023-06-18 12:28:53 -07:00 |
|
Asriel Camora
|
5e19ed1449
|
Remove crafty implementation bug behavior
|
2023-06-18 12:24:36 -07:00 |
|
Asriel Camora
|
000965dc07
|
Swap to ThreadStatic
|
2023-06-18 12:22:58 -07:00 |
|
Asriel Camora
|
bae48844b5
|
fix to be identical to crafty, remove debugs
|
2023-06-18 03:50:48 -07:00 |
|
Asriel Camora
|
e190368d62
|
Big changes 2
- Split into several projects
- All dalamud/lumina deps are in the plugin
- Crafty/craftingway sim implemented!
- optimizations to follow
|
2023-06-17 08:50:46 -07:00 |
|
Asriel Camora
|
15d416ef2a
|
Convert Simulation into data-oriented SimualtionState
|
2023-06-16 00:25:38 -07:00 |
|
Asriel Camora
|
5555966b5b
|
Convert actions to singletons resolved from ActionType enum
|
2023-06-16 00:03:15 -07:00 |
|
Asriel Camora
|
faa73d238c
|
biiiig changes
|
2023-06-15 16:19:43 -07:00 |
|
Asriel Camora
|
83abfba4d5
|
Group available actions together
|
2023-06-14 11:56:23 -07:00 |
|
Asriel Camora
|
1957baebc6
|
border window?
|
2023-06-14 11:36:59 -07:00 |
|
Asriel Camora
|
dae92250d5
|
Add better action tooltips
|
2023-06-14 11:00:45 -07:00 |
|
Asriel Camora
|
387a51ec55
|
Increase step count
|
2023-06-14 10:49:49 -07:00 |
|
Asriel Camora
|
bf74e14d19
|
Added buff action base class
|
2023-06-14 10:46:17 -07:00 |
|
Asriel Camora
|
0ac51b2002
|
Standardize more action code
|
2023-06-14 10:35:43 -07:00 |
|