index
:
Viper
gamepad-support
linux-launch
linux-launch-v2
main
modularized-frontend
packages-dir
Launcher+Updater for TF|2 Northstar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
Age
Commit message (
Expand
)
Author
2023-08-20
fixed packages.list() assuming packages dir exists
0neGal
2023-08-07
fixed Northstar startup arguments not applying
0neGal
2023-07-31
accidentally wrote console.status instead of .info
0neGal
2023-07-31
remove "error:" from console errors
0neGal
2023-07-25
fixed packages having a "v" in their version
0neGal
2023-07-24
Fixed formatting issue in the up-to-date console message.
someordinaryidiot#
2023-07-24
fixed packages.js never requiring the lang module
0neGal
2023-07-24
make sure profile exists, then create packages dir
packages-dir
0neGal
2023-07-24
largely improve how we convert mods to packages
0neGal
2023-07-24
properly detect if a package has mods
0neGal
2023-07-24
fixed updating not removing older packages
0neGal
2023-07-24
fixed removing mods breaking when reading manifest
0neGal
2023-07-24
cleanup leftover files when installing packages
0neGal
2023-07-24
use prettier console logging for packages.js
0neGal
2023-07-24
Merge branch 'main' into packages-dir
0neGal
2023-07-22
colored console logging
0neGal
2023-07-22
added English strings for plugin install prompt
0neGal
2023-07-22
mostly support installing packages through GUI
0neGal
2023-07-22
unify all mods of a package into one
0neGal
2023-07-21
mods from packages can be removed in the frontend
0neGal
2023-07-21
rename mods.list() properties to use snake case
0neGal
2023-07-21
basic support for showing packages in frontend
0neGal
2023-07-16
minor changes to packages.install()
0neGal
2023-07-16
remove mods in old folder if installing to new one
0neGal
2023-07-16
fixed unzipper pre-maturily thinking it's finished
0neGal
2023-07-16
fixed packages without plugins not installing
0neGal
2023-07-16
initial support for packages dir
0neGal
2023-04-29
use await on missing path alert
0neGal
2023-04-29
win.alert() now uses Promise, and added .confirm()
0neGal
2023-04-11
functional support for EADesktop.exe
0neGal
2023-03-09
fixed missing modules in gamepath.js
0neGal
2023-03-09
handle HTTP errors when downloading Northstar
0neGal
2023-03-09
download Northstar to <cache_dir>/vipertmp
0neGal
2023-03-05
small cleanups and changes in comments
0neGal
2023-03-05
show alert when updating with game running
0neGal
2023-03-05
modularized many functions and got rid of utils.js
0neGal
2023-03-04
modularized getXXVersion() functions
0neGal
2023-01-28
expose mod author with mods.list()
0neGal
2023-01-15
added version numbers to requests in requests.js
0neGal
2023-01-12
put mods Object into src/modules/mods.js
0neGal
2023-01-12
added: src/modules/json.js
0neGal
2023-01-12
modularize settings Object
0neGal
2023-01-12
src/extras/ is now src/modules/
0neGal