Commit Graph

74 Commits

Author SHA1 Message Date
44523b0bf2 Imported FTC Clock 2021-09-29 12:41:56 -05:00
7d2d44c52f Stubbed game clock page 2021-09-29 09:08:15 -05:00
a34d4bbeb2 Bump version 2021-09-23 14:39:09 -05:00
e915cbb72f Fixed crash when changing type of variable, fixed integer/long error sticking around when it's no longer a valid error 2021-09-23 14:38:33 -05:00
34c607d1a1 Bump version 2021-09-23 08:33:14 -05:00
9d75d2c09b Don't load local cyberarm_engine of building release, fixed FieldPlanner and DriverTeamRotationGenerator not excluded from 'no configuration loaded' redirect 2021-09-23 08:30:46 -05:00
606032c81d Bump version 2021-09-22 08:55:53 -05:00
6185728ea7 Added drive team rotation generator 2021-09-22 08:53:45 -05:00
02b16bab33 Used a fixed time step for Simulator 2021-09-19 21:17:59 -05:00
0facd003f0 Working thick lines for FieldPlanner 2021-09-19 20:32:00 -05:00
93c6430028 changes 2021-09-19 19:51:16 -05:00
3ee8881d43 Added Freight Frenzy field 2021-09-19 08:27:58 -05:00
81a827f0ac Added unit setting buttons to FieldPlanner and moved node count and total distance labels to status bar 2021-09-19 07:21:41 -05:00
9b53bd8a70 Initial FieldPlanner page for planning robot route 2021-09-18 22:49:55 -05:00
2969e3df9e Fixed Variable dialog erroneously saying that a valid type was invalid, removed old states and renamed NewEditor to Editor, updated dialogs with 2 side-by-side buttons to use 0.5 instead of 0.475 dynamic width, removed manual newlines in dialogs since TextBlock now supports word wrap. 2021-06-18 03:35:57 +00:00
64d4f08410 Fixed crash on Boot state due to changes in CyberarmEngine, spiced up Boot state with a few animations 2021-05-28 01:03:27 +00:00
c24a9d9673 Scroll lists to top when switching between groups and actions 2021-02-14 09:11:03 -06:00
27bae38291 Bump version, possibly fix crash on search 2021-02-13 14:41:41 -06:00
5fd494bb47 Fixed confirm dialog not able to commit 2021-02-13 13:13:22 -06:00
75d6de0b00 Added autofocus to edit dialogs first editline, added tab support for selecting next focusable element in edit dialogs, made valid? method be called in edit dialogs when fields change, simulator robot can now strafe side to side 2021-02-11 09:28:04 -06:00
3cc4c204a7 Allow edited action to keep its name when editing it (fixes: #1), made dialogs respond to enter and escape, Confirm dialog now shows dark red color for dangerous operations and prevents enter for accepting it 2021-02-10 22:21:53 -06:00
9999026969 Added PickPresetDialog for importing from preset, enable importing presets for groups and actions 2021-02-10 20:26:48 -06:00
4b1fdd9baf Make default config string be empty instead of nil 2021-02-10 19:42:29 -06:00
b625f53b6e Implement auto sorting 2021-02-10 14:29:44 -06:00
8934462c46 Add support for select and delete config packet emission 2021-02-10 13:08:21 -06:00
e27f1d1dca Initial presets editing support 2021-02-09 23:38:01 -06:00
ab55e8db5b Presets are now actually created, added notifications when creating preset. 2021-02-09 23:08:49 -06:00
988ef506ce Fixed tacnet error message thrown when received config is not the active config and would fail with wrong spec version instead of doing nothing. 2021-02-09 20:44:02 -06:00
d340e94d46 Use scrolling in editor, fixed border in editor, started work on presets, jump to group/action/variable from search is mostly working (may add highlighted background and scroll to in future) 2021-01-31 13:32:02 -06:00
9f54d21932 Page#page now accepts an options hash, booleans are now supported, search result buttons now redirect to to Editor page 2021-01-30 21:54:00 -06:00
4e9d3c0759 Initial implementation of search, updated PacketHandler to behave more more like android app 2021-01-30 21:27:16 -06:00
8659bdfe4a Copy pasta old editor layout and code into new editor 'page', made tacnet navigation button change foreground color based on TACNET connection state, tweaked theme. 2021-01-16 19:53:07 -06:00
22ab122604 Added .rubocop.yml, sync. 2020-12-14 16:07:43 -06:00
a1aa9a3396 changes 2020-12-12 11:55:19 -06:00
8a61b6263b Borderless experimenting 2020-12-10 20:37:00 -06:00
4adcff577a Make error message text longer 2020-12-09 19:10:36 -06:00
d36211cb5e New tacnet interface functional 2020-12-09 09:18:52 -06:00
691cafb697 Redesigning TCT 2020-12-08 22:18:54 -06:00
fe480202ac Correct field phantom line to add another column 2020-10-24 20:52:26 -05:00
af074ad57f Added Ultimate Goal field to Simulator 2020-09-17 20:40:23 -05:00
5d267746dc Send requested config in download_config packet handler 2020-09-12 10:47:42 -05:00
df0d0df223 Dialog's no longer need a fixed height, misc. dialog tweaks. 2020-09-09 09:52:44 -05:00
b811a83c60 Fixed issues with Action dialog 2020-09-08 20:11:58 -05:00
9dc3caca0f TACNET is now able to dynamically sync configs on initial connection, added error sound, made tacnet status dialog update stats, made simulator clock stop after all robots have run out of 'states' to run, changed some dialogs titlebar and borders to be different colors, misc. other changes. 2020-09-08 19:25:04 -05:00
08ada79e5b Updated VariableDialog to use list_box instead of several buttons, make Variable store real type instead of mashing everything into value 2020-08-22 16:59:58 -05:00
d3fdc2d7dd TACNET fixes for multiple configs 2020-06-28 09:28:07 -05:00
5e996019a9 Enable action enabled toggle button, refactored how Variable value is stored 2020-06-28 07:16:13 -05:00
dc88caf0fb Changes 2020-06-23 10:32:18 -05:00
ffd8146fe3 Added filter for NamePromptDialog, configurations can now be renamed 2020-06-23 09:50:53 -05:00
17e4290033 Removed hostname/port from default config, added revision to default config 2020-06-20 12:03:14 -05:00