trollodel
|
ba9e619b51
|
Use forward-declarations in EditorPlugin where possible
|
2022-11-11 20:25:51 +01:00 |
|
Yuri Sizov
|
1459507ed2
|
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
|
2022-09-07 03:01:58 +03:00 |
|
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 |
|
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 |
|
Rémi Verschelde
|
5fe6984639
|
Modules: Don't build editor-specific classes in templates
They're moved to an `editor` subfolder so that we can easily handle them
separately.
|
2022-03-28 16:48:15 +02:00 |
|