Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/08.結果/CActResultRank.cs

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

revision 313 by ron1120, Tue Feb 11 13:19:05 2014 UTC revision 321 by kairera0467, Thu Feb 13 13:41:38 2014 UTC
# Line 187  namespace DTXMania Line 187  namespace DTXMania
187                          }                          }
188                          this.ctランク表示.t進行();                          this.ctランク表示.t進行();
189              this.ct表示用.t進行();              this.ct表示用.t進行();
190    
191                if ((CDTXMania.Input管理.Keyboard.bキーが押されている(0x3c)))
192                {
193                    //F7
194                    //CDTXMania.stage演奏ドラム画面.actGauge.db現在のゲージ値.Drums = 1.0;
195                    //CDTXMania.stage演奏ドラム画面.actAVI.LivePoint = 300.0;
196                    //CDTXMania.stage演奏ドラム画面.actGraph.dbグラフ値現在_渡 = 100.0;
197                    //CDTXMania.ConfigIni.nヒット範囲ms.Perfect = 1000;
198                    this.ct表示用.n現在の値 = 0;
199    
200                    //CDTXMania.stage結果.st演奏記録.Drums.db演奏型スキル値 = 80.0;
201                }
202    
203              if (this.ctランク表示.n現在の値 >= 500)              if (this.ctランク表示.n現在の値 >= 500)
204                          {                          {
205                                  double num2 = ( (double) ( this.ctランク表示.n現在の値 - 500 ) ) / 500.0;                                  double num2 = ( (double) ( this.ctランク表示.n現在の値 - 500 ) ) / 500.0;
# Line 202  namespace DTXMania Line 215  namespace DTXMania
215              #region [ フルコンボ ]              #region [ フルコンボ ]
216              for (int j = 0; j < 3; j++)              for (int j = 0; j < 3; j++)
217              {                {  
218                                    int num14 = 82 + this.n本体X[j];
219                  if (this.ct表示用.n現在の値 >= 900)                  int num15 = 152 + this.n本体Y[j];
220                    if (this.ct表示用.n現在の値 >= 0)
221                  {                  {
                     int num14 = 82 + this.n本体X[j];  
                     int num15 = 152 + this.n本体Y[j];  
   
222                      if (this.n本体X[j] != 0)                      if (this.n本体X[j] != 0)
223                      {                      {
224                          if (CDTXMania.stage結果.st演奏記録[j].nPerfect数 == CDTXMania.stage結果.st演奏記録[j].n全チップ数)                          if (CDTXMania.stage結果.st演奏記録[j].nPerfect数 == CDTXMania.stage結果.st演奏記録[j].n全チップ数)
# Line 216  namespace DTXMania Line 227  namespace DTXMania
227                              {                              {
228                                  if (this.txExcellent != null)                                  if (this.txExcellent != null)
229                                  {                                  {
230                                      this.txExcellent.t2D描画(CDTXMania.app.Device, num14, num15);                                      if( this.ct表示用.n現在の値 >= 900 )
231                                            this.txExcellent.t2D描画(CDTXMania.app.Device, num14, num15);
232                                  }                                  }
233                                  if (!this.bエクセレント音再生済み)                                  if (!this.bエクセレント音再生済み)
234                                  {                                  {
# Line 254  namespace DTXMania Line 266  namespace DTXMania
266                                  {                                  {
267                                      this.txExcellent.vc拡大縮小倍率 = new Vector3(num13, num13, 1f);                                      this.txExcellent.vc拡大縮小倍率 = new Vector3(num13, num13, 1f);
268                                      this.txExcellent.n透明度 = (int)(255.0 * num12);                                      this.txExcellent.n透明度 = (int)(255.0 * num12);
269                                      this.txExcellent.t2D描画(CDTXMania.app.Device, num14, num15);                                      if( this.ct表示用.n現在の値 >= 900 )
270                                            this.txExcellent.t2D描画(CDTXMania.app.Device, num14, num15);
271                                  }                                  }
272                              }                              }
273                          }                          }
# Line 264  namespace DTXMania Line 277  namespace DTXMania
277                              {                              {
278                                  if (this.txFullCombo != null)                                  if (this.txFullCombo != null)
279                                  {                                  {
280                                      this.txFullCombo.t2D描画(CDTXMania.app.Device, num14, num15);                                      if( this.ct表示用.n現在の値 >= 900 )
281                                            this.txFullCombo.t2D描画(CDTXMania.app.Device, num14, num15);
282                                  }                                  }
283                                  if (!this.bフルコンボ音再生済み)                                  if (!this.bフルコンボ音再生済み)
284                                  {                                  {
# Line 298  namespace DTXMania Line 312  namespace DTXMania
312                              {                              {
313                                  double num12 = ((double)(this.ct表示用.n現在の値 - 900)) / 100.0;                                  double num12 = ((double)(this.ct表示用.n現在の値 - 900)) / 100.0;
314                                  float num13 = (float)(1.1 - 0.1);                                  float num13 = (float)(1.1 - 0.1);
315                                    //num14 = this.n本体X[j] + ((int)((this.txFullCombo.sz画像サイズ.Width * (1f - num13)) / 2f));
316                                    //num15 = this.n本体Y[j] + ((int)((this.txFullCombo.sz画像サイズ.Height * (1f - num13)) / 2f));
317                                  if (this.txFullCombo != null)                                  if (this.txFullCombo != null)
318                                  {                                  {
319                                      this.txFullCombo.vc拡大縮小倍率 = new Vector3(num13, num13, 1f);                                      this.txFullCombo.vc拡大縮小倍率 = new Vector3(num13, num13, 1f);
320                                      this.txFullCombo.n透明度 = (int)(255.0 * num12);                                      this.txFullCombo.n透明度 = (int)(255.0 * num12);
                                     num14 = this.n本体X[j] + ((int)((this.txFullCombo.sz画像サイズ.Width * (1f - num13)) / 2f));  
                                     num15 = this.n本体Y[j] + ((int)((this.txFullCombo.sz画像サイズ.Height * (1f - num13)) / 2f));  
321    
322                                      this.txFullCombo.t2D描画(CDTXMania.app.Device, num14, num15);                                      if( this.ct表示用.n現在の値 >= 900 )
323                                            this.txFullCombo.t2D描画(CDTXMania.app.Device, num14, num15);
324                                  }                                  }
325                              }                              }
326                          }                          }

Legend:
Removed from v.313  
changed lines
  Added in v.321

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