From e3dd645fbb2e6445207d03c52dc9d04b62e7c581 Mon Sep 17 00:00:00 2001 From: gabrielpatzleiner Date: Thu, 10 Apr 2014 16:41:45 +0200 Subject: [PATCH] Version 1.0.4.9: - Made a binding for the Profiles - Rewritten the Versions download closes #12 - Fixed a bug when starting Forge - Updated the Libraries Download - Added automatic Forge Installer - Worked on Localization #49 - Some other bug fixes and enhancements --- MinecraftLauncher/MainWindow.xaml | 34 +- MinecraftLauncher/MainWindow.xaml.vb | 353 ++++++++---------- MinecraftLauncher/McMetroLauncher.vbproj | 7 + MinecraftLauncher/Models/Converters.vb | 30 +- .../Models/CryptedTextAnimation.vb | 3 +- MinecraftLauncher/Models/GlobalInfos.vb | 4 +- MinecraftLauncher/Models/MainViewModel.vb | 37 +- MinecraftLauncher/Models/Profiles.vb | 27 ++ MinecraftLauncher/Models/Versions.vb | 9 + MinecraftLauncher/Models/VersionsInfo.vb | 11 + MinecraftLauncher/My Project/AssemblyInfo.vb | 4 +- MinecraftLauncher/Resources/Resource.de.resx | 30 +- MinecraftLauncher/Resources/Resource.en.resx | 30 +- .../Windows/Forge_ProfileEditor.xaml | 17 + .../Windows/Forge_ProfileEditor.xaml.vb | 35 ++ .../Windows/Forge_installer.xaml | 17 +- .../Windows/Forge_installer.xaml.vb | 319 +++++++++++++++- .../Windows/ProfileEditor.xaml.vb | 10 +- .../Windows/SplashScreen.xaml.vb | 17 +- 19 files changed, 743 insertions(+), 251 deletions(-) create mode 100644 MinecraftLauncher/Windows/Forge_ProfileEditor.xaml create mode 100644 MinecraftLauncher/Windows/Forge_ProfileEditor.xaml.vb diff --git a/MinecraftLauncher/MainWindow.xaml b/MinecraftLauncher/MainWindow.xaml index 562653c..2747705 100644 --- a/MinecraftLauncher/MainWindow.xaml +++ b/MinecraftLauncher/MainWindow.xaml @@ -176,7 +176,7 @@