| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -320/+331 |
| * | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio | 2021-11-03 | 1 | -1/+1 |
| * | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli | 2021-10-01 | 1 | -2/+2 |
| * | Merge pull request #52442 from Faless/mp/4.x_rpc_manager | Max Hilbrunner | 2021-09-07 | 1 | -0/+10 |
| |\ |
|
| | * | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli | 2021-09-07 | 1 | -0/+10 |
| * | | Implement properties arrays in the Inspector. | Gilles Roudière | 2021-09-07 | 1 | -0/+1 |
| |/ |
|
| * | Implement NativeExtension pointer arguments | reduz | 2021-08-23 | 1 | -0/+1 |
| * | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -0/+1 |
| * | Use Key enum instead of plain integers | Aaron Franke | 2021-08-10 | 1 | -3/+0 |
| * | Merge pull request #51017 from vnen/extension-fixes | Rémi Verschelde | 2021-08-10 | 1 | -0/+34 |
| |\ |
|
| | * | Bind missing constants from PropertyHint and PropertyUsage | George Marques | 2021-08-06 | 1 | -0/+34 |
| * | | [Text Server] Improve object (image/table) inline alignment. | bruvzg | 2021-08-08 | 1 | -0/+13 |
| |/ |
|
| * | Add type variations to Theme | Yuri Sizov | 2021-07-13 | 1 | -0/+1 |
| * | Fix editor suffixes and degrees conversion | reduz | 2021-06-30 | 1 | -1/+0 |
| * | Move many input enums to their own file | Aaron Franke | 2021-06-20 | 1 | -4/+0 |
| * | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -1/+1 |
| * | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
| * | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A | 2021-05-07 | 1 | -1/+1 |
| * | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | 2021-03-23 | 1 | -4/+4 |
| * | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -15/+15 |
| * | Merge pull request #46378 from reduz/static-method-in-variant-types | Rémi Verschelde | 2021-03-16 | 1 | -0/+1 |
| |\ |
|
| | * | Add static method support to core Variant types | reduz | 2021-03-16 | 1 | -0/+1 |
| * | | Implement Navigation layers | Gilles Roudière | 2021-03-10 | 1 | -0/+2 |
| |/ |
|
| * | Bind ClockDirection enum | George Marques | 2021-02-23 | 1 | -0/+3 |
| * | Add support for new SDL gamecontroller keywords. | Marcel Admiraal | 2021-02-07 | 1 | -0/+6 |