Commit Graph

13 Commits

Author SHA1 Message Date
4bdc12ce46 Refactored ROOT_PATH to be a subfolder in the current user's home directory (configs and settings will not need to be manually moved between updates) 2023-11-18 15:24:07 -06:00
a8ebaebe4c Updated practice clock to use a zero exclusive display (matches offical clock better), tweaked sound timings a bit to match, disabled color changing on clock to match offical clock, misc. tweaks. 2023-11-17 17:09:44 -06:00
7e09031257 Fixed Boot animation not requesting repaint every frame 2023-01-30 08:37:56 -06:00
451568003a Remove no longer needed clipboard and ffi gems, use new CyberarmEngine::GuiState#needs_repaint? method to only paint when needed- should avoid wasting CPU/GPU time (gain a bit more battery life?), make TACNET connection error visually change UI and also trigger a TACNET dialog when not on the TACNET page 2023-01-05 08:42:29 -06: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
7bfc404413 Fixed mouse cursor always visible, even on game clock where it is preferred to be invisible while idle 2021-09-30 08:46:44 -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
ab55e8db5b Presets are now actually created, added notifications when creating preset. 2021-02-09 23:08:49 -06:00
4e9d3c0759 Initial implementation of search, updated PacketHandler to behave more more like android app 2021-01-30 21:27:16 -06:00
691cafb697 Redesigning TCT 2020-12-08 22:18:54 -06:00
79b53fdd7a Tweaks to simulator robot, made start up animation skippable, made NamePromptDialog able to detect duplicate names, enabled cloning of groups and actions 2020-06-10 18:07:30 -05:00
f04dfb01e7 Added logo, added Boot screen, renamed dump_config packet to upload_config, misc changes and UX improvements 2020-06-08 16:08:41 -05:00