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
/
index.js
Age
Commit message (
Expand
)
Author
2023-07-31
remove "error:" from console errors
0neGal
2023-07-24
Merge branch 'main' into packages-dir
0neGal
2023-07-22
colored console logging
0neGal
2023-07-22
mostly support installing packages through GUI
0neGal
2023-07-21
rename mods.list() properties to use snake case
0neGal
2023-07-16
initial support for packages dir
0neGal
2023-05-06
change launch button text if game is running
0neGal
2023-04-29
win.alert() now uses Promise, and added .confirm()
0neGal
2023-03-09
remove misc console.log()
0neGal
2023-03-05
fully get rid of utils.js
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-15
use custom user-agent for masterserver requests
0neGal
2023-01-12
put mods Object into src/modules/mods.js
0neGal
2023-01-12
modularize settings Object
0neGal
2023-01-12
src/extras/ is now src/modules/
0neGal
2023-01-12
basically support thunderstore_author.txt
0neGal
2023-01-12
rename: --debug to --devtools
0neGal
2022-11-23
added more user friendly error message
0neGal
2022-11-23
actually fix duplicate mods
0neGal
2022-09-14
differentiation between update() and updatevp()
0neGal
2022-08-06
feat: display a toast message if no Internet at launch
Alystrasz
2022-07-08
fixed "_sendVersionsInfo()" not found
0neGal
2022-06-07
minor changes
0neGal
2022-06-05
removed auto formatting
B
2022-06-02
added setting for auto-killing origin, functionality working
B
2022-05-30
refactored event names
0neGal
2022-05-30
simplify and comment index.js
0neGal
2022-05-30
fixed missing commas and various syntax stuff
0neGal
2022-05-16
added mod preview browser
0neGal
2022-04-28
added: error if config file isn't valid
0neGal
2022-04-13
check to make sure gamepath exists
0neGal
2022-03-24
added --no-vp-updates
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
settings page is now fully functional
0neGal
2022-02-18
fix hardware acceleration being disabled
0neGal
2022-02-18
basic drag and drop support
0neGal
2022-02-17
fixed buttons not re-enabling when closing install
0neGal
2022-02-08
Merge branch 'main' into thunderstore
0neGal
2022-02-05
button now updates when mod is removed
GitExample
2022-02-03
detection of installed mods, disabling buttons
GitExample
2022-02-03
ability to download from browser
GitExample
2022-01-24
no alert when manually changing the game path
0neGal
2022-01-23
moved modules into extras/
0neGal
2022-01-19
Merge pull request #46 from 0neGal/documentation
0neGal
2022-01-17
documented: index.js, cli.js, lang.js app/lang.js
0neGal
2022-01-17
added minimize button
0neGal
2022-01-12
feat: New UI (#26)
Rémy Raes
[next]