| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix LOOT launch: clean QT_PLUGIN_PATH and LD_LIBRARY_PATH from env | SulfurNitride | 2026-03-11 | 1 | -2/+11 |
| * | Fix RPATH patching for .so.* files (libproxy.so.1, libpxbackend) | SulfurNitride | 2026-03-11 | 1 | -1/+1 |
| * | Fix FUSE passthrough: use proper API, drop LD_LIBRARY_PATH, auto-apply cap | SulfurNitride | 2026-03-11 | 6 | -50/+101 |
| * | Fix flake.nix: escape bash ${var} in Nix '' strings | SulfurNitride | 2026-03-11 | 1 | -26/+26 |
| * | Sync entire app to ~/.local/share/fluorine/bin/ for stable symlinks | SulfurNitride | 2026-03-11 | 2 | -45/+52 |
| * | CI: build tarball instead of AppImage, publish .tar.gz in releases | SulfurNitride | 2026-03-11 | 1 | -17/+8 |
| * | FUSE VFS performance, tracked writes fix, remove steam-run, add NixOS flake | SulfurNitride | 2026-03-11 | 18 | -256/+1165 |
| * | Track files moved from Overwrite to mods for in-place write-back | SulfurNitride | 2026-03-10 | 10 | -21/+769 |
| * | Remove COW from FUSE VFS — write mod files in-place | SulfurNitride | 2026-03-09 | 2 | -106/+8 |
| * | FUSE VFS: lazy copy-on-write to prevent Overwrite folder pollution | SulfurNitride | 2026-03-09 | 2 | -24/+74 |
| * | Extract icons from .exe files for desktop shortcuts, add cache invalidation | SulfurNitride | 2026-03-08 | 1 | -26/+295 |
| * | Fix LOOT sort for PluginsTxt games, improve desktop shortcuts, add Browse VFS | SulfurNitride | 2026-03-08 | 7 | -25/+201 |
| * | Remove FUSE passthrough (CAP_SYS_ADMIN incompatible with AppImage), remove bs... | SulfurNitride | 2026-03-08 | 6 | -19/+21 |
| * | FUSE VFS performance: attr cache, selective invalidation, init tuning | SulfurNitride | 2026-03-08 | 6 | -89/+1066 |
| * | Fix LOOT sort copy-back, add Linux desktop shortcuts, remove Start Menu | SulfurNitride | 2026-03-07 | 5 | -35/+182 |
| * | Fix LOOT integration: FileTime support, VFS timestamps, perf, and overwrite p... | SulfurNitride | 2026-03-07 | 7 | -38/+323 |
| * | Replace lootcli with standalone LOOT GUI AppImage on Linux | SulfurNitride | 2026-03-07 | 15 | -24/+730 |
| * | Merge pull request #33 from RevengeRip/main | SulfurNitride | 2026-03-06 | 1 | -5/+5 |
| |\ |
|
| | * | Make overwrites the highest priority | Oleg | 2026-03-07 | 1 | -5/+5 |
| |/ |
|
| * | Use direct stderr for VFS timing logs and filter Wine/Proton noise | SulfurNitride | 2026-03-05 | 3 | -16/+39 |
| * | Add VFS deploy and mount timing logs | SulfurNitride | 2026-03-02 | 2 | -12/+63 |
| * | Restore game directory permissions after each run | SulfurNitride | 2026-03-02 | 1 | -0/+17 |
| * | Fix VFS staging permissions and createTarget routing | SulfurNitride | 2026-03-02 | 2 | -14/+35 |
| * | Fix wineserver tracking matching unrelated wine prefixes | SulfurNitride | 2026-03-01 | 1 | -11/+57 |
| * | Fix saves tab showing profile-specific saves when feature is disabled | SulfurNitride | 2026-02-28 | 1 | -1/+1 |
| * | Fix modlist column visibility not persisting across relaunches | SulfurNitride | 2026-02-27 | 1 | -1/+6 |
| * | Fix SVG icons and checkboxes: bundle qt6-svg-plugins | SulfurNitride | 2026-02-27 | 11 | -0/+127 |
| * | Fix DownloadManager::stateChanged signal connection | SulfurNitride | 2026-02-27 | 1 | -1/+1 |
| * | Fix NXM handler: use absolute path in desktop file Exec line | SulfurNitride | 2026-02-27 | 1 | -1/+3 |
| * | Fix NXM handler for AppImage: use stable executable path | SulfurNitride | 2026-02-27 | 1 | -1/+10 |
| * | Fix process tracking for Wine/Proton game processes | SulfurNitride | 2026-02-27 | 2 | -11/+72 |
| * | Fix log copy truncation, enable ccache for build cache | SulfurNitride | 2026-02-25 | 4 | -5/+34 |
| * | Fix process tracking for Wine/Proton game processes | SulfurNitride | 2026-02-25 | 1 | -7/+61 |
| * | Fix non-Steam game launch: skip steam bridge, fix process tracking | SulfurNitride | 2026-02-25 | 2 | -8/+43 |
| * | Remove umu-run, keep game as child process for Steam tracking | SulfurNitride | 2026-02-23 | 20 | -398/+216 |
| * | Fix CI: use Docker build like build.sh, fix GHCR uppercase tag | SulfurNitride | 2026-02-23 | 3 | -149/+61 |
| * | Fix AppImage plugin loading, save timestamps, and INI corruption | SulfurNitride | 2026-02-20 | 20 | -1336/+1804 |
| * | Add Python init diagnostics, AppImage build system, misc Linux fixes | SulfurNitride | 2026-02-19 | 62 | -2411/+1108 |
| * | Fix fomod-plus image loading and settings file location on Linux | SulfurNitride | 2026-02-18 | 2 | -5/+10 |
| * | Read Fluorine prefix path from config.json instead of QSettings | SulfurNitride | 2026-02-18 | 1 | -5/+20 |
| * | Fix save deploy/sync for non-Bethesda games using Saved Games directory | SulfurNitride | 2026-02-18 | 4 | -102/+146 |
| * | Log Wine prefix plugin/INI paths at startup, fix noisy mergeTweak warning | SulfurNitride | 2026-02-18 | 2 | -1/+15 |
| * | Fix Wine prefix deployment, INI handling, and data directory paths | SulfurNitride | 2026-02-17 | 73 | -391/+1458 |
| * | Update README to remove native build instructions | SulfurNitride | 2026-02-17 | 1 | -33/+1 |
| * | Fix FUSE VFS reporting wrong timestamps on save files | SulfurNitride | 2026-02-16 | 1 | -2/+41 |
| * | Clarify native build support in README | SulfurNitride | 2026-02-15 | 1 | -0/+2 |
| * | Replace Python build deps with uv across all build paths | SulfurNitride | 2026-02-15 | 7 | -90/+85 |
| * | Bootstrap Python venv with uv when system packages are missing | SulfurNitride | 2026-02-15 | 1 | -5/+38 |
| * | Fix system umu-run detection finding bundled copy instead | SulfurNitride | 2026-02-15 | 1 | -3/+19 |
| * | Merge pull request #11 from RevengeRip/main | SulfurNitride | 2026-02-15 | 2 | -2/+7 |
| |\ |
|