Forgeimizer — Hellion Forge fork of Craftimizer by Asriel Camora ═══════════════════════════════════════════════════════════════════ Source code ═══════════════════════════════════════════════════════════════════ Copyright (c) 2023 Asriel Camora Original author of Craftimizer (https://github.com/WorkingRobot/Craftimizer). The entire architecture, simulator, solver, recipe data layer, synthesis hooks, macro engine, and every UI window are Asriel's work. Forgeimizer would not exist without it. Copyright (c) 2026 Hellion Online Media Hellion Forge fork maintenance: 1. Rebrand to Forgeimizer (AssemblyName, InternalName, plugin manifest, WindowSystem name, conflict detector, /forgeimizer slash command alias). 2. Dalamud SDK 14 → 15 migration for the FFXIV 7.5 / Dalamud API 15 cycle. Scope: the ValueType → AtkValueType rename in FFXIVClientStructs, the local IEndObject interface that replaces the removed Dalamud ImRaii.IEndObject, the typed ImRaii disposable returns (TabItemDisposable, ColorDisposable), and the ImRaii.TabItem ref-bool lifetime fix. No functional changes to crafting logic, solver, or UI behaviour. Source code is licensed under the MIT License. The full Licence text lives in the LICENSE file at the root of this repository. ═══════════════════════════════════════════════════════════════════ Visual assets ═══════════════════════════════════════════════════════════════════ Copyright (c) 2026 Florian Eck Designer of the Hellion Forge logo (docs/images/hellion-forge.png). Exclusive usage and marketing rights licensed to Hellion Online Media. This asset is NOT covered by the MIT source code licence above and may not be reused, modified, or redistributed without separate permission from the copyright holder. Copyright (c) 2023 Asriel Camora Designer of the original Craftimizer plugin icon (icon.png), the embedded graphics (Craftimizer/Graphics/*.png), and the documentation screenshots (Images/*.png). Forgeimizer continues to use these assets unchanged as both attribution to the upstream author and as the Dalamud plugin icon. Asset reuse follows the MIT Licence above. ═══════════════════════════════════════════════════════════════════ Bundled binary assets ═══════════════════════════════════════════════════════════════════ Raphael solver (Craftimizer/raphael_bindings.dll, Raphael.Net.dll) Upstream Rust + .NET binding crate bundled as a pre-built binary by the original Craftimizer build. Licensing follows the upstream Raphael project; see the upstream Craftimizer repository for the attribution chain. ═══════════════════════════════════════════════════════════════════ Acknowledgements directed at the upstream author live in NOTICE.md.