Age | Commit message (Expand) | Author |
2022-08-05 | Improve `range_lerp()` and related methods documentation | Hugo Locurcio |
2022-08-03 | Add ResourceUID documentation | RedMser |
2022-07-27 | Split ceil(), floor() and round() method | kobewi |
2022-07-26 | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-22 | Implement a Worker ThreadPool | reduz |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg |
2022-07-12 | Remove unused hints | kobewi |
2022-06-29 | Adding print_rich for printing with BBCode | Voylin |
2022-06-28 | Merge pull request #62468 from V-Sekai/core-const-expressions | Rémi Verschelde |
2022-06-27 | Merge pull request #62449 from Chaosus/wrap_func | Rémi Verschelde |
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee |
2022-06-27 | Refactor bezier interpolation functions | Hendrik Brucker |
2022-06-27 | Add generalized version of `wrap` function | Yuri Rubinsky |
2022-06-27 | Merge pull request #62185 from reduz/export-node-pointer-path | Rémi Verschelde |
2022-06-25 | Add ability to export Node pointers as NodePaths | reduz |
2022-06-24 | Rename export_range's noslider option to no_slider | Marcus Elg |
2022-06-21 | Merge pull request #62122 from reduz/implement-movie-writer | Rémi Verschelde |
2022-06-21 | Implement Running Godot as Movie Writer | reduz |
2022-06-17 | Merge pull request #62132 from timothyqiu/doc-fixes | Rémi Verschelde |
2022-06-17 | Classref typo fixes and improvements | Haoyu Qiu |
2022-06-16 | Adding function key support from F17 to F35 | gregcsokas |
2022-06-14 | Add vector value linking | kobewi |
2022-06-07 | Bind vararg method flag in core constants | sps1112 |
2022-05-25 | finish renaming AUTH to AUTHORITY | Nathan Franke |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-04-30 | Document lerp_angle behavior when angles are approximately PI apart | Haoyu Qiu |
2022-04-27 | Merge pull request #60331 from KoBeWi/tween_static() | Rémi Verschelde |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-17 | Make Tween.interpolate_value() static | kobewi |
2022-04-12 | Improves EditorInspector documentation | Haoyu Qiu |
2022-03-23 | Document how to specify explicit value for `PROPERTY_HINT_ENUM` names | Haoyu Qiu |
2022-03-11 | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde |
2022-03-07 | VariantUtility: Unexpose `Math::range_step_decimals` | Rémi Verschelde |
2022-03-07 | Merge pull request #57812 from piiertho/bugfix/add-none-enum-global-constants | Rémi Verschelde |
2022-03-07 | bugfix: bind core enums' none values | Pierre-Thomas Meisels |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-02-17 | Fix a typo in PROPERTY_HINT_ENUM_SUGGESTION description | Yuri Sizov |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-12 | Implement cubic_interpolate() as MathFunc for refactoring | Silc 'Tokage' Renew |
2022-02-08 | [GDExtension] Add binds for missing methods, operators, and constants require... | bruvzg |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-10 | Add joystick button index boundary check. Increase max. button number to 128 ... | bruvzg |
2022-01-06 | Merge pull request #56224 from Calinou/variant-rename-packed-array-constants | Rémi Verschelde |
2022-01-04 | Document InputEventMIDI and add some missing 0xF MIDI messages | Aaron Franke |
2022-01-04 | Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentation | Hugo Locurcio |
2022-01-02 | Fix various typos | luz paz |
2021-12-24 | Rename Variant Packed*Array constants for consistency | Hugo Locurcio |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-25 | Enchance descriptions of @GlobalScope/@GDScript | Yuri Roubinsky |