Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CStage選曲.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 212 by ron1120, Wed Jan 8 07:01:00 2014 UTC revision 218 by ron1120, Fri Jan 10 15:00:02 2014 UTC
# Line 230  namespace DTXMania Line 230  namespace DTXMania
230                                  this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false );                                  this.tx上部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_header panel.png" ), false );
231                                  this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false );                                  this.tx下部パネル = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_footer panel.png" ), false );
232                                  this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true );                                  this.txコメントバー = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_comment bar.png" ), true );
233                                  this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false );  //                              this.txFLIP = CDTXMania.tテクスチャの生成( CSkin.Path( @"Graphics\5_skill number on gauge etc.png" ), false );
234                                  base.OnManagedリソースの作成();                                  base.OnManagedリソースの作成();
235                          }                          }
236                  }                  }
# Line 243  namespace DTXMania Line 243  namespace DTXMania
243                                  CDTXMania.tテクスチャの解放( ref this.tx上部パネル );                                  CDTXMania.tテクスチャの解放( ref this.tx上部パネル );
244                                  CDTXMania.tテクスチャの解放( ref this.tx下部パネル );                                  CDTXMania.tテクスチャの解放( ref this.tx下部パネル );
245                                  CDTXMania.tテクスチャの解放( ref this.txコメントバー );                                  CDTXMania.tテクスチャの解放( ref this.txコメントバー );
246                                  CDTXMania.tテクスチャの解放( ref this.txFLIP );  //                              CDTXMania.tテクスチャの解放( ref this.txFLIP );
247                                  base.OnManagedリソースの解放();                                  base.OnManagedリソースの解放();
248                          }                          }
249                  }                  }
# Line 333  namespace DTXMania Line 333  namespace DTXMania
333                                  }                                  }
334                                  this.actArtistComment.On進行描画();                                  this.actArtistComment.On進行描画();
335                                  //this.actオプションパネル.On進行描画();                                  //this.actオプションパネル.On進行描画();
336                    /*
337                                  if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass )  // #24063 2011.1.16 yyagi                                  if ( this.txFLIP != null && CDTXMania.ConfigIni.bIsSwappedGuitarBass )  // #24063 2011.1.16 yyagi
338                                  {                                  {
339                                          Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11);                                          Rectangle rect = new Rectangle(0x1f, 0x31, 20, 11);
340                                          this.txFLIP.t2D描画( CDTXMania.app.Device, 80, 654, rect );                                          this.txFLIP.t2D描画( CDTXMania.app.Device, 80, 654, rect );
341                                  }                                  }
342                     */
343                                  this.actShowCurrentPosition.On進行描画();                                                           // #27648 2011.3.28 yyagi                                  this.actShowCurrentPosition.On進行描画();                                                           // #27648 2011.3.28 yyagi
344    
345                                  switch ( base.eフェーズID )                                  switch ( base.eフェーズID )
# Line 763  namespace DTXMania Line 765  namespace DTXMania
765                  private CTexture tx下部パネル;                  private CTexture tx下部パネル;
766                  private CTexture tx上部パネル;                  private CTexture tx上部パネル;
767                  private CTexture tx背景;                  private CTexture tx背景;
768                  private CTexture txFLIP;  //              private CTexture txFLIP;
769          private CDirectShow ds背景動画;          private CDirectShow ds背景動画;
770          private long lDshowPosition;          private long lDshowPosition;
771          private long lStopPosition;          private long lStopPosition;

Legend:
Removed from v.212  
changed lines
  Added in v.218

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26