Commit Graph

33 Commits

Author SHA1 Message Date
Jennifer Taylor b45c212569 Rename readme. 2023-09-04 20:13:52 +00:00
Jennifer Taylor 40c7274b95 Add explicit public domain license file. 2023-09-04 20:13:24 +00:00
Jennifer a6c1471a0e Merge branch 'master' of github.com:DragonMinded/ACIOLauncher 2019-06-30 22:30:14 -07:00
Jennifer Taylor 2e919a6c2d Fix order of operations for parsing ini files. 2019-06-30 22:24:58 -07:00
Shaun Taylor 6ede5e25a5
Merge pull request #1 from mbilker/iccc
Support detection of ICCC as a reader
2018-09-09 15:55:59 -07:00
Matt Bilker 4ead179876
Detect ICCC as a reader 2018-09-06 17:48:19 +00:00
Shaun Taylor 4c5ea185cb Fix readers being incorrectly detected when there's more than one serial with ACIO nodes on it. 2018-01-17 14:47:41 -08:00
DragonMinded 3e29f9c6f8 Initialize all 4 COM ports in parallel for faster startup. 2017-09-06 23:48:08 -07:00
DragonMinded 4cf611548c Change member variable of functions that need serial port passed in. 2017-09-06 23:10:28 -07:00
DragonMinded d664a6fc07 More reliable (faster) initialization for an individual reader. 2017-09-06 22:22:23 -07:00
DragonMinded 77a8d517be Major refactor of ACIO Launcher.
Moved debug stuff into Debug.cpp/h.
Moved ACIO driver stuff into its own class.
2017-09-06 22:14:25 -07:00
DragonMinded 501b54b98e Relax initialization requirements. 2017-09-06 20:22:05 -07:00
DragonMinded 7193297f0c Cleaner debug/non-debug separation, don't CLS when debugging. 2017-09-04 23:22:29 -07:00
DragonMinded 4aed1bb03e Change init routine to ignore irrelevant serial devices earlier in the
init chain.
2017-09-04 23:16:13 -07:00
Shaun Taylor 511169c1b4 Fix timeout bug with long initialization sequences. 2017-09-04 12:07:26 -07:00
Shaun Taylor 65f34c7ae7 Different init animation to work on Japanese locale. 2017-09-04 11:55:08 -07:00
Shaun Taylor 94e0c4daa2 Update readme for pagination. 2017-09-03 12:37:57 -07:00
Shaun Taylor d44e2397f7 Hide cursor when displaying the menu. 2017-09-03 12:35:09 -07:00
Shaun Taylor d1a22936b0 Display animation when initializing readers. 2017-09-03 12:32:35 -07:00
Shaun Taylor c5cb5f936f Add pagination support. 2017-09-03 12:22:23 -07:00
Shaun Taylor 1759b9c832 Refactor out menu handling into its own class. 2017-09-03 11:07:14 -07:00
Shaun Taylor 356003de0a Refactor out initialization routine to its own function. 2017-09-03 10:24:49 -07:00
Shaun Taylor 3750249381 Support auto-initializing both wavepass and slotted hardware. 2017-09-03 10:19:09 -07:00
DragonMinded 13649b68a9 Fix typos in README. 2017-09-02 22:08:41 -07:00
DragonMinded 7d396aebb7 Add invocation to readme. 2017-09-02 22:07:32 -07:00
DragonMinded 1d9c0d7b45 Fix warning with potential overflow in INI parser. 2017-09-02 22:01:40 -07:00
DragonMinded 1cce65c8a6 Update readme to markdown extension. 2017-09-01 23:27:27 -07:00
Shaun Taylor f983ff4ec8 Add documentation for VS project. 2017-08-30 23:07:09 -07:00
Shaun Taylor c26b39765b Update readme. 2017-08-30 23:05:20 -07:00
Shaun Taylor 7bbe19f7fb Better documentation and command line argument handling. 2017-08-30 22:59:52 -07:00
Shaun Taylor 3c02d66c2c Ignore machine-specific files in directory. 2017-08-30 22:46:28 -07:00
Shaun Taylor 8f85bf57de Remove user options for Solution. 2017-08-30 22:43:56 -07:00
Shaun Taylor 0620df24ac Initial commit of ACIO Launcher code. 2017-08-30 22:39:39 -07:00