-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Squirrel code for HTTP requests #531
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the script itself is good but the formatting doesn't follow the respawn way
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
I hate you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More formatting, just a couple things that got missed
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
…tarMods into squirrel-http-main # Conflicts: # Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be Northstar.Client as it doesn't provide custom content but client functionality. A server may be running without Northstar.Custom which could cause client mods that need http request to compile error
Negative, it's both client, server and UI and I don't want to dupe code. We did have talks about a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bro
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Odd.Querschitt.zip
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
boy do i love formatting
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Boy do I hate you >:[ |
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
…tarMods into squirrel-http-main # Conflicts: # Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Any more overzealous change requests or can I finally have this locked down for testing and merge. |
Idk if its your IDE or what but the formatting is still broken |
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
Northstar.Custom/mod/scripts/vscripts/sh_northstar_http_requests.gnut
Outdated
Show resolved
Hide resolved
…ts.gnut Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Did not test though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and working
Required by R2Northstar/NorthstarLauncher/#344, adds the Squirrel functions required to make HTTP requests for mods and gamemodes.
Available on client, servers and UI code.
Please check the launcher PR for more information.