Micky
|
ef5b9a06a9
|
Rename hint_tooltip to tooltip_text & setget
`hint_tooltip` -> `tooltip_text`
`set_tooltip` -> `set_tooltip_text`
`_get_tooltip` -> `get_tooltip_text`
Updates documentation, too.
|
2022-08-27 01:35:01 +02:00 |
|
kobewi
|
c3606cb5f3
|
Swap arguments of ResourceSaver.save()
|
2022-07-29 19:53:09 +02:00 |
|
Juan Linietsky
|
d4433ae6d3
|
Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
2022-07-29 16:26:13 +02:00 |
|
Rémi Verschelde
|
90019676b0
|
Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
|
2022-07-25 11:17:40 +02:00 |
|
FireForge
|
eb573da2b5
|
Use "odd" style for TabContainers on base BG color
- Use the "odd" style for TabContainers that are on a background with the same color as the default TabContainer background color to add contrast
|
2022-05-26 21:19:15 -05:00 |
|
Nathan Franke
|
77c8f271e7
|
use ERR_FAIL_INDEX when preferred
|
2022-05-25 13:36:45 -05:00 |
|
Josh Kabo
|
1570bcd03b
|
catch null profile_def causing crash on startup
|
2022-04-11 08:55:23 -07:00 |
|
Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
|
Bastiaan Olij
|
9b7b9de0e5
|
Add action map editor for OpenXR
|
2022-04-04 18:43:29 +10:00 |
|