Commit Graph

341 Commits

Author SHA1 Message Date
Brian Silverman
94c6929f2b Change the UDP port number to the one FMS uses
This lets it control driver stations without prompting to allow taking
control.
2017-04-15 13:16:40 -07:00
Patrick Fairbank
24040ecded Merge pull request #46 from themacman/master
Fixed title formatting in markdown
2017-04-03 09:31:13 -07:00
Nicholas Dal Porto
87fd3633df Fixed titles in todo list 2017-04-02 23:57:10 -07:00
Nicholas Dal Porto
be9af3ec7a Fixed title formatting 2017-04-02 21:43:11 -07:00
Patrick Fairbank
a919cb077e Revert "Move TBA match publishing from time of commit to time of showing score. Closes #16."
Fixes #36 but reopens #16.

This reverts commit 3cd216cbf4.
2016-11-05 15:55:32 -07:00
Patrick Fairbank
cb9a887e86 Track autonomous commit status separately per scoring display (fixes #27). 2016-10-16 16:00:09 -07:00
Patrick Fairbank
093b7f64f0 Block autonomous commit pre-match unless it's a test match (fixes #28). 2016-10-16 15:35:19 -07:00
Patrick Fairbank
33844049ed Expose team in AllianceStation JSON for field monitor (fixes #32). 2016-10-16 15:27:30 -07:00
Patrick Fairbank
067b53d347 Merge pull request #30 from legoktm/log
Switch DS dropouts to use `log`
2016-10-16 14:11:18 -07:00
Patrick Fairbank
d3c5db68ab Merge pull request #26 from andrewda/rm-spinners
Remove number input spinners
2016-10-16 14:01:45 -07:00
Patrick Fairbank
8fb091c4be Merge pull request #25 from legoktm/republish_schedule
Allow force publishing of the schedule (fixes #24)
2016-10-16 14:00:43 -07:00
Kunal Mehta
cf1be887b6 Switch DS dropouts to use log
So it includes timestamps in the console output.
2016-10-09 23:57:42 -07:00
Andrew Dassonville
c1c8b43905 Remove number input spinners 2016-10-08 09:44:25 -07:00
Kunal Mehta
564fe33bb6 Add UI for explicit publishing match schedule to TBA 2016-10-06 15:00:50 -07:00
Oliver Graff
fbd9bda712 Setup HTTP endpoint to hit to republish schedule, no UI changes yet 2016-10-06 14:10:03 -07:00
Patrick Fairbank
3be13a869d Merge pull request #22 from legoktm/patch-2
Close td element properly
2016-10-01 13:44:11 -07:00
Kunal Mehta
e788eb7b9a Close td element properly 2016-09-30 19:44:21 -07:00
Patrick Fairbank
3a59e26753 Merge pull request #21 from ThadHouse/timing-fixes
Fixes autonomous reported time to driver station
2016-09-27 15:52:08 -07:00
Patrick Fairbank
a2c92e2431 Merge pull request #20 from AustinSchuh/cheesychamps_2016_updates
Cheesychamps 2016 updates
2016-09-27 15:51:04 -07:00
Patrick Fairbank
4849e2ea72 Merge pull request #19 from andrewda/master
Force numeric team number
2016-09-27 15:48:41 -07:00
Patrick Fairbank
be3a59781f Merge pull request #17 from ograff/travis
Add basic travis CI YAML
2016-09-27 15:46:14 -07:00
Thad House
e6de8c98c3 Fixes autonomous reported time to driver station
The 2 bytes should be reporting the time left in the current period, not
the time total left in the match.
2016-09-27 09:31:28 -07:00
Nick Eyre
a8560b823d Make Endgame Sound Quieter 2016-09-26 19:57:52 -07:00
Cheesy Arena
229ea2bd52 Change Yellow Color 2016-09-26 19:57:52 -07:00
Cheesy Arena
84eb58f0bc Fixed bug where less than full team list crashes. 2016-09-26 19:57:52 -07:00
Andrew Dassonville
d140ffac62 Force numeric team number
With `type="text"`, team numbers could be any string. There's no
reason a team number should ever be anything besides an integer,
and non-numeric characters get stripped, anyways.
2016-09-24 21:37:57 -07:00
Oliver Graff
dc6eb1017b Add basic travis CI YAML
Default Travis CI behavior is to fetch all dependencies including test
dependencies, build, and test, which should be sufficient.
2016-09-16 12:04:05 -04:00
Patrick Fairbank
3c3e9ef25d Remove arena light control during PRE_MATCH. 2016-09-08 18:39:32 -07:00
Patrick Fairbank
2376d844a9 Update contributor list. 2016-09-08 10:14:09 -07:00
Patrick Fairbank
c82949d983 Remove team DHCP pools from initial configs. 2016-09-05 15:56:48 -07:00
Patrick Fairbank
38aeb20e21 Implement DS UDP packet listening. 2016-08-28 20:20:39 -07:00
Patrick Fairbank
998cdf782b Fix pre-match defense LED state. 2016-08-28 18:56:03 -07:00
Patrick Fairbank
bf5102e44d Remove goal light address settings. 2016-08-28 18:49:27 -07:00
Patrick Fairbank
a0fcf215ee Partially enable DHCP and fix some 2015 protocol bugs. 2016-08-28 18:46:33 -07:00
Patrick Fairbank
56b0953bc5 Tweak audience overlay sizes to not spill over. 2016-08-28 11:54:50 -07:00
Patrick Fairbank
a9a38cba66 Use WSS if HTTPS is being used. 2016-08-28 01:49:53 -07:00
Patrick Fairbank
6b8a2680fa Update docs. 2016-08-28 01:14:15 -07:00
Patrick Fairbank
e5668aa4fc Update contributor list. 2016-08-28 01:00:04 -07:00
Patrick Fairbank
57725cb621 Add publishing of match video split times to STEMtv. 2016-08-28 00:49:52 -07:00
Patrick Fairbank
16b955f481 Prevent concurrent writes on the same websocket.
This was causing occasional UI glitches.
2016-08-27 23:50:48 -07:00
Patrick Fairbank
3cd216cbf4 Move TBA match publishing from time of commit to time of showing score. Closes #16. 2016-08-27 21:35:56 -07:00
Patrick Fairbank
bc8a6ea6b6 Add tower strength display and remove lights. 2016-08-25 23:39:44 -07:00
Patrick Fairbank
a987086160 Implement 2015 driver station protocol. 2016-08-24 20:54:31 -07:00
Patrick Fairbank
1358ae6b83 Update TBA publishing for 2016. 2016-08-14 18:59:24 -07:00
Patrick Fairbank
3d35cbb0ac Put back W-L-T in rankings. 2016-08-14 17:16:54 -07:00
Patrick Fairbank
93bb2f580d Add goal and defense LED control. 2016-08-14 02:40:22 -07:00
Patrick Fairbank
b323ccd3a1 Add view of upcoming defenses to Field Monitor. 2016-08-13 21:07:14 -07:00
Patrick Fairbank
3d7810b395 Add page to select playoff defenses. 2016-08-13 21:06:59 -07:00
Patrick Fairbank
e0c5acb8f0 Add defense randomization and schedule report. 2016-08-13 17:20:57 -07:00
Patrick Fairbank
f985107c1c Update pit display for 2016. 2016-08-13 15:05:19 -07:00