OSDN Git Service

#32067 選曲/リザルト画面上部のオプションアイコン群へ、S-Invisible, F-Invisibleのアイコンを追加。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Wed, 23 Oct 2013 15:41:35 +0000 (15:41 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Wed, 23 Oct 2013 15:41:35 +0000 (15:41 +0000)
#32081 Config画面で曲データ一覧を再読み込みする機能で、画像を一つコミットし忘れていたのをコミット。

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@631 16f42ceb-6dc6-49c8-ba94-f2d53467949d

DTXManiaプロジェクト/コード/ステージ/CActオプションパネル.cs
DTXManiaプロジェクト/作成資料/@むかしの。/オプションパネル.psd
実行時フォルダ/DTXManiaGR.exe
実行時フォルダ/System/Default/Graphics/Screen option panels.png
実行時フォルダ/System/Default/Graphics/ScreenConfig NowEnumeratingSongs.png [new file with mode: 0644]

index 6aae822..925b886 100644 (file)
@@ -53,7 +53,9 @@ namespace DTXMania
                                                drums = 15;\r
                                        }\r
                                        this.txオプションパネル.t2D描画( device, 0x171, 0x24, this.rc譜面スピード[ drums ] );\r
-                                       this.txオプションパネル.t2D描画( device, 0x189, 12, this.rcHS[ ( configIni.bHidden.Drums ? 1 : 0 ) + ( configIni.bSudden.Drums ? 2 : 0 ) ] );\r
+                                       this.txオプションパネル.t2D描画( device, 0x189, 12, this.rcHS[ ( configIni.bHidden.Drums ? 1 : 0 ) + ( configIni.bSudden.Drums ? 2 : 0 ) +\r
+                                                                                                                                                                       ( configIni.eInvisible.Drums == EInvisible.SEMI ? 4 : 0 ) +\r
+                                                                                                                                                                       ( configIni.eInvisible.Drums == EInvisible.FULL ? 5 : 0 ) ] );\r
                                        this.txオプションパネル.t2D描画( device, 0x189, 0x18, this.rcHS[ ( configIni.bHidden.Guitar ? 1 : 0 ) + ( configIni.bSudden.Guitar ? 2 : 0 ) ] );\r
                                        this.txオプションパネル.t2D描画( device, 0x189, 0x24, this.rcHS[ ( configIni.bHidden.Bass ? 1 : 0 ) + ( configIni.bSudden.Bass ? 2 : 0 ) ] );\r
                                        this.txオプションパネル.t2D描画( device, 0x1a1, 12, this.rcDark[ (int) configIni.eDark ] );\r
@@ -85,7 +87,14 @@ namespace DTXMania
                //-----------------\r
                private readonly Rectangle[] rcComboPos = new Rectangle[] { new Rectangle( 0x30, 0x48, 0x18, 12 ), new Rectangle( 0x30, 60, 0x18, 12 ), new Rectangle( 0x30, 0x30, 0x18, 12 ), new Rectangle( 0x18, 0x48, 0x18, 12 ) };\r
                private readonly Rectangle[] rcDark = new Rectangle[] { new Rectangle( 0x18, 0, 0x18, 12 ), new Rectangle( 0x18, 12, 0x18, 12 ), new Rectangle( 0x18, 0x54, 0x18, 12 ) };\r
-               private readonly Rectangle[] rcHS = new Rectangle[] { new Rectangle( 0, 0, 0x18, 12 ), new Rectangle( 0, 12, 0x18, 12 ), new Rectangle( 0, 0x18, 0x18, 12 ), new Rectangle( 0, 0x24, 0x18, 12 ) };\r
+               private readonly Rectangle[] rcHS = new Rectangle[] {\r
+                       new Rectangle( 0, 0, 0x18, 12 ),                // OFF\r
+                       new Rectangle( 0, 12, 0x18, 12 ),               // Hidden\r
+                       new Rectangle( 0, 0x18, 0x18, 12 ),             // Sudden\r
+                       new Rectangle( 0, 0x24, 0x18, 12 ),             // H/S\r
+                       new Rectangle(0x60, 0x54, 0x18, 12 ),   // Semi-Invisible\r
+                       new Rectangle( 120, 0x54, 0x18, 12 )    // Full-Invisible\r
+               };\r
                private readonly Rectangle[] rcLeft = new Rectangle[] { new Rectangle( 0x60, 0x48, 0x18, 12 ), new Rectangle( 120, 0x48, 0x18, 12 ) };\r
                private readonly Rectangle[] rcLight = new Rectangle[] { new Rectangle( 120, 0x30, 0x18, 12 ), new Rectangle( 120, 60, 0x18, 12 ) };\r
                private readonly Rectangle[] rcPosition = new Rectangle[] { new Rectangle( 0, 0x30, 0x18, 12 ), new Rectangle( 0, 60, 0x18, 12 ), new Rectangle( 0, 0x48, 0x18, 12 ) };\r
index b941fbf..4391af7 100644 (file)
Binary files a/DTXManiaプロジェクト/作成資料/@むかしの。/オプションパネル.psd and b/DTXManiaプロジェクト/作成資料/@むかしの。/オプションパネル.psd differ
index 0ce76ca..719337e 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ
index 7690726..ffcb36e 100644 (file)
Binary files a/実行時フォルダ/System/Default/Graphics/Screen option panels.png and b/実行時フォルダ/System/Default/Graphics/Screen option panels.png differ
diff --git a/実行時フォルダ/System/Default/Graphics/ScreenConfig NowEnumeratingSongs.png b/実行時フォルダ/System/Default/Graphics/ScreenConfig NowEnumeratingSongs.png
new file mode 100644 (file)
index 0000000..7d22fe1
Binary files /dev/null and b/実行時フォルダ/System/Default/Graphics/ScreenConfig NowEnumeratingSongs.png differ