Age | Commit message (Collapse) | Author |
|
UI integration for the mod downloading feature. Feature activation locked behind a convar.
|
|
Script component of plugins v3. See launcher PR for more info.
https://github.com/R2Northstar/NorthstarLauncher/pull/472
|
|
Currently, we don't do anything with origin auth failure, meaning the next request just fails, and we get not particularly relevant error messages (player not found, invalid masterserver token)
|
|
* Safe IO script part
* Fix compile-check
* Apply suggestions from code review
* Fix compile-check... again...
* Apply suggestions from code review :(
* Apply suggestions from code review
* stuff :)
* :D
* Add optional failure callback
* fix :)
* he forgot
forgor
* Fix memory leak :)
* gah
* oops :)
* Use failed callback if the json file is invalid
---------
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
|
|
* move to native structs
* add connect callbacks
* update native functions register
* trigger callbacks on double click
* use suggestions
|
|
* test
* Update cl_presence.nut
* Update Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut
* Apply suggestions from code review
* New scripts
* fix playlist and add native funcs to build
* remove snake cases from GameStateStruct
* I forgor
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
|
|
* first test compile
* rename job step
* compile separately without Northstar.Custom
* move to release instead of main branch
* create json for compile check native functions
* update to use v2 and json file
* Add description of compile-check action
Co-authored-by: Maya <11448698+RoyalBlue1@users.noreply.github.com>
|