From 369d6ef01890b38e949a0f932a9ee6a059116456 Mon Sep 17 00:00:00 2001 From: 0aubsq <0aubsq@gmail.com> Date: Mon, 10 Jan 2022 03:29:54 +0100 Subject: [PATCH] Release Pre v0.5.3 --- README-EN.md | 19 ++++++++++++++++++- README.md | 2 +- ...15\343\203\252\343\202\271\343\203\210.cs" | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README-EN.md b/README-EN.md index e57b7e3e0..2e0617a6c 100644 --- a/README-EN.md +++ b/README-EN.md @@ -7,7 +7,7 @@ Fork of TJAPlayer3-Develop-ReWrite, a simulator for .tja files. Old TJAPlayer3-Develop-BSQ -- Current version: v0.5.2.1 +- Current version: Pre v0.5.3 - Discord : https://discord.gg/aA8scTvZ6B @@ -131,6 +131,23 @@ Download SlimDX again from https://code.google.com/archive/p/slimdx/downloads\. ## Update history +
+ Pre v0.5.3 + + - Fix multiple bugs + + - 1st version of the Dan result screen + + - Dan chart supporting any count of songs + + - Support of 2P Side + + - Major 2P update (Please check discord for more details about it) + + - Dan charts are now also selectable from the Taiko mode song select screen + +
+
v0.5.2.1 diff --git a/README.md b/README.md index 0b10059b0..4d1486d98 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ English : https://github.com/0auBSQ/OpenTaiko/blob/main/README-EN.md TJAPlayer3-Develop-ReWriteのフォーク, .tjaファイルのシミュレーターです。 旧TJAPlayer3-Develop-BSQ -- 現在のバージョン: v0.5.2.1 +- 現在のバージョン: Pre v0.5.3 - Discord : https://discord.gg/aA8scTvZ6B diff --git "a/TJAPlayer3/Stages/05.DaniSelect/CActSelect\346\256\265\344\275\215\343\203\252\343\202\271\343\203\210.cs" "b/TJAPlayer3/Stages/05.DaniSelect/CActSelect\346\256\265\344\275\215\343\203\252\343\202\271\343\203\210.cs" index 78a98dd6a..7dff2fd9c 100644 --- "a/TJAPlayer3/Stages/05.DaniSelect/CActSelect\346\256\265\344\275\215\343\203\252\343\202\271\343\203\210.cs" +++ "b/TJAPlayer3/Stages/05.DaniSelect/CActSelect\346\256\265\344\275\215\343\203\252\343\202\271\343\203\210.cs" @@ -319,7 +319,7 @@ public static void tDisplayDanPlate(CTexture givenPlate, STバー情報? songNod titleTmp = stNode.ttkタイトル[stNode.ttkタイトル.Length - 1].str文字; } - TitleTextureKey ttkTmp = new TitleTextureKey(titleTmp, pfDanPlateTitle, Color.White, Color.Black, 1000); + TitleTextureKey ttkTmp = new TitleTextureKey(titleTmp.Substring(0, 2), pfDanPlateTitle, Color.White, Color.Black, 1000); TJAPlayer3.stage選曲.act曲リスト.ResolveTitleTextureTate(ttkTmp).t2D中心基準描画(TJAPlayer3.app.Device, x, y - 50); } }