• R/O
  • SSH
  • HTTPS

dtxmaniaxg-verk: 提交


Commit MetaInfo

修訂577 (tree)
時間2019-06-08 17:39:57
作者kairera0467

Log Message

#39290 LBDVelocityMinの設定値が読み込めない不具合の修正(GD版での適用)

Change Summary

差異

--- branches/GITADORA風/DTXManiaプロジェクト/コード/ステージ/02.タイトル/CStageタイトル.cs (revision 576)
+++ branches/GITADORA風/DTXManiaプロジェクト/コード/ステージ/02.タイトル/CStageタイトル.cs (revision 577)
@@ -184,7 +184,7 @@
184184 if( this.tx背景 != null )
185185 this.tx背景.t2D描画( CDTXMania.app.Device, 0, 0 );
186186
187- CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別.白, "DTX:J:A:A:2019050500" );
187+ CDTXMania.act文字コンソール.tPrint( 2, 2, C文字コンソール.Eフォント種別.白, "DTX:J:A:A:2019060800" );
188188
189189 if( this.txメニュー != null )
190190 {
--- branches/GITADORA風/DTXManiaプロジェクト/コード/全体/CConfigIni.cs (revision 576)
+++ branches/GITADORA風/DTXManiaプロジェクト/コード/全体/CConfigIni.cs (revision 577)
@@ -2731,7 +2731,7 @@
27312731 {
27322732 this.nVelocityMin.LP = C変換.n値を文字列から取得して範囲内に丸めて返す(str4, 0, 127, this.nVelocityMin.LP);
27332733 }
2734- else if (str3.Equals("RDVelocityMin")) // #23857 2011.1.31 yyagi
2734+ else if (str3.Equals("LBDVelocityMin")) // #23857 2011.1.31 yyagi
27352735 {
27362736 this.nVelocityMin.LBD = C変換.n値を文字列から取得して範囲内に丸めて返す(str4, 0, 127, this.nVelocityMin.LBD);
27372737 }
--- branches/GITADORA風/DTXManiaプロジェクト/コード/全体/CDTXMania.cs (revision 576)
+++ branches/GITADORA風/DTXManiaプロジェクト/コード/全体/CDTXMania.cs (revision 577)
@@ -23,7 +23,7 @@
2323 {
2424 // プロパティ
2525
26- public static readonly string VERSION = "Ver3.62GD(190426)";
26+ public static readonly string VERSION = "Ver3.62aGD(190608)";
2727 public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
2828 public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
2929 //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
Show on old repository browser