Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
Hotkey tooltips
  • Loading branch information
JKAnderson committed Apr 11, 2018
1 parent d15023f commit 938e8cd
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 17 deletions.
12 changes: 10 additions & 2 deletions DS Gadget/MainForm.Designer.cs

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

12 changes: 0 additions & 12 deletions DS Gadget/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,5 @@ private void linkLabelNewVersion_LinkClicked(object sender, LinkLabelLinkClicked
{
Process.Start(e.Link.LinkData.ToString());
}

private void buttonRunMode_Click(object sender, EventArgs e)
{
checkBoxEnableHotkeys.Checked = false;
resetPlayer();
resetStats();
resetItems();
resetGraphics();
resetCheats();
resetMisc();
resetHotkeys();
}
}
}
4 changes: 2 additions & 2 deletions DS Gadget/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,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.5.0.0")]
[assembly: AssemblyFileVersion("1.5")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6")]
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ A multi-purpose testing tool for Dark Souls 1. This program is only compatible w
Requires [.NET 4.6.2](https://www.microsoft.com/net/download/thank-you/net462)

# Changelog
### 1.6
* Added new hotkeys: Quit to Menu, Move Up, Move Down, Toggle No Death
* Option to store HP with position now includes stamina and death cam state
* Said option is now in the Players tab where it should have been anyways
* Closing the app should no longer require quitting and loading to completely clear modifications
* Fix no death and speed being overwritten in some cases (heck off Manus)
* Fix crash if not connected to internet

### 1.5
* Camera state is now stored along with position
* Fixed body type being overwritten
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@

--| DS Gadget 1.5
--| DS Gadget 1.6
--| https://github.com/JKAnderson/DS-Gadget

A multi-purpose testing tool for Dark Souls 1. This program is only compatible with the current Steam version of DS1.
Requires .NET 4.6.2: https://www.microsoft.com/net/download/thank-you/net462

--| Changelog

1.6
Added new hotkeys: Quit to Menu, Move Up, Move Down, Toggle No Death
Option to store HP with position now includes stamina and death cam state
Said option is now in the Players tab where it should have been anyways
Closing the app should no longer require quitting and loading to completely clear modifications
Fix no death and speed being overwritten in some cases (heck off Manus)
Fix crash if not connected to internet

1.5
Camera state is now stored along with position
Fixed body type being overwritten
Expand Down

0 comments on commit 938e8cd

Please sign in to comment.