Skip to content

Commit

Permalink
Clean Up and Added Support
Browse files Browse the repository at this point in the history
Added support for normal numbers and enter key for functionality, better notification communication cleaned up the code.
  • Loading branch information
sherwoodw28 committed Feb 21, 2024
1 parent 6dad4f4 commit d2b23dd
Show file tree
Hide file tree
Showing 26 changed files with 156 additions and 713 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed .vs/ShipRemoteAutopilot/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .vs/ShipRemoteAutopilot/v17/.futdcache.v2
Binary file not shown.
Binary file removed .vs/ShipRemoteAutopilot/v17/.suo
Binary file not shown.
211 changes: 149 additions & 62 deletions ShipRemoteAutopilot/ShipRemoteAutopilot.cs

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions ShipRemoteAutopilot/StationaryShip.csproj

This file was deleted.

6 changes: 5 additions & 1 deletion ShipRemoteAutopilot/default-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"enabled": true
"enabled": true,

"settings": {
"Alternate Keys Mode": false
}
}
4 changes: 2 additions & 2 deletions ShipRemoteAutopilot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"filename": "ShipRemoteAutopilot.dll",
"author": "Titch",
"name": "Ship Remote Autopilot (IMPROVED)",
"name": "Ship Remote Autopilot",
"uniqueName": "Titch.ShipRemoteAutopilot",
"version": "1.0.0",
"version": "1.1.0",
"owmlVersion": "2.9.2"
}

This file was deleted.

24 changes: 0 additions & 24 deletions ShipRemoteAutopilot/obj/Debug/ShipRemoteAutopilot.AssemblyInfo.cs

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

15 changes: 0 additions & 15 deletions ShipRemoteAutopilot/obj/ShipRemoteAutopilot.csproj.nuget.g.props

This file was deleted.

This file was deleted.

Loading

0 comments on commit d2b23dd

Please sign in to comment.