OSDN Git Service

#33900 RGBボタンも、チップの上に表示できるようにした。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 5 Jul 2014 00:10:16 +0000 (00:10 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 5 Jul 2014 00:10:16 +0000 (00:10 +0000)
#33891 GRモード時、小節線の表示位置にずれがあったのを修正。

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/branches/140113(DTXMania098%20with%2028821%20DTXVmode)@728 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/ステージ/07.演奏/ギター画面/CStage演奏ギター画面.cs
DTXManiaプロジェクト/コード/ステージ/07.演奏/ドラム画面/CStage演奏ドラム画面.cs
実行時フォルダ/DTXManiaGR.exe

index 1f64b9c..7183c33 100644 (file)
@@ -147,9 +147,9 @@ namespace DTXMania
                                this.t進行描画・ギターベース判定ライン();\r
                                this.t進行描画・ゲージ();\r
                                this.t進行描画・DANGER();\r
-                               this.t進行描画・RGBボタン();\r
                                if ( this.e判定表示優先度 == E判定表示優先度.Chipより下 )\r
                                {\r
+                                       this.t進行描画・RGBボタン();\r
                                        this.t進行描画・判定文字列();\r
                                        this.t進行描画・コンボ();\r
                                }\r
@@ -159,6 +159,7 @@ namespace DTXMania
                                bIsFinishedPlaying = this.t進行描画・チップ(E楽器パート.GUITAR);\r
                                if ( this.e判定表示優先度 == E判定表示優先度.Chipより上 )\r
                                {\r
+                                       this.t進行描画・RGBボタン();\r
                                        this.t進行描画・判定文字列();\r
                                        this.t進行描画・コンボ();\r
                                }\r
@@ -750,7 +751,7 @@ namespace DTXMania
                        {\r
                                this.txチップ.n透明度 = 255;\r
                                //int y = configIni.bReverse.Guitar ? ( ( 0x171 - pChip.nバーからの距離dot.Guitar ) - 1 ) : ( ( 40 + pChip.nバーからの距離dot.Guitar ) - 1 );\r
-                               int y = 演奏判定ライン座標.n判定ラインY座標( E楽器パート.GUITAR, false, configIni.bReverse.Guitar );\r
+                               int y = 演奏判定ライン座標.n判定ラインY座標( E楽器パート.GUITAR, true, configIni.bReverse.Guitar );\r
                                if ( configIni.bReverse.Guitar )\r
                                {\r
                                        y = y - pChip.nバーからの距離dot.Guitar - 1;\r
@@ -764,7 +765,7 @@ namespace DTXMania
                                        this.txチップ.t2D描画( CDTXMania.app.Device, 0x1a, y, new Rectangle( 0, 0xeb, 0x68, 1 ) );\r
                                }\r
                                //y = configIni.bReverse.Bass ? ( ( 0x171 - pChip.nバーからの距離dot.Bass ) - 1 ) : ( ( 40 + pChip.nバーからの距離dot.Bass ) - 1 );\r
-                               y = 演奏判定ライン座標.n判定ラインY座標( E楽器パート.BASS, false, configIni.bReverse.Bass );\r
+                               y = 演奏判定ライン座標.n判定ラインY座標( E楽器パート.BASS, true, configIni.bReverse.Bass );\r
                                if ( configIni.bReverse.Bass )\r
                                {\r
                                        y = y - pChip.nバーからの距離dot.Bass - 1;\r
index 14a7e6a..f797885 100644 (file)
@@ -191,9 +191,9 @@ namespace DTXMania
                                this.t進行描画・レーンフラッシュD();\r
                                this.t進行描画・DANGER();\r
                                this.t進行描画・判定ライン();\r
-                               this.t進行描画・RGBボタン();\r
                                if ( this.e判定表示優先度 == E判定表示優先度.Chipより下 )\r
                                {\r
+                                       this.t進行描画・RGBボタン();\r
                                        this.t進行描画・判定文字列1・通常位置指定の場合();\r
                                        this.t進行描画・コンボ();\r
                                }\r
@@ -205,6 +205,7 @@ namespace DTXMania
                                this.t進行描画・ドラムパッド();\r
                                if ( this.e判定表示優先度 == E判定表示優先度.Chipより上 )\r
                                {\r
+                                       this.t進行描画・RGBボタン();\r
                                        this.t進行描画・判定文字列1・通常位置指定の場合();\r
                                        this.t進行描画・コンボ();\r
                                }\r
index 43335be..516116c 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ