Aaron Record
|
4b817a565c
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
2022-08-27 11:52:29 -06:00 |
|
kobewi
|
ece3df3938
|
Add per-scene UndoRedo
|
2022-08-22 18:05:10 +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 |
|