| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 1 | -31/+30 |
|\ |
|
| * | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 1 | -31/+30 |
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -0/+1 |
|\| |
|
| * | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data | Danil Alexeev | 2024-11-04 | 1 | -0/+1 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Add a sort method to Dictionary and HashMap | Aaron Franke | 2024-10-02 | 1 | -0/+1 |
* | Bind Array get and set functions | Aaron Franke | 2024-09-26 | 1 | -0/+31 |
* | [Core] Add way to check if a signal has any connections | A Thousand Ships | 2024-09-20 | 1 | -0/+1 |
* | Merge pull request #95449 from SlashScreen/array_functions | Rémi Verschelde | 2024-09-20 | 1 | -0/+2 |
|\ |
|
| * | Add callable support for `find` and `rfind` `Array` methods | Slashscreen | 2024-09-13 | 1 | -0/+2 |
* | | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -0/+13 |
* | | Add `String.is_valid_unicode_identifier()` | Haoyu Qiu | 2024-08-27 | 1 | -0/+2 |
* | | Simplify and fix Rect2/AABB get_support function | Aaron Franke | 2024-08-19 | 1 | -1/+2 |
|/ |
|
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne... | bruvzg | 2024-06-12 | 1 | -0/+1 |
* | [Windows] Fix 32-bit MinGW LTO build. | bruvzg | 2024-06-04 | 1 | -2/+14 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -1/+0 |
* | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -0/+1 |
* | Add const char * overloads to String class | Wilson E. Alvarez | 2024-05-07 | 1 | -13/+13 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+24 |
* | Expose `Vector*` component-wise and scalar `min/max` to scripting | A Thousand Ships | 2024-05-02 | 1 | -0/+24 |
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -0/+12 |
* | Update the description and parameter name for Vector3 reflect to correct how ... | clayjohn | 2024-04-30 | 1 | -1/+1 |
* | Clarify bounce and reflect docs and update param names | clayjohn | 2024-04-10 | 1 | -2/+2 |
* | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -0/+2 |
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templates | Rémi Verschelde | 2024-03-14 | 1 | -69/+69 |
|\ |
|
| * | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-07 | 1 | -69/+69 |
* | | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 1 | -0/+5 |
|/ |
|
* | Allow returning Dictionary after merging | kobewi | 2024-03-06 | 1 | -0/+1 |
* | Merge pull request #88948 from dalexeev/core-add-callable-create | Rémi Verschelde | 2024-02-29 | 1 | -0/+1 |
|\ |
|
| * | Core: Add `Callable.create` static method for `Variant` callables | Danil Alexeev | 2024-02-29 | 1 | -0/+1 |
* | | Merge pull request #81822 from nlupugla/nodepath-slice | Rémi Verschelde | 2024-02-29 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Added NodePath::slice method. | nlupugla | 2023-12-13 | 1 | -0/+1 |
* | | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -4/+4 |
* | | Promote CowData to 64 bits | Juan Linietsky | 2024-01-19 | 1 | -1/+1 |
* | | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -5/+5 |
* | | Merge pull request #83163 from Chubercik/vectorXi_dist_methods | Rémi Verschelde | 2024-01-03 | 1 | -0/+6 |
|\ \ |
|
| * | | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` | Jakub Marcowski | 2023-10-12 | 1 | -0/+6 |
| |/ |
|
* | | Merge pull request #82264 from dalexeev/core-builtin-methods-as-callables | Rémi Verschelde | 2024-01-02 | 1 | -37/+48 |
|\ \ |
|
| * | | Core: Allow methods of built-in `Variant` types to be used as Callables | Danil Alexeev | 2023-10-25 | 1 | -37/+48 |
| |/ |
|
* / | Add a `get_or_add` method to Dictionary | Aaron Franke | 2023-12-06 | 1 | -0/+1 |
|/ |
|
* | Fix expected argument count for `Callable` call errors | Danil Alexeev | 2023-09-29 | 1 | -2/+0 |
* | Merge pull request #79523 from aaronfranke/is-conformal | Rémi Verschelde | 2023-09-26 | 1 | -0/+2 |
|\ |
|
| * | Add `is_conformal` method to Basis and Transform2D | Aaron Franke | 2023-09-13 | 1 | -0/+2 |
* | | Add Vector2/3/4i.MAX and MIN | kobewi | 2023-09-16 | 1 | -0/+6 |
|/ |
|
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-11 | 1 | -12/+12 |
* | Set builtin varrarg ptrcalls, called without arg. | Daylily-Zeleen | 2023-09-02 | 1 | -9/+5 |
* | Add `String.reverse` method | Yuri Roubinski | 2023-06-21 | 1 | -0/+1 |
* | Add the ability to look-at in model-space. | Juan Linietsky | 2023-05-24 | 1 | -2/+9 |
* | Revert "Add API for HSL conversion" | clayjohn | 2023-05-10 | 1 | -1/+0 |