Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/全体/CDTXMania.cs

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

revision 110 by kairera0467, Mon Jun 3 10:39:43 2013 UTC revision 115 by kairera0467, Sun Jun 9 11:22:27 2013 UTC
# Line 23  namespace DTXMania Line 23  namespace DTXMania
23          {          {
24                  // プロパティ                  // プロパティ
25    
26                  public static readonly string VERSION = "Ver2.55(13????)";                  public static readonly string VERSION = "Ver2.60(130609)";
27                  public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";                  public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
28                  public static readonly string D3DXDLL = "d3dx9_43.dll";         // June 2010                  public static readonly string D3DXDLL = "d3dx9_43.dll";         // June 2010
29          //public static readonly string D3DXDLL = "d3dx9_42.dll";       // February 2010          //public static readonly string D3DXDLL = "d3dx9_42.dll";       // February 2010
# Line 519  namespace DTXMania Line 519  namespace DTXMania
519                  Bitmap image = new Bitmap(1, 1);                  Bitmap image = new Bitmap(1, 1);
520                  Graphics graphics = Graphics.FromImage(image);                  Graphics graphics = Graphics.FromImage(image);
521                  graphics.PageUnit = GraphicsUnit.Pixel;                  graphics.PageUnit = GraphicsUnit.Pixel;
522                  int width = (int)graphics.MeasureString("DTXManiaXG(verK) ver 2.50     based on DTXMania", this.ftDeclaration).Width;                  int width = (int)graphics.MeasureString("DTXManiaXG(verK) ver 2.60     based on DTXMania", this.ftDeclaration).Width;
523                  graphics.Dispose();                  graphics.Dispose();
524                  Bitmap bitmap2 = new Bitmap(width, this.ftDeclaration.Height);                  Bitmap bitmap2 = new Bitmap(width, this.ftDeclaration.Height);
525                  graphics = Graphics.FromImage(bitmap2);                  graphics = Graphics.FromImage(bitmap2);
526                  graphics.DrawString("DTXManiaXG(verK) ver 2.50     based on DTXMania", this.ftDeclaration, Brushes.White, (float)0f, (float)0f);                  graphics.DrawString("DTXManiaXG(verK) ver 2.60     based on DTXMania", this.ftDeclaration, Brushes.White, (float)0f, (float)0f);
527                  graphics.Dispose();                  graphics.Dispose();
528                  this.txCredit = new CTexture(app.Device, bitmap2, TextureFormat);                  this.txCredit = new CTexture(app.Device, bitmap2, TextureFormat);
529                  bitmap2.Dispose();                  bitmap2.Dispose();

Legend:
Removed from v.110  
changed lines
  Added in v.115

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