Releases: Pantotone/YARG-BleedingEdge
Nightly Build - d738a23c845af052a4d6bde9052eccf21e5c2a84
Built using the commit YARC-Official/YARG@d738a23
⚠️ This build is an extremely early beta, so bugs are expected. ⚠️
If you want the most stable version, click here.
Downloads are below.
📋 Changes
-
Update YARG.Core to include note skip fix (@RileyTheFox)
-
Drive front end visuals by input time to prevent tearing/stuttering (@RileyTheFox)
-
Potential fix for help bar staying in practice mode (@RileyTheFox)
-
Change default text values of practice hud stats to be zeroes (@RileyTheFox)
-
Adjust restart section icon to be aligned with dpad icon (@RileyTheFox)
-
Adjust note speed so notes stay the same distance when slowing down i… (@RileyTheFox)
-
Pass anti ghosting and infinite front end setting to engine parameters (@RileyTheFox)
-
Add infinite front end setting (@RileyTheFox)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
Automatically select first option (@EliteAsian123)
-
Fixed up practice pause menu (@EliteAsian123)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
New pause menu system (@EliteAsian123)
-
Add dev folder for editor and test builds (@RileyTheFox)
-
Added Kadu's no player warning concept (@EliteAsian123)
-
Remove invisible option from difficulty select (@EliteAsian123)
-
Add no player warning (@EliteAsian123)
-
Move pause menu script (@EliteAsian123)
-
Fixed track scaling (@EliteAsian123)
-
Fixed difficulty select (@EliteAsian123)
-
Fix publish builds of YARG.Core copying in conflicting assemblies (@TheNathannator)
-
Fix help bar not disabling (@RileyTheFox)
-
Switch to nativeless version of DryWetMidi (@TheNathannator)
-
Stop scrolling at navigation group bounds when holding up/down (@TheNathannator)
-
Rework navigation schemes to allow handlers to receive context (@TheNathannator)
-
Fix navigation groups not being navigatable until being moused over (@TheNathannator)
-
Fix music player resetting when switching menus (@TheNathannator)
-
Restart section on audio end in practice instead of quitting (@TheNathannator)
-
Fix a bunch of audio syncing issues (@TheNathannator)
-
Completely refactor input offset handling (@TheNathannator)
-
Account for song speed in audio resyncing and practice auto-restart (@TheNathannator)
-
Adjust SetSongTime logging (@TheNathannator)
-
Account for audio calibration when seeking audio (@TheNathannator)
-
Properly limit and check sync speed adjustment (@TheNathannator)
-
Further fix stems desyncing when seeking audio (@TheNathannator)
-
Always use input update time instead of instant time in game manager (@TheNathannator)
-
Properly clamp audio speed to BASS's limits (@TheNathannator)
-
Rewrite audio syncing to no longer be async (@TheNathannator)
-
Speed up audio syncing at larger desync distances (@TheNathannator)
-
Another font got debloated (@TheNathannator)
-
Create script for the pause menu (@TheNathannator)
-
Split pause and resume methods to accomodate diverging handling (@TheNathannator)
-
Partially fix input time drifting as speed changes (@TheNathannator)
-
Reset split stream buffers when setting song position (@TheNathannator)
-
Quick stem mixer cleanup (@TheNathannator)
-
Clean up MOGG stream splitting a bit (@TheNathannator)
-
Limit song speed range (@TheNathannator)
-
Only allow directional navigation to repeat; indicate repeated events (@TheNathannator)
-
Make song start delay constant a double instead of a float (@TheNathannator)
-
Move practice mode reset button handling to PracticeManager (@TheNathannator)
-
Add automatic practice section restarting (@TheNathannator)
-
Update YARG.Core (@TheNathannator)
-
Bunch of font asset debloating 'cause i was browsing through them lol (@TheNathannator)
-
Invoke chart load actions immediately if already loaded when subscribing (@TheNathannator)
-
Clean up song loading and handle load errors properly (@TheNathannator)
-
Use navigator for menu inputs instead of input manager (@TheNathannator)
-
Reset practice mode based on menu inputs, not gameplay inputs (@TheNathannator)
-
Only show debug text in editor and while gameplay is active (@TheNathannator)
-
Adjust debug text location/font, and add input/song time (@TheNathannator)
-
Listen to menu inputs in GameManager for pause/unpause (@TheNathannator)
-
Refactor audio sync speed adjustment slightly so setting speed doesn'… (@TheNathannator)
-
Add Set/AdjustSongSpeed methods to GameManager (@TheNathannator)
-
Add recurse option to safe file enumeration, should fix CON scanning (@TheNathannator)
-
Destroy practice hud if not in practice (@RileyTheFox)
-
Lefty flip (@EliteAsian123)
-
Show help bar icons in menu binding menu (@EliteAsian123)
-
Speed change in Practice (engine breaks though) (@RileyTheFox)
-
Added practice HUD icons (@EliteAsian123)
-
Practice hud working (@RileyTheFox)
-
Practice Hud (not completely functional) (@RileyTheFox)
-
Added back open sustains (@EliteAsian123)
-
Open HOPO notes (@EliteAsian123)
-
Fixed two errors (@EliteAsian123)
-
Moved materials around and added open note model (@EliteAsian123)
-
Fixed practice mode restart issue (@EliteAsian123)
-
Start adding practice hud scripts (@RileyTheFox)
-
Implemented dialogs (@EliteAsian123)
-
Changed note streak interval (@EliteAsian123)
-
Note streak notifications (@EliteAsian123)
-
Keep buttons held across engine reset for practice (@RileyTheFox)
-
Allow disabling force-reload, and add button to force-reload on-demand (@TheNathannator)
-
Implemented new practice section backgrounds + moved to prefab (@EliteAsian123)
-
Force script reload on play mode exit to kill thread pool (@TheNathannator)
-
Fix hit logic breaking on section restart (@RileyTheFox)
-
Added PracticeManager (@RileyTheFox)
-
Move some fields around in GameManager and add engine resetting (@RileyTheFox)
-
Updated dependencies in readme (@EliteAsian123)
-
Removed unused packages (@EliteAsian123)
-
Added package to prevent TextMeshPro font "changes" (@EliteAsian123)
-
Note speed setting in profile menu (@EliteAsian123)
-
Update YARG.Core (@TheNathannator)
-
Implemented practice section selection concept (@EliteAsian123)
-
Practice mode working (@RileyTheFox)
-
Fix InstantInputTime using update time instead of instantaneous time (@TheNathannator)
-
Don't forget to return on replay load error (@TheNathannator)
-
Fix loading tasks not displaying their messages, and clean up how mes… (@TheNathannator)
-
Don't unpause audio if song delay hasn't ended (@TheNathannator)
-
Fix input offset being incorrect when selecting a section in practice… (@TheNathannator)
-
Split out practice section navigation actions into their own methods (@TheNathannator)
-
Fix a couple SetSongTime issues and add logging for it (@TheNathannator)
Nightly Build - bdeeb8bdefd01ddf3a35d2bceadd5a969ce1085d
Built using the commit YARC-Official/YARG@bdeeb8b
⚠️ This build is an extremely early beta, so bugs are expected. ⚠️
If you want the most stable version, click here.
Downloads are below.
📋 Changes
-
Potential fix for help bar staying in practice mode (@RileyTheFox)
-
Change default text values of practice hud stats to be zeroes (@RileyTheFox)
-
Adjust restart section icon to be aligned with dpad icon (@RileyTheFox)
-
Adjust note speed so notes stay the same distance when slowing down i… (@RileyTheFox)
-
Pass anti ghosting and infinite front end setting to engine parameters (@RileyTheFox)
-
Add infinite front end setting (@RileyTheFox)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
Automatically select first option (@EliteAsian123)
-
Fixed up practice pause menu (@EliteAsian123)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
New pause menu system (@EliteAsian123)
-
Add dev folder for editor and test builds (@RileyTheFox)
-
Added Kadu's no player warning concept (@EliteAsian123)
-
Remove invisible option from difficulty select (@EliteAsian123)
-
Add no player warning (@EliteAsian123)
-
Move pause menu script (@EliteAsian123)
-
Fixed track scaling (@EliteAsian123)
-
Fixed difficulty select (@EliteAsian123)
-
Fix publish builds of YARG.Core copying in conflicting assemblies (@TheNathannator)
-
Fix help bar not disabling (@RileyTheFox)
-
Switch to nativeless version of DryWetMidi (@TheNathannator)
-
Stop scrolling at navigation group bounds when holding up/down (@TheNathannator)
-
Rework navigation schemes to allow handlers to receive context (@TheNathannator)
-
Fix navigation groups not being navigatable until being moused over (@TheNathannator)
-
Fix music player resetting when switching menus (@TheNathannator)
-
Restart section on audio end in practice instead of quitting (@TheNathannator)
-
Fix a bunch of audio syncing issues (@TheNathannator)
-
Completely refactor input offset handling (@TheNathannator)
-
Account for song speed in audio resyncing and practice auto-restart (@TheNathannator)
-
Adjust SetSongTime logging (@TheNathannator)
-
Account for audio calibration when seeking audio (@TheNathannator)
-
Properly limit and check sync speed adjustment (@TheNathannator)
-
Further fix stems desyncing when seeking audio (@TheNathannator)
-
Always use input update time instead of instant time in game manager (@TheNathannator)
-
Properly clamp audio speed to BASS's limits (@TheNathannator)
-
Rewrite audio syncing to no longer be async (@TheNathannator)
-
Speed up audio syncing at larger desync distances (@TheNathannator)
-
Another font got debloated (@TheNathannator)
-
Create script for the pause menu (@TheNathannator)
-
Split pause and resume methods to accomodate diverging handling (@TheNathannator)
-
Partially fix input time drifting as speed changes (@TheNathannator)
-
Reset split stream buffers when setting song position (@TheNathannator)
-
Quick stem mixer cleanup (@TheNathannator)
-
Clean up MOGG stream splitting a bit (@TheNathannator)
-
Limit song speed range (@TheNathannator)
-
Only allow directional navigation to repeat; indicate repeated events (@TheNathannator)
-
Make song start delay constant a double instead of a float (@TheNathannator)
-
Move practice mode reset button handling to PracticeManager (@TheNathannator)
-
Add automatic practice section restarting (@TheNathannator)
-
Update YARG.Core (@TheNathannator)
-
Bunch of font asset debloating 'cause i was browsing through them lol (@TheNathannator)
-
Invoke chart load actions immediately if already loaded when subscribing (@TheNathannator)
-
Clean up song loading and handle load errors properly (@TheNathannator)
-
Use navigator for menu inputs instead of input manager (@TheNathannator)
-
Reset practice mode based on menu inputs, not gameplay inputs (@TheNathannator)
-
Only show debug text in editor and while gameplay is active (@TheNathannator)
-
Adjust debug text location/font, and add input/song time (@TheNathannator)
-
Listen to menu inputs in GameManager for pause/unpause (@TheNathannator)
-
Refactor audio sync speed adjustment slightly so setting speed doesn'… (@TheNathannator)
-
Add Set/AdjustSongSpeed methods to GameManager (@TheNathannator)
-
Add recurse option to safe file enumeration, should fix CON scanning (@TheNathannator)
-
Destroy practice hud if not in practice (@RileyTheFox)
-
Lefty flip (@EliteAsian123)
-
Show help bar icons in menu binding menu (@EliteAsian123)
-
Speed change in Practice (engine breaks though) (@RileyTheFox)
-
Added practice HUD icons (@EliteAsian123)
-
Practice hud working (@RileyTheFox)
-
Practice Hud (not completely functional) (@RileyTheFox)
-
Added back open sustains (@EliteAsian123)
-
Open HOPO notes (@EliteAsian123)
-
Fixed two errors (@EliteAsian123)
-
Moved materials around and added open note model (@EliteAsian123)
-
Fixed practice mode restart issue (@EliteAsian123)
-
Start adding practice hud scripts (@RileyTheFox)
-
Implemented dialogs (@EliteAsian123)
-
Changed note streak interval (@EliteAsian123)
-
Note streak notifications (@EliteAsian123)
-
Keep buttons held across engine reset for practice (@RileyTheFox)
-
Allow disabling force-reload, and add button to force-reload on-demand (@TheNathannator)
-
Implemented new practice section backgrounds + moved to prefab (@EliteAsian123)
-
Force script reload on play mode exit to kill thread pool (@TheNathannator)
-
Fix hit logic breaking on section restart (@RileyTheFox)
-
Added PracticeManager (@RileyTheFox)
-
Move some fields around in GameManager and add engine resetting (@RileyTheFox)
-
Updated dependencies in readme (@EliteAsian123)
-
Removed unused packages (@EliteAsian123)
-
Added package to prevent TextMeshPro font "changes" (@EliteAsian123)
-
Note speed setting in profile menu (@EliteAsian123)
-
Update YARG.Core (@TheNathannator)
-
Implemented practice section selection concept (@EliteAsian123)
-
Practice mode working (@RileyTheFox)
-
Fix InstantInputTime using update time instead of instantaneous time (@TheNathannator)
-
Don't forget to return on replay load error (@TheNathannator)
-
Fix loading tasks not displaying their messages, and clean up how mes… (@TheNathannator)
-
Don't unpause audio if song delay hasn't ended (@TheNathannator)
-
Fix input offset being incorrect when selecting a section in practice… (@TheNathannator)
-
Split out practice section navigation actions into their own methods (@TheNathannator)
-
Fix a couple SetSongTime issues and add logging for it (@TheNathannator)
-
Rework practice section menu a bit to fix some issues (@TheNathannator)
-
Don't assign to global CurrentSong until actually entering a song (@TheNathannator)
Nightly Build - a64522180e2864039fea4566788f4f0c1e7f761e
Built using the commit YARC-Official/YARG@a645221
⚠️ This build is an extremely early beta, so bugs are expected. ⚠️
If you want the most stable version, click here.
Downloads are below.
📋 Changes
-
Restart button & resume with Back button (@RileyTheFox)
-
Fix game unpausing sometimes when selecting section menu in practice (@RileyTheFox)
-
Remove old/unused Beat structure (@TheNathannator)
-
Don't update input time while paused (@TheNathannator)
-
Refactor bindings to allow exposing the full list of single bindings (@TheNathannator)
-
Update YARG.Core to include note skip fix (@RileyTheFox)
-
Drive front end visuals by input time to prevent tearing/stuttering (@RileyTheFox)
-
Potential fix for help bar staying in practice mode (@RileyTheFox)
-
Change default text values of practice hud stats to be zeroes (@RileyTheFox)
-
Adjust restart section icon to be aligned with dpad icon (@RileyTheFox)
-
Adjust note speed so notes stay the same distance when slowing down i… (@RileyTheFox)
-
Pass anti ghosting and infinite front end setting to engine parameters (@RileyTheFox)
-
Add infinite front end setting (@RileyTheFox)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
Automatically select first option (@EliteAsian123)
-
Fixed up practice pause menu (@EliteAsian123)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
New pause menu system (@EliteAsian123)
-
Add dev folder for editor and test builds (@RileyTheFox)
-
Added Kadu's no player warning concept (@EliteAsian123)
-
Remove invisible option from difficulty select (@EliteAsian123)
-
Add no player warning (@EliteAsian123)
-
Move pause menu script (@EliteAsian123)
-
Fixed track scaling (@EliteAsian123)
-
Fixed difficulty select (@EliteAsian123)
-
Fix publish builds of YARG.Core copying in conflicting assemblies (@TheNathannator)
-
Fix help bar not disabling (@RileyTheFox)
-
Switch to nativeless version of DryWetMidi (@TheNathannator)
-
Stop scrolling at navigation group bounds when holding up/down (@TheNathannator)
-
Rework navigation schemes to allow handlers to receive context (@TheNathannator)
-
Fix navigation groups not being navigatable until being moused over (@TheNathannator)
-
Fix music player resetting when switching menus (@TheNathannator)
-
Restart section on audio end in practice instead of quitting (@TheNathannator)
-
Fix a bunch of audio syncing issues (@TheNathannator)
-
Completely refactor input offset handling (@TheNathannator)
-
Account for song speed in audio resyncing and practice auto-restart (@TheNathannator)
-
Adjust SetSongTime logging (@TheNathannator)
-
Account for audio calibration when seeking audio (@TheNathannator)
-
Properly limit and check sync speed adjustment (@TheNathannator)
-
Further fix stems desyncing when seeking audio (@TheNathannator)
-
Always use input update time instead of instant time in game manager (@TheNathannator)
-
Properly clamp audio speed to BASS's limits (@TheNathannator)
-
Rewrite audio syncing to no longer be async (@TheNathannator)
-
Speed up audio syncing at larger desync distances (@TheNathannator)
-
Another font got debloated (@TheNathannator)
-
Create script for the pause menu (@TheNathannator)
-
Split pause and resume methods to accomodate diverging handling (@TheNathannator)
-
Partially fix input time drifting as speed changes (@TheNathannator)
-
Reset split stream buffers when setting song position (@TheNathannator)
-
Quick stem mixer cleanup (@TheNathannator)
-
Clean up MOGG stream splitting a bit (@TheNathannator)
-
Limit song speed range (@TheNathannator)
-
Only allow directional navigation to repeat; indicate repeated events (@TheNathannator)
-
Make song start delay constant a double instead of a float (@TheNathannator)
-
Move practice mode reset button handling to PracticeManager (@TheNathannator)
-
Add automatic practice section restarting (@TheNathannator)
-
Update YARG.Core (@TheNathannator)
-
Bunch of font asset debloating 'cause i was browsing through them lol (@TheNathannator)
-
Invoke chart load actions immediately if already loaded when subscribing (@TheNathannator)
-
Clean up song loading and handle load errors properly (@TheNathannator)
-
Use navigator for menu inputs instead of input manager (@TheNathannator)
-
Reset practice mode based on menu inputs, not gameplay inputs (@TheNathannator)
-
Only show debug text in editor and while gameplay is active (@TheNathannator)
-
Adjust debug text location/font, and add input/song time (@TheNathannator)
-
Listen to menu inputs in GameManager for pause/unpause (@TheNathannator)
-
Refactor audio sync speed adjustment slightly so setting speed doesn'… (@TheNathannator)
-
Add Set/AdjustSongSpeed methods to GameManager (@TheNathannator)
-
Add recurse option to safe file enumeration, should fix CON scanning (@TheNathannator)
-
Destroy practice hud if not in practice (@RileyTheFox)
-
Lefty flip (@EliteAsian123)
-
Show help bar icons in menu binding menu (@EliteAsian123)
-
Speed change in Practice (engine breaks though) (@RileyTheFox)
-
Added practice HUD icons (@EliteAsian123)
-
Practice hud working (@RileyTheFox)
-
Practice Hud (not completely functional) (@RileyTheFox)
-
Added back open sustains (@EliteAsian123)
-
Open HOPO notes (@EliteAsian123)
-
Fixed two errors (@EliteAsian123)
-
Moved materials around and added open note model (@EliteAsian123)
-
Fixed practice mode restart issue (@EliteAsian123)
-
Start adding practice hud scripts (@RileyTheFox)
-
Implemented dialogs (@EliteAsian123)
-
Changed note streak interval (@EliteAsian123)
-
Note streak notifications (@EliteAsian123)
-
Keep buttons held across engine reset for practice (@RileyTheFox)
-
Allow disabling force-reload, and add button to force-reload on-demand (@TheNathannator)
-
Implemented new practice section backgrounds + moved to prefab (@EliteAsian123)
-
Force script reload on play mode exit to kill thread pool (@TheNathannator)
-
Fix hit logic breaking on section restart (@RileyTheFox)
-
Added PracticeManager (@RileyTheFox)
-
Move some fields around in GameManager and add engine resetting (@RileyTheFox)
-
Updated dependencies in readme (@EliteAsian123)
-
Removed unused packages (@EliteAsian123)
-
Added package to prevent TextMeshPro font "changes" (@EliteAsian123)
-
Note speed setting in profile menu (@EliteAsian123)
-
Update YARG.Core (@TheNathannator)
-
Implemented practice section selection concept (@EliteAsian123)
-
Practice mode working (@RileyTheFox)
-
Fix InstantInputTime using update time instead of instantaneous time (@TheNathannator)
-
Don't forget to return on replay load error (@TheNathannator)
Nightly Build - 5fa73d66826cca6bfeee63d449d2e9a7da269b6e
Built using the commit YARC-Official/YARG@5fa73d6
⚠️ This build is an extremely early beta, so bugs are expected. ⚠️
If you want the most stable version, click here.
Downloads are below.
📋 Changes
-
Remove old/unused Beat structure (@TheNathannator)
-
Don't update input time while paused (@TheNathannator)
-
Refactor bindings to allow exposing the full list of single bindings (@TheNathannator)
-
Update YARG.Core to include note skip fix (@RileyTheFox)
-
Drive front end visuals by input time to prevent tearing/stuttering (@RileyTheFox)
-
Potential fix for help bar staying in practice mode (@RileyTheFox)
-
Change default text values of practice hud stats to be zeroes (@RileyTheFox)
-
Adjust restart section icon to be aligned with dpad icon (@RileyTheFox)
-
Adjust note speed so notes stay the same distance when slowing down i… (@RileyTheFox)
-
Pass anti ghosting and infinite front end setting to engine parameters (@RileyTheFox)
-
Add infinite front end setting (@RileyTheFox)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
Automatically select first option (@EliteAsian123)
-
Fixed up practice pause menu (@EliteAsian123)
-
Merge remote-tracking branch 'upstream/rewrite' into rewrite (@RileyTheFox)
-
New pause menu system (@EliteAsian123)
-
Add dev folder for editor and test builds (@RileyTheFox)
-
Added Kadu's no player warning concept (@EliteAsian123)
-
Remove invisible option from difficulty select (@EliteAsian123)
-
Add no player warning (@EliteAsian123)
-
Move pause menu script (@EliteAsian123)
-
Fixed track scaling (@EliteAsian123)
-
Fixed difficulty select (@EliteAsian123)
-
Fix publish builds of YARG.Core copying in conflicting assemblies (@TheNathannator)
-
Fix help bar not disabling (@RileyTheFox)
-
Switch to nativeless version of DryWetMidi (@TheNathannator)
-
Stop scrolling at navigation group bounds when holding up/down (@TheNathannator)
-
Rework navigation schemes to allow handlers to receive context (@TheNathannator)
-
Fix navigation groups not being navigatable until being moused over (@TheNathannator)
-
Fix music player resetting when switching menus (@TheNathannator)
-
Restart section on audio end in practice instead of quitting (@TheNathannator)
-
Fix a bunch of audio syncing issues (@TheNathannator)
-
Completely refactor input offset handling (@TheNathannator)
-
Account for song speed in audio resyncing and practice auto-restart (@TheNathannator)
-
Adjust SetSongTime logging (@TheNathannator)
-
Account for audio calibration when seeking audio (@TheNathannator)
-
Properly limit and check sync speed adjustment (@TheNathannator)
-
Further fix stems desyncing when seeking audio (@TheNathannator)
-
Always use input update time instead of instant time in game manager (@TheNathannator)
-
Properly clamp audio speed to BASS's limits (@TheNathannator)
-
Rewrite audio syncing to no longer be async (@TheNathannator)
-
Speed up audio syncing at larger desync distances (@TheNathannator)
-
Another font got debloated (@TheNathannator)
-
Create script for the pause menu (@TheNathannator)
-
Split pause and resume methods to accomodate diverging handling (@TheNathannator)
-
Partially fix input time drifting as speed changes (@TheNathannator)
-
Reset split stream buffers when setting song position (@TheNathannator)
-
Quick stem mixer cleanup (@TheNathannator)
-
Clean up MOGG stream splitting a bit (@TheNathannator)
-
Limit song speed range (@TheNathannator)
-
Only allow directional navigation to repeat; indicate repeated events (@TheNathannator)
-
Make song start delay constant a double instead of a float (@TheNathannator)
-
Move practice mode reset button handling to PracticeManager (@TheNathannator)
-
Add automatic practice section restarting (@TheNathannator)
-
Update YARG.Core (@TheNathannator)
-
Bunch of font asset debloating 'cause i was browsing through them lol (@TheNathannator)
-
Invoke chart load actions immediately if already loaded when subscribing (@TheNathannator)
-
Clean up song loading and handle load errors properly (@TheNathannator)
-
Use navigator for menu inputs instead of input manager (@TheNathannator)
-
Reset practice mode based on menu inputs, not gameplay inputs (@TheNathannator)
-
Only show debug text in editor and while gameplay is active (@TheNathannator)
-
Adjust debug text location/font, and add input/song time (@TheNathannator)
-
Listen to menu inputs in GameManager for pause/unpause (@TheNathannator)
-
Refactor audio sync speed adjustment slightly so setting speed doesn'… (@TheNathannator)
-
Add Set/AdjustSongSpeed methods to GameManager (@TheNathannator)
-
Add recurse option to safe file enumeration, should fix CON scanning (@TheNathannator)
-
Destroy practice hud if not in practice (@RileyTheFox)
-
Lefty flip (@EliteAsian123)
-
Show help bar icons in menu binding menu (@EliteAsian123)
-
Speed change in Practice (engine breaks though) (@RileyTheFox)
-
Added practice HUD icons (@EliteAsian123)
-
Practice hud working (@RileyTheFox)
-
Practice Hud (not completely functional) (@RileyTheFox)
-
Added back open sustains (@EliteAsian123)
-
Open HOPO notes (@EliteAsian123)
-
Fixed two errors (@EliteAsian123)
-
Moved materials around and added open note model (@EliteAsian123)
-
Fixed practice mode restart issue (@EliteAsian123)
-
Start adding practice hud scripts (@RileyTheFox)
-
Implemented dialogs (@EliteAsian123)
-
Changed note streak interval (@EliteAsian123)
-
Note streak notifications (@EliteAsian123)
-
Keep buttons held across engine reset for practice (@RileyTheFox)
-
Allow disabling force-reload, and add button to force-reload on-demand (@TheNathannator)
-
Implemented new practice section backgrounds + moved to prefab (@EliteAsian123)
-
Force script reload on play mode exit to kill thread pool (@TheNathannator)
-
Fix hit logic breaking on section restart (@RileyTheFox)
-
Added PracticeManager (@RileyTheFox)
-
Move some fields around in GameManager and add engine resetting (@RileyTheFox)
-
Updated dependencies in readme (@EliteAsian123)
-
Removed unused packages (@EliteAsian123)
-
Added package to prevent TextMeshPro font "changes" (@EliteAsian123)
-
Note speed setting in profile menu (@EliteAsian123)
-
Update YARG.Core (@TheNathannator)
-
Implemented practice section selection concept (@EliteAsian123)
-
Practice mode working (@RileyTheFox)
-
Fix InstantInputTime using update time instead of instantaneous time (@TheNathannator)
-
Don't forget to return on replay load error (@TheNathannator)
-
Fix loading tasks not displaying their messages, and clean up how mes… (@TheNathannator)
-
Don't unpause audio if song delay hasn't ended (@TheNathannator)