Skip to content

Commit

Permalink
Version bump to 2.0. Minor tweaks to WPF UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kabili207 committed Dec 7, 2014
1 parent aeb039f commit 3592e5a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion OracleHack
18 changes: 13 additions & 5 deletions OracleHack.sln
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ Global
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|x86.ActiveCfg = Release|x86
{ED9EED55-66D8-4B76-888D-A4FF3A3670C0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabWidth = 4
$1.inheritsSet = Mono
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
Expand All @@ -53,6 +50,8 @@ Global
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.ElseIfNewLinePlacement = SameLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
Expand All @@ -64,5 +63,14 @@ Global
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.DotNetNamingPolicy = $3
$3.DirectoryNamespaceAssociation = Hierarchical
$3.ResourceNamePolicy = MSBuild
$0.StandardHeader = $4
$4.Text =
$4.IncludeInNewFiles = True
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion OracleWin/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TextBlock Text="{Binding Path=FileVersion.LegalCopyright, FallbackValue='Copyright Not Found'}" HorizontalAlignment="Left" Margin="12,36,0,0" TextWrapping="Wrap" VerticalAlignment="Top"/>
<TextBlock HorizontalAlignment="Left" Margin="12,58,0,0" Name="textBlock1" Text="Version:" VerticalAlignment="Top" />
<TextBlock HorizontalAlignment="Left" Margin="12,80,0,0" Name="textBlock2" Text="Build Date:" VerticalAlignment="Top" />
<TextBlock HorizontalAlignment="Left" Margin="80,80,0,0" Name="textBlock3" Text="{Binding Path=BuildDate,StringFormat='MMM d, yyyy', FallbackValue='January 1, 2000'}" VerticalAlignment="Top" />
<TextBlock HorizontalAlignment="Left" Margin="80,80,0,0" Name="textBlock3" Text="{Binding Path=BuildDate,StringFormat='MMMM d, yyyy', FallbackValue='January 1, 2000'}" VerticalAlignment="Top" />
<TextBlock Margin="12,122,12,0" Name="textBlock4" Text="The Legend of Zelda is a trademark of Nintendo of America, Inc." VerticalAlignment="Top" TextWrapping="WrapWithOverflow" />
<TextBlock Margin="12,160,12,0" Name="textBlock5" Text="Images used in this program are copyright their respective owners." VerticalAlignment="Top" TextWrapping="Wrap" />
<TextBlock HorizontalAlignment="Left" Margin="12,101,0,0" TextWrapping="Wrap" Text="Homepage:" VerticalAlignment="Top"/>
Expand Down
13 changes: 6 additions & 7 deletions OracleWin/OracleWin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<IsWebBootstrapper>true</IsWebBootstrapper>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://zyrenth.com/oracle/</InstallUrl>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -213,7 +212,7 @@
<Resource Include="..\Images\Seed_Seasons.gif">
<Link>Images\Seed_Seasons.gif</Link>
</Resource>
<Content Include="libs\Xceed.Wpf.Toolkit.dll" />
<None Include="libs\Xceed.Wpf.Toolkit.dll" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
Expand Down
6 changes: 3 additions & 3 deletions OracleWin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("OracleWin")]
[assembly: AssemblyCopyright("Copyright © Andrew \"Kabili\" Nagle 2013")]
[assembly: AssemblyCopyright("Copyright © Andrew \"Kabili\" Nagle 2013 - 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyInformationalVersion("1.1")]
[assembly: AssemblyVersion("2.0.0.*")]
[assembly: AssemblyInformationalVersion("2.0")]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ A decoder for the password system used in the Legend of Zelda Oracle of Ages and
### Features

* Decodes game and ring secrets
* Partially generates game, ring, and memory secrets
* Generates game, ring, and memory secrets
* Allows the user to save the decoded game information for later use

### TODO

* Include a debugging screen to get raw information about secrets
* Finish GTK interface for Linux users
* Determine logic used for checksums

### Special Thanks
* Paulygon - Created the [original secret generator](http://home.earthlink.net/~paul3/zeldagbc.html) way back in 2001
Expand Down

0 comments on commit 3592e5a

Please sign in to comment.