| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix game launchers failing to find INI files due to registry key casing | SulfurNitride | 2026-04-11 | 3 | -11/+23 |
| * | Fix VFS rename failing for backing and mod files | SulfurNitride | 2026-04-11 | 1 | -8/+31 |
| * | Fix SLR download silently failing due to response data being discarded | SulfurNitride | 2026-04-10 | 1 | -4/+4 |
| * | Sync upstream MO2 2.5.3 Beta 3 fixes | SulfurNitride | 2026-04-10 | 5 | -6/+12 |
| * | Fix VFS rename rejecting RENAME_NOREPLACE flag from Wine | SulfurNitride | 2026-04-10 | 1 | -1/+20 |
| * | Add BethINI Pie tool plugin | SulfurNitride | 2026-04-10 | 7 | -0/+544 |
| * | Fix backup restore failing when destination file already exists | SulfurNitride | 2026-04-10 | 1 | -0/+2 |
| * | Pin PyQt6 to 6.10.x to match bundled Qt version | SulfurNitride | 2026-04-08 | 1 | -1/+1 |
| * | Remove NaK/Rust dependency, port remaining functionality to native C++ | SulfurNitride | 2026-04-08 | 65 | -8341/+2201 |
| * | Use fluorine data dir for NXM socket instead of XDG_RUNTIME_DIR | SulfurNitride | 2026-04-06 | 1 | -4/+7 |
| * | Create parent directory for NXM socket if it doesn't exist | SulfurNitride | 2026-04-06 | 1 | -0/+7 |
| * | Fix misleading "No Wine Prefix" error when launch binary not found | SulfurNitride | 2026-04-06 | 1 | -1/+1 |
| * | Add VFS performance optimizations: node cache, lookup cache, access handler | SulfurNitride | 2026-04-06 | 3 | -29/+327 |
| * | Consolidate prefix setup steps and update .NET versions | SulfurNitride | 2026-04-06 | 2 | -156/+127 |
| * | Replace winetricks dependency setup with native implementations | SulfurNitride | 2026-04-05 | 5 | -66/+664 |
| * | Add modl:// protocol support for mod.pub downloads | SulfurNitride | 2026-04-03 | 6 | -20/+46 |
| * | Replace Rust prefix setup with C++ step-by-step dialog | SulfurNitride | 2026-04-03 | 8 | -160/+1723 |
| * | Fix cabextract not found in pressure-vessel and TTW game detection | SulfurNitride | 2026-04-03 | 3 | -16/+39 |
| * | Default new executables to Use Proton enabled | SulfurNitride | 2026-04-02 | 1 | -1/+1 |
| * | Fix SLR download failures and CMake rebuild detection | SulfurNitride | 2026-04-01 | 5 | -272/+293 |
| * | Enable multi-select in downloads tab | SulfurNitride | 2026-03-31 | 1 | -0/+6 |
| * | Fix zenity symbol lookup errors when launching winetricks | SulfurNitride | 2026-03-31 | 1 | -5/+22 |
| * | Write logs to instance directory instead of CWD | SulfurNitride | 2026-03-29 | 2 | -16/+3 |
| * | Block game launch when no Wine prefix is configured | SulfurNitride | 2026-03-29 | 1 | -6/+20 |
| * | Block rootbuilder directory plugin in Python proxy | SulfurNitride | 2026-03-28 | 1 | -1/+2 |
| * | Add debug logging to game symlink creation | SulfurNitride | 2026-03-28 | 1 | -0/+18 |
| * | Search all Steam library folders for game compatdata | SulfurNitride | 2026-03-28 | 1 | -18/+20 |
| * | Clean bundled library paths before launching winetricks | SulfurNitride | 2026-03-28 | 1 | -0/+19 |
| * | Hard-blacklist rootbuilder plugin from loading | SulfurNitride | 2026-03-28 | 1 | -0/+11 |
| * | VFS case-insensitive inode paths, Root Builder browse, multi-select download ... | SulfurNitride | 2026-03-27 | 11 | -5/+184 |
| * | Multi-dir plugin loading, VFS Root Builder, Wine registry check, column visib... | SulfurNitride | 2026-03-22 | 17 | -636/+770 |
| * | Raise open file descriptor limit to 65536 in all launchers | SulfurNitride | 2026-03-21 | 3 | -0/+17 |
| * | Add per-session timestamped log files in launch directory, keep last 5 | SulfurNitride | 2026-03-18 | 2 | -5/+31 |
| * | Fix Steam game mode: strip LD_PRELOAD, robust looksValid(), restore env for g... | SulfurNitride | 2026-03-17 | 4 | -2/+61 |
| * | Fix Steam game mode: clear LD_LIBRARY_PATH, deploy native basic_games, add en... | SulfurNitride | 2026-03-17 | 4 | -4/+25 |
| * | Fix Steam game detection in game mode + add result cache | SulfurNitride | 2026-03-16 | 1 | -4/+26 |
| * | Fix looksValid() for games with nested data directories (e.g. Oblivion Remast... | SulfurNitride | 2026-03-16 | 1 | -1/+20 |
| * | Fix stale symlink check in ensureBundledPluginsLinked for /var/home distros | SulfurNitride | 2026-03-16 | 1 | -1/+7 |
| * | Fix game domain override for all Nexus API request types (site mods) | SulfurNitride | 2026-03-15 | 2 | -11/+21 |
| * | Fix const mismatch: foundGame must be const IPluginGame* to accept m_ManagedGame | SulfurNitride | 2026-03-15 | 1 | -1/+1 |
| * | Fix NXM handler rejecting nexusmods.com/site tool downloads | SulfurNitride | 2026-03-15 | 2 | -13/+41 |
| * | Add Steam Linux Runtime (SLR) support + fix Use Proton default | SulfurNitride | 2026-03-15 | 18 | -14/+663 |
| * | Fix false 'libfuse3 not found' warning on Debian/Ubuntu | SulfurNitride | 2026-03-14 | 1 | -6/+23 |
| * | Fix Qt version mixing: patchelf qt6plugins to use bundled lib/ | SulfurNitride | 2026-03-14 | 1 | -0/+6 |
| * | Bundle Qt libs missing from PyQt6 dep scan (fixes Bazzite crash) | SulfurNitride | 2026-03-14 | 1 | -0/+16 |
| * | Bundle libxcb-cursor to fix Qt xcb platform plugin crash | SulfurNitride | 2026-03-14 | 1 | -0/+11 |
| * | Update README: add Building section and NixOS runtime requirements | SulfurNitride | 2026-03-13 | 1 | -0/+35 |
| * | Fix image link and clean up README.md | SulfurNitride | 2026-03-13 | 1 | -2/+1 |
| * | Revise installation and running instructions in README | SulfurNitride | 2026-03-13 | 1 | -13/+2 |
| * | Fix DDS and winreg missing in Python plugins | SulfurNitride | 2026-03-13 | 2 | -3/+17 |