Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde | |
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||
2022-03-08 | Avoid recursive errors in EditorToaster | Gilles Roudière | |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | |
2022-01-18 | Fix toast notification button color on light theme | Yuri Roubinsky | |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-12-14 | Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ↵ | Xavier Sellier | |
time to properly start | |||
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière | |