Age | Commit message (Expand) | Author |
2022-08-27 | Add linear/cubic angle interpolation to Animation interpolation type | Silc Renew |
2022-08-26 | Merge pull request #64367 from Mickeon/rename-var-to-str | Rémi Verschelde |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky |
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg |
2022-08-24 | Merge pull request #64691 from TokageItLab/Quaternion-editor | Rémi Verschelde |
2022-08-24 | Implement Quaternion Editor | Silc Renew |
2022-08-24 | Remove VisualScript module for 4.0 | Rémi Verschelde |
2022-08-22 | Merge pull request #63602 from TokageItLab/cubic-interp-time | Rémi Verschelde |
2022-08-19 | Add documentation for all annotations | Yuri Sizov |
2022-08-19 | Make `cubic_interpolate()` consider key time in animation | Silc Renew |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (8) | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-07 | Fix typo in weakref documentation | Raul Santos |
2022-08-06 | Merge pull request #63361 from KoBeWi/floorf_lol | Rémi Verschelde |
2022-08-06 | Restore old lerp() behavior and add lerpf() | kobewi |
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 |