aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2024-06-09fixed missing/renamed IPC events0neGal
2024-06-08initial commit to better modularize frontend0neGal
2024-05-31fixed error when enabledmods.json cant be parsed0neGal
2024-04-30fixed killing EA Desktop at times failing on Linux0neGal
2024-04-30fixed game sometimes not shown as running on Linux0neGal
2024-04-30fixed #231 (hopefully)0neGal
2024-02-05switch to unzip-stream over unzipperv1.11.00neGal
2024-02-05fixed trying to remove core mods that dont exist0neGal
2024-02-04removed use of "vipertmp" folder0neGal
2024-02-04deleting request cache now deletes old cache file0neGal
2024-02-04fixed "Northstar is not installed!" when updating0neGal
2024-02-04merge src/modules/window.js into src/win.js0neGal
2024-02-04remove newlines from version.titanfall()0neGal
2024-02-04move IPC events into their respective modules0neGal
2024-02-03requests.js ignores cache time when no internet0neGal
2024-02-03src/modules/settings.js now provides a function0neGal
2024-01-29prevent multiple updates running simultaneously0neGal
2024-01-24entirely refactor src/modules/requests.js0neGal
2024-01-12deprecate ns_startup_args.txt0neGal
2024-01-11updating Northstar now deletes existing core mods0neGal
2023-11-08added progress bar to download and extraction0neGal
2023-09-16added buttons for fixing some problems and alike0neGal
2023-09-16more minor fixes to the change in lang files0neGal
2023-09-16handle gamepaths with missing read/write perms0neGal
2023-09-16made some lang keys far more logical0neGal
2023-09-16added button to force kill game0neGal
2023-09-13fixed settings file refusing to save if invalid0neGal
2023-09-13synchronize changes to settings from main process0neGal
2023-08-26fixed edge case where packages.list() still broke0neGal
2023-08-21properly detect outdated and up-to-date packages0neGal
2023-08-20fixed packages.list() assuming packages dir exists0neGal
2023-08-07fixed Northstar startup arguments not applying0neGal
2023-07-31accidentally wrote console.status instead of .info0neGal
2023-07-31remove "error:" from console errors0neGal
2023-07-25fixed packages having a "v" in their version0neGal
2023-07-24Fixed formatting issue in the up-to-date console message.someordinaryidiot#
2023-07-24fixed packages.js never requiring the lang module0neGal
2023-07-24make sure profile exists, then create packages dirpackages-dir0neGal
2023-07-24largely improve how we convert mods to packages0neGal
2023-07-24properly detect if a package has mods0neGal
2023-07-24fixed updating not removing older packages0neGal
2023-07-24fixed removing mods breaking when reading manifest0neGal
2023-07-24cleanup leftover files when installing packages0neGal
2023-07-24use prettier console logging for packages.js0neGal
2023-07-24Merge branch 'main' into packages-dir0neGal
2023-07-22colored console logging0neGal
2023-07-22added English strings for plugin install prompt0neGal
2023-07-22mostly support installing packages through GUI0neGal
2023-07-22unify all mods of a package into one0neGal
2023-07-21mods from packages can be removed in the frontend0neGal