| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add `@export_tool_button` annotation for easily creating inspector buttons | Danil Alexeev | 2024-09-27 | 1 | -0/+1 |
| * | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -0/+1 |
| * | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+1 |
| * | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -0/+4 |
| * | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -1/+1 |
| * | Fix StringName leaks in GDExtension, core, and editor themes | Yuri Sizov | 2023-10-18 | 1 | -0/+2 |
| * | Add missing YEN, SECTION and OPENURL names to keycode mappings | AttackButton | 2023-08-28 | 1 | -4/+4 |
| * | Merge pull request #76165 from and-rad/safe-credentials | Rémi Verschelde | 2023-05-10 | 1 | -0/+1 |
| |\ |
|
| | * | Store sensitive export options in dedicated credentials file | Andreas Raddau | 2023-05-10 | 1 | -0/+1 |
| * | | Rework Navigation Avoidance | smix8 | 2023-05-10 | 1 | -0/+1 |
| |/ |
|
| * | Make global scope enums accessible as types in GDScript | George Marques | 2023-02-19 | 1 | -56/+181 |
| * | Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script | Aaron Franke | 2023-01-24 | 1 | -0/+1 |
| * | PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE" | Aaron Franke | 2023-01-24 | 1 | -1/+1 |
| * | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -75/+5 |
| * | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky | 2023-01-09 | 1 | -12/+2 |
| * | Use BitField<> in core type masks | Juan Linietsky | 2023-01-08 | 1 | -59/+88 |
| * | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| * | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -0/+1 |
| * | Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player | Silc Renew | 2022-12-02 | 1 | -1/+0 |
| * | Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants | Micky | 2022-11-15 | 1 | -2/+0 |
| * | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke | 2022-11-02 | 1 | -0/+7 |
| * | Expose `PROPERTY_USAGE_READ_ONLY` | Marc Gilleron | 2022-09-28 | 1 | -0/+1 |
| * | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -1/+1 |
| * | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg | 2022-08-26 | 1 | -0/+1 |
| * | Implement Quaternion Editor | Silc Renew | 2022-08-24 | 1 | -0/+1 |
| * | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli | 2022-07-26 | 1 | -10/+0 |
| * | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+3 |
| * | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -0/+1 |
| * | Remove unused hints | kobewi | 2022-07-12 | 1 | -7/+0 |
| * | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee | 2022-06-27 | 1 | -0/+1 |
| * | Add ability to export Node pointers as NodePaths | reduz | 2022-06-25 | 1 | -0/+1 |
| * | Merge pull request #62122 from reduz/implement-movie-writer | Rémi Verschelde | 2022-06-21 | 1 | -0/+1 |
| |\ |
|
| | * | Implement Running Godot as Movie Writer | reduz | 2022-06-21 | 1 | -0/+1 |
| * | | Make enum/constant binds 64-bit. | bruvzg | 2022-06-17 | 1 | -10/+10 |
| * | | Adding function key support from F17 to F35 | gregcsokas | 2022-06-16 | 1 | -0/+19 |
| |/ |
|
| * | Add vector value linking | kobewi | 2022-06-14 | 1 | -0/+1 |
| * | Bind vararg method flag in core constants | sps1112 | 2022-06-07 | 1 | -0/+1 |
| * | finish renaming AUTH to AUTHORITY | Nathan Franke | 2022-05-25 | 1 | -1/+1 |
| * | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky | 2022-05-11 | 1 | -0/+1 |
| * | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -1/+1 |
| * | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde | 2022-03-11 | 1 | -0/+1 |
| |\ |
|
| | * | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 1 | -0/+1 |
| * | | bugfix: bind core enums' none values | Pierre-Thomas Meisels | 2022-03-07 | 1 | -0/+3 |
| |/ |
|
| * | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg | 2022-02-08 | 1 | -0/+3 |
| * | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -0/+1 |
| * | Merge pull request #56224 from Calinou/variant-rename-packed-array-constants | Rémi Verschelde | 2022-01-06 | 1 | -9/+9 |
| |\ |
|
| | * | Rename Variant Packed*Array constants for consistency | Hugo Locurcio | 2021-12-24 | 1 | -9/+9 |
| * | | Document InputEventMIDI and add some missing 0xF MIDI messages | Aaron Franke | 2022-01-04 | 1 | -0/+11 |
| * | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| |/ |
|
| * | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -21/+22 |