Commit Graph

1025 Commits

Author SHA1 Message Date
Insality
6890a129b7 Fix: clear rich text default node on layout changed 2025-10-13 20:02:48 +03:00
Maksim Tuprikov
f99fb5c9b9 Merge pull request #328 from NaakkaDev/navigation
Added navigation handler for gamepad/keyboard navigation.
2025-10-04 15:09:09 +03:00
NaakkaDev
a5e4b95f7b Moved the two lil helper methods down and adopted them into the model space :P 2025-10-04 14:51:48 +03:00
NaakkaDev
4d58a6d3ef Removed arguments from the constructor. Cleaned the pprint that somehow sneaked in. The select trigger only takes in hash now. Moved the two lil helper methods out of _find_next_button so they do not get created every time it's called. 2025-10-04 13:02:34 +03:00
NaakkaDev
9e51fa651e Removed changes from druid_instance.lua. Moved navigation handler to widgets instead. Updated advanced-setup.md with the added input keys. Adjusted the comments in navigation handler module. 2025-10-04 10:29:14 +03:00
NaakkaDev
7fd91d1f0a Take in account that sliders can be vertical too. 2025-09-30 10:34:17 +03:00
NaakkaDev
66f671c145 Added navigation handler for gamepad/keyboard navigation. 2025-09-29 20:14:14 +03:00
Insality
19d84220f9 Merge branch 'master' into develop 2025-09-28 22:36:29 +03:00
Insality
134468da30 Add image component 2025-09-28 22:34:27 +03:00
Insality
b2d73bafa4 Release 1.1.6 1.1.6 2025-09-27 14:02:11 +03:00
Insality
872af8fb8e Update editor script linking messages 2025-09-27 14:02:11 +03:00
Insality
46b7d828f0 Use editor script to set gui script path 2025-09-27 14:02:11 +03:00
Insality
181a0aab43 Update docs and changelog 2025-09-27 13:52:47 +03:00
Insality
9e29c0ebde Update editor script linking messages 2025-09-27 13:34:15 +03:00
Insality
2a754c4159 Use editor script to set gui script path 2025-09-27 13:24:31 +03:00
Insality
9bf4d32d40 Update 2025-09-27 12:49:43 +03:00
Insality
9ee084c502 Update 2025-09-15 00:56:05 +03:00
Maksim Tuprikov
044eec50b2 Merge pull request #322 from vlaaad/patch-1 2025-08-22 14:43:05 +02:00
vlaaad
066a81f5f3 Create ext.properties 2025-08-22 14:36:54 +02:00
Insality
b6a7df5ff2 Update 2025-08-11 23:59:46 +03:00
Insality
a94121a1c6 Update properties panel 2025-08-10 00:56:08 +03:00
Insality
097963bdb3 Annotations update 2025-08-10 00:55:38 +03:00
Insality
574f764559 Add layout set_position_function 2025-08-08 18:22:03 +03:00
Insality
379c9acfc3 Add memory fps panel manual 2025-07-05 13:35:16 +03:00
Insality
4c8796e17d Merge branch 'master' into develop 2025-07-02 21:52:18 +03:00
Insality
ba7ee40510 Release 1.1.5 1.1.5 2025-07-02 21:51:43 +03:00
Insality
d019247ae4 Update for event v12 2025-07-02 21:50:48 +03:00
Insality
5dac7ed8e2 Merge branch 'properties_panel' into develop 2025-07-02 21:43:25 +03:00
Insality
633bb8ed5c Fix page 2025-06-30 01:48:37 +03:00
Insality
b35b584fad Merge branch 'master' into develop 2025-06-19 20:28:56 +03:00
Insality
616c513fbd Use tagged releases of dependencies 2025-06-19 20:28:45 +03:00
Insality
3606c9f49f Fix color check 2025-06-19 20:24:57 +03:00
Insality
a8aea0adee Merge branch 'master' into develop 2025-05-28 23:28:31 +03:00
Insality
8fde964e0e Revert "Merge pull request #311 from rigo128/fix_get_screen_aspect_koef"
This reverts commit 9a0f341a67, reversing
changes made to 8ddb6e4e60.

Revert until fully investigated
2025-05-28 23:28:03 +03:00
Insality
7b5264aca0 Update changelog 2025-05-28 23:27:45 +03:00
Insality
8fc5f4d144 Merge branch 'properties_panel' into develop 2025-05-28 23:22:29 +03:00
Insality
16a5d9936a Update for queue events 2025-05-28 23:21:00 +03:00
Insality
350770ba9e Fix for Druid containers mode 2025-05-28 23:20:48 +03:00
Insality
97942965cd Remove colors from rich text 2025-05-28 22:13:44 +03:00
Insality
0cf5ba30db Update properties panel 2025-05-27 23:10:49 +03:00
Insality
2e1f280944 Blocker by default is enabled, update color palette, add rich text split by characters option, able to pass a data to GO widgets 2025-05-27 23:10:32 +03:00
Insality
61111536a8 Release 1.1.4 1.1.4 2025-05-20 00:51:34 +03:00
Maksim Tuprikov
b5d2f313cc Merge pull request #312 from polivanni/master
Reset width and leading of the reusable table TEXT_METRICS_OPTIONS by default
2025-05-20 00:50:09 +03:00
Ivan Polovyi
d0067e5496 Reset width and leading of the reusable table TEXT_METRICS_OPTIONS by default 2025-05-18 23:33:40 +03:00
Insality
fe955b6e64 Update properties for panel 2025-05-18 13:04:38 +03:00
Insality
2133492efe Update properties panel, add refresh button 2025-05-17 18:06:26 +03:00
Insality
22c49540df Add scenes to properties panel 2025-05-17 13:36:34 +03:00
Maksim Tuprikov
9a0f341a67 Merge pull request #311 from rigo128/fix_get_screen_aspect_koef
Fix helper.get_screen_aspect_koef() for gui layouts.
2025-05-15 23:33:07 +03:00
Insality
8ddb6e4e60 Open button_* functions to call a button callbacks directly 2025-05-15 23:28:32 +03:00
Insality
b982bc8277 Add dirty function to make node visible in scroll 2025-05-15 23:28:14 +03:00