Commit Graph

24 Commits

Author SHA1 Message Date
d61785c98a Actually fix highlight animator not triggering repaint 2023-02-02 10:06:00 -06:00
07fdf0055e Fixed highlight animator not rendering correctly due to a missing repaint request 2023-02-01 16:36:31 -06:00
0cd4475a8f WIP: Improved search page, editor now pulses the point of interest to draw focus, fixes for Editor not highlighting or scrolling into view items from a search 2023-02-01 15:46:54 -06:00
acc0792d17 WIP: Fix crash when deleting a group, implemented scroll_into_view- adding/editing an item it will be snapped into view. 2023-02-01 10:51:57 -06:00
6f211adf28 WIP: Cloning and importing presets no longer regenerates lists 2023-01-31 15:57:25 -06:00
3d29ff46e6 WIP: More work on optimizing Editor 2023-01-31 14:31:10 -06:00
27d0b7314f WIP: Refactoring Editor to no longer rebuild lists from scratch when changing most anything 2023-01-31 10:14:24 -06:00
905ced174b Fixed when adding action from preset: editing comment before adding was not preserved, and not defaulting to enabled 2023-01-30 08:37:30 -06:00
570d965669 VariableDialog now reports an error if attempting to name a variable to one that already exists 2023-01-22 09:53:03 -06:00
60356fc7fa Added 'Open Folder' button on configurations page, replaced target icon with 'Generate' text for generate roster button on team rotation generator page, make group/action get highlighted correctly when selected from search. 2023-01-22 09:39:27 -06:00
a96cc7c604 Fixed actions not getting sorted when an action is updated 2022-10-23 17:44:28 -05:00
c2e527653d Added Alt+G/A/V shortcuts to add groups, actions, and variables
respectively.
2022-10-23 17:36:32 -05:00
66b0eb3d1e Updated Field/Robot/Simulator to use parent container's z index to remove need for Gosu.flush and causing Field to be drawn on top of tooltip's and menus, Added Power Play field, replaced font, enabled static option for text to improve rendering appearance, misc. bug fixes and tweaks. 2022-10-23 17:30:51 -05:00
a8fc2dccde A few tweaks 2022-04-27 14:31:01 -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
c24a9d9673 Scroll lists to top when switching between groups and actions 2021-02-14 09:11:03 -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
b625f53b6e Implement auto sorting 2021-02-10 14:29:44 -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
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
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
691cafb697 Redesigning TCT 2020-12-08 22:18:54 -06:00