-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Aksel edited this page Jun 9, 2024
·
8 revisions
- The API heartbeat call to keep the session active wasn't called. It's now fixed.
- Made the session not start unless the user has signed in before or a session is included in the page URL on Newgrounds.
- Login page example improvements. Added animations to the different states.
- Offline data only stores the highest and lowest score of the user, and submits them when signing in/going online.
- Refreshing the session skips doing a request if there's no session id.
- Fixed
NG.scoreboard_get_scores
, which wouldn't load scores. - Saved failed scoreboard scores weren't working, they're fixed now.
- Cleaned up the structure of the project
- Added an example sign in screen,
addons/newgrounds/examples/example_login_screen.tscn
. - Added the signals
on_signin_started
,on_signin_cancelled
toNewgroundsSessionWatcher
-
NewgroundsRequest
now emits an error on non-200 http status codes. - Print error when Newgrounds import fails.
- A quick start guide opens on the first time the plugin is enabled.
- Added support for medal names with characters that are not allowed in filenames.
- Everything by everyone