From 3a73920a9777c03ce97a6ec97c97fb6d73f55626 Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Thu, 9 Nov 2023 21:13:34 -0500 Subject: [PATCH] the changelog and 1.14.0 out --- THECHANGELOG.md | 15 +++++++++++++++ source/TitleState.hx | 2 +- version.downloadMe | 10 +++++----- 3 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 THECHANGELOG.md diff --git a/THECHANGELOG.md b/THECHANGELOG.md new file mode 100644 index 00000000000..025f9224577 --- /dev/null +++ b/THECHANGELOG.md @@ -0,0 +1,15 @@ +1.14.0; +Added 3 new noteskins: Chip, Future and Circle +Health Display is no longer enabled by default. +Strum Light Up Style - Customize how long the strum animations play for! +7 Events! - An overdue addition to JS Engine! Now you can make pressing the Chart Editor key take you to another song or close the game! +Windows builds now utilize DPI Awareness for higher fidelity visuals on resolutions higher than 1280x720 and speaking of resolutions... +You can now change the game's resolution in the Graphics Options! +Removed Chart Drawing in the Chart Editor - EZ Spam is just better in every way. +EZ Spam can now use decimal numbers! +You can now undo up to 100 of the most recent changes in the Chart Editor by pressing Ctrl+Z (PC) or V on the virtual pad (Android)! +Song credits now display the title of the song, the composer of the song and are now colored according to the opponent's health bar color! +EZ Spam now fully adapts to BPM changes! +INGAME UPDATER!! - Now you'll never possibly have to head to GitHub to view the changelog and update there again! Now you can update the engine directly inside itself! (From CDEV Engine!!) +Added Main Menu Tips (from SB Engine!!) +Fixed a few crashes as well as full screen issues on Android builds \ No newline at end of file diff --git a/source/TitleState.hx b/source/TitleState.hx index 3f68320b6b0..29463128c7d 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -142,7 +142,7 @@ class TitleState extends MusicBeatState #if (CHECK_FOR_UPDATES && !android) if(ClientPrefs.checkForUpdates && !closedState) { trace('checking for update'); - var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/version.downloadMe"); + var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/THECHANGELOG.md"); var returnedData:Array = []; http.onData = function (data:String) diff --git a/version.downloadMe b/version.downloadMe index f769fffe83c..a4ecde99d5a 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1,5 +1,5 @@ -1.13.0; -- Song Credits -- Tankman ASCEND -- ScoreTxt Size -- Full Android Support \ No newline at end of file +1.14.0; +- Deprecated, 1.14.0 and later now use the full changelog instead +- 3 new noteskins +- Ingame Updater +- 7 Events \ No newline at end of file