Age | Commit message (Expand) | Author |
2022-01-05 | Add list initialization support for Vector & LocalVector | Haoyu Qiu |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-04 | Merge pull request #56484 from KoBeWi/your_callable_is_invalid | Rémi Verschelde |
2022-01-04 | Merge pull request #56295 from aaronfranke/doc-midi | Rémi Verschelde |
2022-01-04 | Merge pull request #56331 from Cnidarias/large_http_downloads | Fabio Alessandrelli |
2022-01-04 | Fix method validation in Thread | kobewi |
2022-01-04 | Document InputEventMIDI and add some missing 0xF MIDI messages | Aaron Franke |
2022-01-04 | Merge pull request #56469 from Zylann/remove_gdclass_inherits_static | Rémi Verschelde |
2022-01-04 | Merge pull request #53313 from KoBeWi/debinded_konnekt | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Remove unused `inherits_static` from GDCLASS | Marc Gilleron |
2022-01-03 | Merge pull request #53957 from fabriceci/new-template-workflow | Rémi Verschelde |
2022-01-02 | Improve editor template workflow | fabriceci |
2022-01-02 | Fix various typos | luz paz |
2021-12-30 | Fix Array and Dictionary id() and dictionary test bug | cdemirer |
2021-12-30 | Fix http limitation for large "content-length" | Cnidarias |
2021-12-29 | Rename speed to velocity when it's a directional Vector | Marcel Admiraal |
2021-12-28 | Refactor auto-instantiation of `Object` properties in editor | Andrii Doroshenko (Xrayez) |
2021-12-25 | Fix some gizmo behavior to make more consistent | Silc 'Tokage' Renew |
2021-12-24 | Rename Variant Packed*Array constants for consistency | Hugo Locurcio |
2021-12-21 | Bump mbedTLS version to 2.28.0 (new LTS). | Fabio Alessandrelli |
2021-12-21 | Merge pull request #56028 from madmiraal/revert-55978-fix-switch-controller-e... | Rémi Verschelde |
2021-12-19 | Fix variable name 'max_size' to 'min_size' in aabb | great90 |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-12-17 | Revert "Fixed event spam when using the Nintendo Switch controller" | Marcel Admiraal |
2021-12-18 | Fix font preview text color on light background | Haoyu Qiu |
2021-12-17 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde |
2021-12-16 | Merge pull request #55978 from slouken/fix-switch-controller-event-spam | Rémi Verschelde |
2021-12-16 | Fixed event spam when using the Nintendo Switch controller | Sam Lantinga |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-12-15 | Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extension | Fabio Alessandrelli |
2021-12-14 | Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ... | Xavier Sellier |
2021-12-12 | Fix highlight for completion options match (rebased) | Yuri Roubinsky |
2021-12-11 | Update MultiplayerPeerExtension class registration to non-virtual | MorganKF |
2021-12-10 | Added check to get_all_locales to avoid adding duplicate locales to array | raphaelazev |
2021-12-10 | Improve Directory content navigation | Tomasz Chabora |
2021-12-10 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-07 | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde |
2021-12-06 | Merge pull request #55603 from Calinou/add-os-crash-method | Fabio Alessandrelli |
2021-12-06 | Merge pull request #55661 from KoBeWi/joys_of_connection | Rémi Verschelde |
2021-12-06 | Merge pull request #34005 from aaronfranke/minmax | Rémi Verschelde |
2021-12-06 | Merge pull request #47257 from timothyqiu/http-client-proxy | Rémi Verschelde |
2021-12-06 | Unexpose joy_connection_changed method | kobewi |
2021-12-03 | Add an `OS.crash()` method for testing system crash handler | Hugo Locurcio |
2021-12-03 | Make overridden properties link to parent definition | Yuri Sizov |
2021-12-03 | Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enums | Rémi Verschelde |
2021-12-03 | Merge pull request #55470 from groud/move_godot_object_init_to_extension | Rémi Verschelde |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke |