JonKazama-Hellion
b598c03e9e
Apply csharpier reflow across source tree
...
Reformats the entire Craftimizer source tree with dotnet csharpier 1.2.6
to match the Hellion Forge house style (matches what HellionChat enforces
in its pre-push pipeline). Pure whitespace + using-block sorting; no
semantic changes.
This is a one-time noisy commit. Future code edits in this fork should
land csharpier-clean because the pre-push hook (introduced in the next
commit) runs `dotnet csharpier check Craftimizer/` as Block C of the
preflight gate.
Trade-off acknowledged: this widens the merge gap with upstream
Craftimizer should Asriel ever resume maintenance. Given the upstream
has been dormant since FFXIV 7.4 and the fork is light-rename only
(internal namespaces unchanged), the marginal cost is acceptable.
2026-05-26 20:21:21 +02:00
Asriel Camora
d4de8524c6
No more ExtractText or soft hyphens
2025-08-19 00:07:53 -07:00
Asriel Camora
b9da027283
Fix #43
2025-08-18 22:44:26 -07:00
Asriel Camora
3dbd09dd7b
Move around custom CS structs
2025-08-18 22:44:04 -07:00
Haselnussbomber
5b9ca4f5f8
Strip soft hyphens
2025-04-24 18:54:53 +02:00
Asriel Camora
12afada408
Add WKS level sync support
2025-04-24 01:47:33 -07:00
Asriel Camora
100f430e39
7.1 Updates
2024-11-24 01:01:06 -08:00
Asriel Camora
fa45ac072e
Change to ExdSheets 2
2024-08-06 11:53:03 -07:00
Asriel Camora
8ca53080c3
Reimplement classjob article prefix
2024-07-28 19:57:39 -07:00
Asriel Camora
65d01aeed0
Fix macro durations and trained perfection
2024-07-04 09:25:38 -07:00
Asriel Camora
716fa554bd
Fix image loading
2024-07-01 16:37:00 -07:00
Asriel Camora
2c0978f76b
API10 updates
2024-06-30 18:33:57 -07:00
Asriel Camora
1c4fd0a499
New 7.0 actions and updates
2024-06-28 16:24:56 -07:00
Asriel Camora
1bfbf6f20e
Minor init optimizations
2024-06-19 15:17:29 -07:00
Asriel Camora
f6574ae604
C# 12 stuff & ExdSheets
2024-06-14 13:21:04 -07:00
Asriel Camora
7eb02a1f34
Change to GeneratedSheets2
2024-03-19 15:56:31 -07:00
Asriel Camora
3d056b7794
Fix Manipulation action check
2023-12-14 18:01:58 -08:00
Asriel Camora
234eb3a7ab
1.9.0.0 (Testing) Release
2023-10-17 03:36:31 -07:00
Asriel Camora
bdabbbdafa
API9 updates
2023-10-10 00:39:23 -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
3648cb585d
Use exp array idx for job levels
2023-09-26 16:05:58 -07:00
Asriel Camora
08c5324b34
Code formatting fixes
2023-07-23 06:05:04 +04:00
Asriel Camora
b99158727c
Better Action and ClassJob lookups
2023-07-21 15:54:31 +04: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
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
de2feb2b34
Add mini window next to crafting hud when recipe is shown
2023-06-23 00:20:07 -07:00
Asriel Camora
5faaa02f1a
Remove threadlocal dependence
2023-06-21 13:20:05 -07:00
Asriel Camora
f3445f3cb9
Customizable solver config, remove simulator emplace/displace methods
2023-06-21 10:38:08 -07:00
Asriel Camora
05ead22448
Some analyzer code style changes
2023-06-19 10:03:57 -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