Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
- updated mlbam proxy: streams should be able to reconnect; should solve players closing mid stream.
- all settings should now save properly
- updated to streamlink 1.0 release
- fixed issue with github announcement
- bigger boxes for custom player and streamer settings

close issue #235
close issue #229
  • Loading branch information
jwallet committed Feb 10, 2019
1 parent 666e5d5 commit 782b4f4
Show file tree
Hide file tree
Showing 13 changed files with 168 additions and 145 deletions.
6 changes: 3 additions & 3 deletions NHLGames/English.resx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<comment>Console</comment>
</data>
<data name="errorReadingSettings" xml:space="preserve">
<value>Warning: Failed to read app setting: {0}</value>
<value>Warning: Failed to read app setting: {0}. Exception occured with: {1}</value>
<comment>Console</comment>
</data>
<data name="errorSetAdModule" xml:space="preserve">
Expand All @@ -170,7 +170,7 @@
<comment>Console</comment>
</data>
<data name="errorWritingSettings" xml:space="preserve">
<value>Warning: Failed to write app settings</value>
<value>Warning: Failed to write app settings. Make sure that NHLGames is inside a folder that your user account has full access, like a folder in your user workspace (Documents) or the root of your hard drive. Exception occured with: {0}</value>
<comment>Console</comment>
</data>
<data name="lblAwayTeam" xml:space="preserve">
Expand Down Expand Up @@ -246,7 +246,7 @@
<comment>Game panel</comment>
</data>
<data name="lblOutput" xml:space="preserve">
<value>Output</value>
<value>Save as</value>
<comment>Settings tab</comment>
</data>
<data name="lblPlayer" xml:space="preserve">
Expand Down
6 changes: 3 additions & 3 deletions NHLGames/English1.Designer.vb

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

9 changes: 9 additions & 0 deletions NHLGames/French.Designer.vb

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

4 changes: 4 additions & 0 deletions NHLGames/French.resx
Original file line number Diff line number Diff line change
Expand Up @@ -753,4 +753,8 @@
<value>Serveur indisponible</value>
<comment>Game panel</comment>
</data>
<data name="lblOutput" xml:space="preserve">
<value>Enregistrer sous</value>
<comment>Settings tab</comment>
</data>
</root>
180 changes: 89 additions & 91 deletions NHLGames/NHLGamesMetro.Designer.vb

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

2 changes: 1 addition & 1 deletion NHLGames/NHLGamesMetro.vb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Public Class NHLGamesMetro
flpGames.Focus()
End Sub

Private Sub RichTextBox_TextChanged(sender As Object, e As EventArgs) Handles txtConsole.TextChanged
Private Sub txtConsole_TextChanged(sender As Object, e As EventArgs) Handles txtConsole.TextChanged
txtConsole.SelectionStart = txtConsole.Text.Length
txtConsole.ScrollToCaret()
End Sub
Expand Down
Loading

0 comments on commit 782b4f4

Please sign in to comment.