Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
RELASE 1.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Jul 26, 2015
1 parent 6527d1b commit 49c4280
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 16 deletions.
11 changes: 6 additions & 5 deletions Credits.cs
Expand Up @@ -18,7 +18,7 @@ public Credits()

private void button2_Click(object sender, EventArgs e)
{
MessageBox.Show("Main changes from the previous version of YATA+:\r\n -FULL support for 'Simple' 3ds themes\r\n -Theme settings now describes every color\r\n -Adding images to themes that doesn't have\r\n -Now vgmstream and is DLLs aren't deleted anymore\r\n -Support for playing bgm.bcstm files\r\n -Built-in player for Cwavs\r\n -Fixed a bug that makes YATA read the wrong colors from an image\r\n -Check for updates\r\n -Other minor bugs fixed");
MessageBox.Show("Main changes from the previous version of YATA+:\r\n -FULL support for 'Simple' 3ds themes\r\n -Theme settings now describes every color\r\n -Adding images to themes that doesn't have\r\n -Now vgmstream and his DLLs aren't deleted anymore\r\n -Support for playing bgm.bcstm files\r\n -Built-in player for Cwavs\r\n -Fixed a bug that makes YATA read the wrong colors from an image\r\n -Check for updates\r\n -Other minor bugs fixed");
}

private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
Expand Down Expand Up @@ -51,10 +51,11 @@ private void button3_Click(object sender, EventArgs e)
try
{
System.Net.WebClient d = new System.Net.WebClient();
if (Convert.ToInt32(d.DownloadString("https://raw.githubusercontent.com/exelix11/YATA-PLUS/master/PublicVersion.txt")) > APP_Public_version)
{
MessageBox.Show("Hey, looks like there is a new version of yata+ out there !! \r\n What are you waiting for ? Go now on the official thread (Credits -> Official thread) and download it !! \r\n\r\n You can disable the auto check for updates in the preferences");
}
if (Convert.ToInt32(d.DownloadString("https://raw.githubusercontent.com/exelix11/YATA-PLUS/master/PublicVersion.txt")) > Form1.APP_Public_version)
{
MessageBox.Show("Hey, looks like there is a new version of yata+ out there !! \r\n What are you waiting for ? Go now on the official thread (Credits -> Official thread) and download it !! \r\n\r\n You can disable the auto check for updates in the preferences");
}
else MessageBox.Show("You're on the latest version of YATA+ !!");
}
catch { MessageBox.Show("Error while searching for updates"); }
}
Expand Down
16 changes: 9 additions & 7 deletions FirstStart.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions FirstStart.cs
Expand Up @@ -36,5 +36,10 @@ private void button1_Click(object sender, EventArgs e)
System.IO.File.WriteAllLines("Settings.ini", lines);
this.Close();
}

private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://gbatemp.net/threads/tutorial-creating-a-3ds-custom-theme-from-scratch-with-yata-v1-1.393602/");
}
}
}
3 changes: 2 additions & 1 deletion FirstStart.resx
Expand Up @@ -126,6 +126,7 @@ this guide made by me for using YATA+:


Changes in this version of YATA+:
-Auto check for updates
-Added an embedded player for playng CWAVs/BCSTMs
-Converting CWAVs to WAVs even if they aren't inside the theme
-Added option to choice the position of the buttons in the theme settings screen
Expand All @@ -135,7 +136,7 @@ Changes in this version of YATA+:
-Fixed a bug that makes YATA read the wrong colors from an image
-Some other minor fixes

Remember that this is still a beta, so it could crash or corrupt themes, be shure to have always a backup of the theme you are working on and to save often the file, for every problem, question or bug report here is the official thread:
Remember that this is still a beta, so it could crash or corrupt themes, be shure to have always a backup of the theme you are working on and to save often the file, for every problem, question or bug report, here is the official thread:
</value>
</data>
</root>
5 changes: 2 additions & 3 deletions Form1.cs
Expand Up @@ -1105,7 +1105,7 @@ public static void load_prefs()
{
if (!System.IO.File.Exists("Settings.ini"))
{
string[] baseSettings = { "ui_prev=true", "ui_sim=true", "gen_prev=false", "photo_edit=", "wait_editor=true", "clean_on_exit=true", "load_bgm=true", "first_start=true","shift_btns=10", "check_updates=true" };
string[] baseSettings = { "ui_prev=true", "ui_sim=true", "gen_prev=false", "photo_edit=", "wait_editor=true", "clean_on_exit=true", "load_bgm=true", "first_start=true","shift_btns=10", "check_updates=true"};
System.IO.File.WriteAllLines("Settings.ini", baseSettings);
}
string[] lines = System.IO.File.ReadAllLines("Settings.ini");
Expand Down Expand Up @@ -1311,7 +1311,7 @@ private void cWAVWAVToolStripMenuItem_Click(object sender, EventArgs e)
try
{
OpenFileDialog opn = new OpenFileDialog();
opn.Filter = "|Every supported file|*.*";
opn.Filter = "Every supported file|*.*";
opn.Title = "Open file";
if (opn.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
Expand All @@ -1333,7 +1333,6 @@ private void cWAVWAVToolStripMenuItem_Click(object sender, EventArgs e)
}
catch (Exception ex) { MessageBox.Show(ex.Message, "Error"); }
}

}
}

Expand Down
1 change: 1 addition & 0 deletions ImgSIZES.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ImgSIZES.cs
Expand Up @@ -15,5 +15,10 @@ public ImgSIZES()
{
InitializeComponent();
}

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://gbatemp.net/threads/tutorial-creating-a-3ds-custom-theme-from-scratch-with-yata-v1-1.393602/");
}
}
}
13 changes: 13 additions & 0 deletions Sett.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Sett.cs
Expand Up @@ -431,5 +431,9 @@ private void CB_topDraw_SelectedIndexChanged(object sender, EventArgs e)
if (Form1.topDraw == 1 || Form1.topDraw == 2) groupBox5.Enabled = true; else groupBox5.Enabled = false;
}

private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show("None:Static image (both top and bottom screen) \r\nBOTTOM SCREEN: \r\n Flipbook tile:the order of frames will be 1-2-3-1-2-3 etc..\r\nFlipbook Cyclic:the order of frames will be 1-2-3-2-1-2-3-2 etc....");
}
}
}

0 comments on commit 49c4280

Please sign in to comment.