Browse Subversion Repository
Diff of /trunk/DTXManiaプロジェクト/コード/全体/CDTXMania.cs
Parent Directory
| Revision Log
| Patch
| 24 |
{ |
{ |
| 25 |
// プロパティ |
// プロパティ |
| 26 |
|
|
| 27 |
public static readonly string VERSION = "Ver2.35(130315)"; |
public static readonly string VERSION = "Ver2.36(1303??)"; |
| 28 |
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; |
public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; |
| 29 |
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 |
public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 |
| 30 |
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 |
//public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 |
| 319 |
get; |
get; |
| 320 |
set; |
set; |
| 321 |
} |
} |
| 322 |
public Device D3D9Device |
//public Device D3D9Device |
| 323 |
{ |
//{ |
| 324 |
get { return this._D3D9Device; } |
// get { return this._D3D9Device; } |
| 325 |
protected set { this._D3D9Device = value; } |
// protected set { this._D3D9Device = value; } |
| 326 |
} |
//} |
| 327 |
|
|
| 328 |
public static void t初期化(CApp app) |
public static void t初期化(CApp app) |
| 329 |
{ |
{ |
| 1589 |
private System.Drawing.Font ftDeclaration; |
private System.Drawing.Font ftDeclaration; |
| 1590 |
private MouseButtons mb = System.Windows.Forms.MouseButtons.Left; |
private MouseButtons mb = System.Windows.Forms.MouseButtons.Left; |
| 1591 |
private string strWindowTitle = ""; |
private string strWindowTitle = ""; |
| 1592 |
private volatile Device _D3D9Device = null; |
//private volatile Device _D3D9Device = null; |
| 1593 |
|
|
| 1594 |
private void t起動処理() |
private void t起動処理() |
| 1595 |
{ |
{ |
|
|
Legend:
| Removed from v.46 |
|
| changed lines |
| |
Added in v.48 |
|
|
|