summaryrefslogtreecommitdiff
path: root/converter
Commit message (Collapse)AuthorAgeFilesLines
* port to .NET 5a1xd2021-09-091-3/+75
| | | | | | | | | dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target
* move arbitrary input into settingsa1xd2021-04-131-1/+1
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-1/+1
|
* update wrapper + writer to handle luta1xd2021-04-061-5/+5
| | | | grapher is building but applying options still broken for the most part
* update resta1xd2021-04-011-36/+26
| | | | | | grapher is still broken refactored io / error handling a bit
* embed version info into assembliesa1xd2020-12-026-7/+173
| | | | | | | | check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset
* fix gain cap conversiona1xd2020-10-151-7/+5
|
* improve converter prompta1xd2020-10-151-30/+37
|
* fix conversion of non-linear quake accela1xd2020-10-121-1/+3
|
* fix #34 bad cap and sens conversiona1xd2020-10-111-6/+8
|
* refactor convertera1xd2020-10-112-82/+107
|
* merge + small fixesJacob Palecki2020-09-291-2/+2
|
* add interaccel convertera1xd2020-09-293-0/+353