Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add option to allow echo events in menu shortcuts | Tomasz Chabora | 2023-08-16 | 1 | -0/+8 | |
| | ||||||
* | Add compatibility notice after #78266 | Rémi Verschelde | 2023-08-07 | 1 | -0/+10 | |
| | ||||||
* | Fix or workaround recent extension API compatibility issues | Rémi Verschelde | 2023-08-03 | 1 | -8/+62 | |
| | | | | | | | - Add compatibility methods for `RenderingDevice::shader_create_from_bytecode` and `CodeEdit::get_text_for_symbol_loopup`. - Silence errors which now have compatibility methods. - Acknowledge GraphEdit/GraphNode compat breakage, intended and WIP. | |||||
* | Add exceptions for breakage introduced in RD barriers and prevent future ↵ | Bastiaan Olij | 2023-07-28 | 1 | -0/+21 | |
| | | | | breakage | |||||
* | Ensure `RID`, `Callable`, and `Signal` are stored as strings | Ninni Pipping | 2023-06-22 | 1 | -0/+30 | |
| | | | | | Prevents parser errors in `.tscn` and `.tres` files where the assignment would otherwise be empty. | |||||
* | Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension | David Snopek | 2023-06-14 | 1 | -0/+4 | |
| | ||||||
* | Update list of known breaking changes compared to 4.0-stable (3) | RedworkDE | 2023-06-14 | 1 | -0/+10 | |
| | ||||||
* | Update navigation obstacle API | smix8 | 2023-06-12 | 1 | -2/+0 | |
| | | | | Updates navigation obstacle API. | |||||
* | Update list of known breaking changes compared to 4.0-stable (2) | RedworkDE | 2023-06-09 | 1 | -3/+4 | |
| | ||||||
* | Make `Viewport::gui_get_focus_owner` const | Aaron Franke | 2023-06-02 | 1 | -0/+8 | |
| | ||||||
* | Update extension api validation | RedworkDE | 2023-05-24 | 1 | -65/+155 | |
| | | | | | | | | | - Ensure that multiple changes to one method cannot hide each other in the CI. - Check virtual methods for changes. - Compare the detailed changes to a method. - Compare enums. - Fix comparing global enums. - Use `vformat` to build error messages. | |||||
* | Update list of known breaking changes compared to 4.0-stable | RedworkDE | 2023-05-24 | 1 | -1/+23 | |
| | ||||||
* | Allow validating the extension api against a reference version and a list of ↵ | RedworkDE | 2023-05-19 | 1 | -0/+197 | |
known changes. |