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 94 by kairera0467, Sat May 11 14:06:31 2013 UTC revision 101 by kairera0467, Sat May 18 12:31:53 2013 UTC
# Line 710  namespace DTXMania Line 710  namespace DTXMania
710                          public EパッドFlag ePad;             // 押されたコマンド(同時押しはOR演算で列挙する)                          public EパッドFlag ePad;             // 押されたコマンド(同時押しはOR演算で列挙する)
711                          public long time;                               // コマンド入力時刻                          public long time;                               // コマンド入力時刻
712                  }                  }
713                  private class CCommandHistory           // #24063 2011.1.16 yyagi コマンド入力履歴を保持・確認するクラス                  public class CCommandHistory            // #24063 2011.1.16 yyagi コマンド入力履歴を保持・確認するクラス
714                  {                  {
715                          readonly int buffersize = 16;                          readonly int buffersize = 16;
716                          private List<STCommandTime> stct;                          private List<STCommandTime> stct;
# Line 792  namespace DTXMania Line 792  namespace DTXMania
792                                  return true;                                  return true;
793                          }                          }
794                  }                  }
795                  private CCommandHistory CommandHistory;                  public CCommandHistory CommandHistory;
796    
797                  private void tカーソルを下へ移動する()                  private void tカーソルを下へ移動する()
798                  {                  {

Legend:
Removed from v.94  
changed lines
  Added in v.101

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