Skip to content

Commit

Permalink
Minor Feature
Browse files Browse the repository at this point in the history
- Added a texbox on the bottom right corner with the public IP
- Removed useless variables
- Removed Mani Admin Plugin button from the Addons list
- Added a PayPal donate button
  • Loading branch information
AndrSator committed Oct 1, 2015
1 parent f344721 commit 6af1a99
Show file tree
Hide file tree
Showing 14 changed files with 530 additions and 953 deletions.
9 changes: 8 additions & 1 deletion Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
 Version 3.1.0.0
 Version 3.1.0.1
- Added a texbox on the bottom right corner with the public IP
- Removed useless variables
- Removed Mani Admin Plugin button from the Addons list
(Still available at the Internet Machine: Wayback Machine)
- Added a PayPal donate button

Version 3.1.0.0
- Added maintainable custom Game ID List via an XML file ~ By Captnwalker1 @ GitHub
(Keep using Half-Life Dedicated Server for GoldSrc games)
- Moved all XML files to the Settings folder
Expand Down
Binary file modified Media/Screenshots/console_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Media/Screenshots/install_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Media/Screenshots/run_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ SteamCMD GUI by Raúl 'Dio Joestar' Jiménez is licensed under a [Creative Commo

Last Changes
============
######Version 3.1.0.0
* Added maintainable custom Game ID List via an XML file ~ By Captnwalker1 @ GitHub
* (Keep using Half-Life Dedicated Server for GoldSrc games)
* Moved all XML files to the Settings folder
######Version 3.1.0.1
* Added a texbox on the bottom right corner with the public IP
* Removed useless variables
* Removed Mani Admin Plugin button from the Addons list
* (Still available at the Internet Machine: Wayback Machine)
* Added a PayPal donate button

Screenshots
============
Expand All @@ -28,6 +30,7 @@ Get the last version from GitHub right [here] (https://github.com/DioJoestar/Ste

######Mirrors
* [Gamebanana] (http://steam.gamebanana.com/tools/5560)
* [Spanish Development Kit (OnlineSDK)] (http://onlinesdk.webege.com/recursos/SteamCMD%20GUI.zip)
* [Dropbox] (https://dl.dropboxusercontent.com/u/12664902/SteamCMD%20GUI.zip)

Tutorials
Expand Down
14 changes: 7 additions & 7 deletions Source Code/SteamCMD GUI/AboutWindow.resx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<value>5</value>
</data>
<data name="Close2.Location" type="System.Drawing.Point, System.Drawing">
<value>221, 115</value>
<value>245, 116</value>
</data>
<data name="Close2.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
Expand Down Expand Up @@ -210,7 +210,7 @@
<value>MS Reference Sans Serif, 12pt, style=Bold</value>
</data>
<data name="Label1.Location" type="System.Drawing.Point, System.Drawing">
<value>150, 9</value>
<value>153, 9</value>
</data>
<data name="Label1.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 20</value>
Expand Down Expand Up @@ -294,7 +294,7 @@
<value>2</value>
</data>
<data name="ChangelogButton.Location" type="System.Drawing.Point, System.Drawing">
<value>140, 115</value>
<value>164, 116</value>
</data>
<data name="ChangelogButton.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
Expand Down Expand Up @@ -322,7 +322,7 @@
<value>Stretch</value>
</data>
<data name="LicenseURL.Location" type="System.Drawing.Point, System.Drawing">
<value>208, 78</value>
<value>188, 79</value>
</data>
<data name="LicenseURL.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 31</value>
Expand Down Expand Up @@ -373,13 +373,13 @@
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>319, 151</value>
<value>332, 147</value>
</data>
<data name="$this.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>325, 175</value>
<value>338, 171</value>
</data>
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>325, 175</value>
<value>338, 171</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>SteamCMD GUI</value>
Expand Down
55 changes: 46 additions & 9 deletions Source Code/SteamCMD GUI/MainMenu.Designer.vb

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

Loading

0 comments on commit 6af1a99

Please sign in to comment.