Dex

Results 28 issues of Dex

Proposed by Fantos ![image](https://github.com/AnidemDex/Godot-CommandTimeline/assets/7025991/fea94759-3ff0-446e-9699-fa00541c9cd5)

enhancement

- [x] How do I create a custom command? - [x] How do I register it in the editor? - [ ] How do I create a template? - [...

documentation
discussion

Looking at command script, many parts of the command definition related to its command block doesn't have a common name to filter with. I.E `background_color`, `command_text_color` or `command_hint_icon` doesn't seems...

enhancement
discussion

![Godot_v4.2.1-stable_win64_KFqYh7DaeJ.png](https://github.com/AnidemDex/Blockflow/assets/7025991/872dec12-537c-45cd-85bb-a31fd6ac4006) Right click menu appears in the wrong position in screen.

bug
editor

Unit testing scripts to test that stuff still works even after making modifications. I'll try my best to design around functionality and behavior, so tests should cover both. This relies...

CommandRecord has no exposed GUI to manipulate the record, so users can't add or remove commands. They can, however, add or remove them through project settings, but the idea of...

enhancement
discussion

Currently we have to write manually the node and the property that we want to apply for an operation. I suggest to do something similar to what we did with...

enhancement
editor

![image](https://github.com/user-attachments/assets/de8790ea-0d87-4f8e-a9b2-3de24372ceb8) This is a kinda big update and I used this chance to adjust things for the future. ## What's new? - I changed our Tree implementation with a custom/fake...

enhancement
editor