aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2023-07-21rename mods.list() properties to use snake case0neGal
2023-07-21basic support for showing packages in frontend0neGal
2023-07-16minor changes to packages.install()0neGal
2023-07-16remove mods in old folder if installing to new one0neGal
2023-07-16fixed unzipper pre-maturily thinking it's finished0neGal
2023-07-16fixed packages without plugins not installing0neGal
2023-07-16initial support for packages dir0neGal
2023-04-29use await on missing path alert0neGal
2023-04-29win.alert() now uses Promise, and added .confirm()0neGal
2023-04-11functional support for EADesktop.exe0neGal
2023-03-09fixed missing modules in gamepath.js0neGal
2023-03-09handle HTTP errors when downloading Northstar0neGal
2023-03-09download Northstar to <cache_dir>/vipertmp0neGal
2023-03-05small cleanups and changes in comments0neGal
2023-03-05show alert when updating with game running0neGal
2023-03-05modularized many functions and got rid of utils.js0neGal
2023-03-04modularized getXXVersion() functions0neGal
2023-01-28expose mod author with mods.list()0neGal
2023-01-15added version numbers to requests in requests.js0neGal
2023-01-12put mods Object into src/modules/mods.js0neGal
2023-01-12added: src/modules/json.js0neGal
2023-01-12modularize settings Object0neGal
2023-01-12src/extras/ is now src/modules/0neGal