Skip to content

Commit

Permalink
added color region images of three species from BrankMeister on survi…
Browse files Browse the repository at this point in the history
…vetheark.com. added extra warning for not adjusting imprinting-bonus. added possibility to lock the owner and the tribe field in the extractor, so the OCR cannot change it anymore (if it constantly inputs wrong words). Copy creature-name from the extractor to the clipboard by clicking on the name-label. added easier pattern-editor (right-click on the name-generation-button).
  • Loading branch information
cadaei committed Sep 1, 2017
1 parent 41a6e24 commit f18806a
Show file tree
Hide file tree
Showing 13 changed files with 795 additions and 297 deletions.
10 changes: 10 additions & 0 deletions ARKBreedingStats/ARKBreedingStats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,16 @@
<Compile Include="settings\customSoundChooser.Designer.cs">
<DependentUpon>customSoundChooser.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\NamePatterns.cs" />
<Compile Include="uiControls\nud.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="uiControls\PatternEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="uiControls\PatternEditor.Designer.cs">
<DependentUpon>PatternEditor.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\StatGraphs.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -322,6 +329,9 @@
<EmbeddedResource Include="settings\customSoundChooser.resx">
<DependentUpon>customSoundChooser.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\PatternEditor.resx">
<DependentUpon>PatternEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\StatPotential.resx">
<DependentUpon>StatPotential.cs</DependentUpon>
</EmbeddedResource>
Expand Down
169 changes: 88 additions & 81 deletions ARKBreedingStats/CreatureInfoInput.Designer.cs

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

Loading

0 comments on commit f18806a

Please sign in to comment.