Skip to content

Commit

Permalink
Merge branch 'main' into mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Dec 1, 2024
2 parents d0a91da + ecf4d69 commit 8a292b3
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 149 deletions.
29 changes: 6 additions & 23 deletions THECHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
1.38.1;
1.39.0;

Fixed Popups not disappearing correctly if Combo Stacking was turned on
Opponent note hits no longer count twice.
Alt Animations (or notes with an anim suffix) now work
When strums are spawning, they will now always spawn quickly enough before the song starts.

1.38.0;

(!) Weekend 1 has been added! (WIP + there's some issues)
Added the Vanilla-styled scoreTxt from 0.5.0 and up. It might be slightly inaccurate but it's as close as possible to the original.
funnyTips now has 2 new default tips
The functionality of the "JS Engine Recharts" option was refactored
All future updates will now have a 5-second wait when running update.bat. This should fix the problem with updates not installing going forward!
The engine can now originally tell if you played a song in Freeplay and had the "Always Play Cutscenes" option enabled!
The Rating Popup spawning was reworked a bit, and now no longer causes lag when too many popups are spawned at once.
The speed of the popups disappearing is no longer reliant on BPM.
(WIP) The engine will now automatically auto-save charts.
Turning on "Instakill on Miss" will stop the game from showing you your miss count.
renderlol.bat will now ask you for the video framerate.
Sustain Splashes will no longer last longer than they should after a BPM change
The infamous "0-2147483648:0-2147483648:0-2147483648 remaining" glitch when an update finishes downloading has finally been patched... hopefully
Fixed Sustain Notes not having their color updated if the Change Character event was called while using Char-Based note colors
Fixed a random Week 4 crash
The Autosave timer in the Editor will now reset if you save the chart before the timer is done.
The "Load Songs" optimization option has been removed
Fixed the notes being shown on screen if you hovered over the first V&UI option no matter what your search query was
New Visual Option: Showcase Style - Choose 2 different ways of showcasing your charts!
THE ICON BOUNCE VISUAL GLITCH HAS BEEN FIXED!!
1 change: 1 addition & 0 deletions source/ClientPrefs.hx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y
public static var oldSusStyle:Bool = false;
public static var showRendered:Bool = false;
public static var showcaseMode:Bool = false;
public static var showcaseST:String = 'JS';
public static var timeBounce:Bool = true;
public static var lengthIntro:Bool = true;
public static var timebarShowSpeed:Bool = false;
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using StringTools;

class MainMenuState extends MusicBeatState
{
public static var psychEngineJSVersion:String = '1.38.1'; //This is also used for Discord RPC
public static var psychEngineJSVersion:String = '1.39.0'; //This is also used for Discord RPC
public static var psychEngineVersion:String = '0.6.3'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

Expand Down
Loading

0 comments on commit 8a292b3

Please sign in to comment.