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
/
utils.js
Age
Commit message (
Expand
)
Author
2022-03-10
fix nsargs being cleared when edited out of Viper (#93)
0neGal
2022-02-24
fixed NS never being auto-updated and more
0neGal
2022-02-23
implement ability to disable NS auto-updates
0neGal
2022-02-23
Merge 0neGal/viper into settings-page
0neGal
2022-02-23
settings page is now fully functional
0neGal
2022-02-21
[fix] updates checking order
Remy Raes
2022-02-21
some functionality is now present
0neGal
2022-02-18
fix being able to upload any file
0neGal
2022-02-12
[feat] at start, restore excluded files who might have been created by an inc...
Alystrasz
2022-02-12
[fix] rename files to file.excluded if an update is available only
Alystrasz
2022-02-11
fixed windows-only bug/error
0neGal
2022-02-09
fixed false alarms of failed installs
0neGal
2022-02-09
mods installed to the wrong folder on path change
0neGal
2022-02-08
added toasts for installation of mods
0neGal
2022-02-08
post merge fixes to #50
0neGal
2022-02-08
Merge branch 'main' into thunderstore
0neGal
2022-02-07
all mods should now have proper install status
0neGal
2022-02-07
added support for more obscure mod structure
0neGal
2022-02-05
fix edge case for when Archives/mods doesn't exist
GitExample
2022-02-05
fix mod list updating properly
GitExample
2022-02-05
button now updates when mod is removed
GitExample
2022-02-05
fixed max mod install limit of 512mb
GitExample
2022-02-03
detection of installed mods, disabling buttons
GitExample
2022-02-03
ability to download from browser
GitExample
2022-01-26
fixed mods not updating after changing path
0neGal
2022-01-24
no alert when manually changing the game path
0neGal
2022-01-24
Edge case in vdf reading (#56)
3top1a
2022-01-23
fix: Finding Windows game folder (#55)
Rémy Raes
2022-01-23
moved modules into extras/
0neGal
2022-01-22
fixed setGamepath(folder)
0neGal
2022-01-22
fixed checking for linux instead of win32
0neGal
2022-01-22
implement #52 into #51
0neGal
2022-01-22
initial review of VDF parsing
0neGal
2022-01-22
Don't save settings twice
3top1a
2022-01-22
Basic, prob. linux only
3top1a
2022-01-18
fixed random text in the middle of code
0neGal
2022-01-17
first draft on documentation/adding comments
0neGal
2022-01-15
fix wrong path.join()
0neGal
2022-01-15
fix error when R2Northstar/mods isn't created
0neGal
2022-01-12
feat: New UI (#26)
Rémy Raes
2022-01-11
formatting, and localized logs
0neGal
2022-01-11
[refactor] adding translations for notification texts
Alystrasz
2022-01-11
[feat] sending a notification when an update is available during game session
Alystrasz
2022-01-11
[feat] update process is not launched if game is currently running
Alystrasz
2022-01-11
[fix] not checking for NorthstarLauncher2.exe process anymore
Alystrasz
2022-01-10
[feat] adding code to check if a tf2 process is running
Alystrasz
2022-01-10
[refactor] renaming exec to run
Alystrasz
2022-01-10
[fix] not running auto-updates if gamepath is not set
Alystrasz
2022-01-10
[fix] not running auto-updates if viper.json does not exist
Alystrasz
2022-01-10
[fix] checking for updates on viper launch
Remy Raes
[next]