aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bundle Qt libs missing from PyQt6 dep scan (fixes Bazzite crash)SulfurNitride2026-03-141-0/+16
* Bundle libxcb-cursor to fix Qt xcb platform plugin crashSulfurNitride2026-03-141-0/+11
* Update README: add Building section and NixOS runtime requirementsSulfurNitride2026-03-131-0/+35
* Fix image link and clean up README.mdSulfurNitride2026-03-131-2/+1
* Revise installation and running instructions in READMESulfurNitride2026-03-131-13/+2
* Fix DDS and winreg missing in Python pluginsSulfurNitride2026-03-132-3/+17
* Bundle PBS Python 3.12 + PyQt6, restore Python plugins as .py filesSulfurNitride2026-03-139-510/+122
* Replace wrestool with native Rust PE icon extraction (pelite)SulfurNitride2026-03-1219-84/+463
* Upgrade bundled Qt from 6.9 to 6.10 via aqtinstallSulfurNitride2026-03-122-9/+35
* Fix mobase RPATH: plugins/libs/ needs $ORIGIN/../../lib not $ORIGIN/../libSulfurNitride2026-03-121-1/+2
* Fix NixOS CI: use nix python for cmake, venv only for pybind11 pinSulfurNitride2026-03-123-62/+71
* Fix NixOS CI: use venv for pinned pybind11 (nix Python is immutable)SulfurNitride2026-03-121-7/+16
* Fix NixOS CI: pin pybind11 to 2.13.6 via pip (ABI compat with Docker build)SulfurNitride2026-03-121-3/+4
* Fix NixOS CI: add Rust toolchain, cmake configure needs nak_ffi targetSulfurNitride2026-03-122-3/+3
* Fix NixOS CI: tinyxml2 renamed to tinyxml-2 in nixpkgsSulfurNitride2026-03-121-1/+1
* Add NixOS mobase build to CI for Python plugin compatibilitySulfurNitride2026-03-122-0/+113
* Fix CI: pull pre-built Docker image instead of rebuilding every runSulfurNitride2026-03-122-14/+10
* Fix Python plugins: bundle mobase pybind11 module in plugins/libs/SulfurNitride2026-03-121-0/+5
* Fix build: add missing Qt6 find_package for OMOD installer, fix default argSulfurNitride2026-03-122-1/+4
* Add native Root Builder and OMOD Installer pluginsSulfurNitride2026-03-1210-1/+1368
* Replace Python plugins with native C++ .so, remove bundled Python (~95MB)SulfurNitride2026-03-1241-267/+4640
* Add per-executable Proton toggle and terminal launch optionSulfurNitride2026-03-129-40/+197
* Fix build: use QString::fromLocal8Bit instead of QStringEncoder::encodeSulfurNitride2026-03-111-2/+1
* Fix LOOT disabling plugins: handle Bethesda asterisk format in plugins.txtSulfurNitride2026-03-111-6/+30
* Fix rmdir for empty overwrite directory cleanupSulfurNitride2026-03-111-1/+1
* Fix empty directory cleanup after overwrite moveSulfurNitride2026-03-111-3/+7
* Fix "Create Mod..." and "Move content to Mod..." overwrite context menu actionsSulfurNitride2026-03-111-37/+47
* Fix tracked writes false positives, stale entries, portability, and launcher ...SulfurNitride2026-03-114-18/+93
* Fix CI: upload build directory instead of removed tar.gzSulfurNitride2026-03-111-18/+3
* Remove FUSE passthrough, flake.nix, and stop archiving build outputSulfurNitride2026-03-1110-865/+11
* Check CAP_SYS_ADMIN at runtime before negotiating FUSE passthroughSulfurNitride2026-03-114-2/+33
* Fix cap_sys_admin apply: copy-patch-replace to avoid text file busySulfurNitride2026-03-112-6/+12
* Patch RPATH to absolute paths when applying cap_sys_adminSulfurNitride2026-03-112-10/+29
* Fix flake.nix: add libloot hash, remove stale placeholder commentSulfurNitride2026-03-111-1/+1
* Fix LOOT ambiguous load order: use loadorder.txt as canonical orderSulfurNitride2026-03-111-26/+23
* Fix LOOT "ambiguous load order" by merging base ESMs into plugins.txtSulfurNitride2026-03-111-4/+53
* Fix LOOT launch: clean QT_PLUGIN_PATH and LD_LIBRARY_PATH from envSulfurNitride2026-03-111-2/+11
* Fix RPATH patching for .so.* files (libproxy.so.1, libpxbackend)SulfurNitride2026-03-111-1/+1
* Fix FUSE passthrough: use proper API, drop LD_LIBRARY_PATH, auto-apply capSulfurNitride2026-03-116-50/+101
* Fix flake.nix: escape bash ${var} in Nix '' stringsSulfurNitride2026-03-111-26/+26
* Sync entire app to ~/.local/share/fluorine/bin/ for stable symlinksSulfurNitride2026-03-112-45/+52
* CI: build tarball instead of AppImage, publish .tar.gz in releasesSulfurNitride2026-03-111-17/+8
* FUSE VFS performance, tracked writes fix, remove steam-run, add NixOS flakeSulfurNitride2026-03-1118-256/+1165
* Track files moved from Overwrite to mods for in-place write-backSulfurNitride2026-03-1010-21/+769
* Remove COW from FUSE VFS — write mod files in-placeSulfurNitride2026-03-092-106/+8
* FUSE VFS: lazy copy-on-write to prevent Overwrite folder pollutionSulfurNitride2026-03-092-24/+74
* Extract icons from .exe files for desktop shortcuts, add cache invalidationSulfurNitride2026-03-081-26/+295
* Fix LOOT sort for PluginsTxt games, improve desktop shortcuts, add Browse VFSSulfurNitride2026-03-087-25/+201
* Remove FUSE passthrough (CAP_SYS_ADMIN incompatible with AppImage), remove bs...SulfurNitride2026-03-086-19/+21
* FUSE VFS performance: attr cache, selective invalidation, init tuningSulfurNitride2026-03-086-89/+1066