| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 21 | -42/+84 |
* | Merge pull request #1591 from dsnopek/variant-object-instance-id | David Snopek | 2024-10-29 | 1 | -6/+5 |
|\ |
|
| * | Directly get object instance ID from `Variant` and implement `Variant::get_va... | David Snopek | 2024-10-17 | 1 | -6/+5 |
* | | Sync `Quaternion` with the version in Godot | David Snopek | 2024-10-28 | 1 | -40/+28 |
* | | Add p_use_model_front to Basis::looking_at() | Florent Guiocheau | 2024-10-14 | 1 | -2/+5 |
* | | Implement typed dictionaries | Thaddeus Crews | 2024-09-17 | 1 | -0/+6 |
|/ |
|
* | Fix missing type info for PackedVector4Array | Aaron Franke | 2024-08-10 | 1 | -0/+1 |
* | Merge pull request #1504 from Repiteo/pre-commit-hooks | David Snopek | 2024-06-25 | 2 | -2/+2 |
|\ |
|
| * | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 2 | -2/+2 |
* | | Add missing enum & ctor for PackedVector4Array implementation | Chris Cranford | 2024-06-19 | 1 | -0/+8 |
|/ |
|
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne... | bruvzg | 2024-06-13 | 1 | -4/+4 |
* | Merge pull request #1456 from dsnopek/packedvector4array | David Snopek | 2024-05-07 | 1 | -0/+19 |
|\ |
|
| * | Add support for `PackedVector4Array` | David Snopek | 2024-05-06 | 1 | -0/+19 |
* | | Merge pull request #1437 from AThousandShips/vec_elem_scalar | David Snopek | 2024-05-07 | 6 | -0/+115 |
|\ \
| |/
|/| |
|
| * | Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-04-11 | 6 | -0/+115 |
* | | Merge pull request #1436 from AThousandShips/math_update | David Snopek | 2024-04-24 | 10 | -0/+40 |
|\ \ |
|
| * | | [Math] Add `is_finite` methods | A Thousand Ships | 2024-04-11 | 10 | -0/+40 |
| |/ |
|
* / | Fix Projection create_orthogonal being incorrect | thimenesup | 2024-04-14 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1409 from Repiteo/class-to-typename | David Snopek | 2024-04-02 | 1 | -4/+4 |
|\ |
|
| * | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-10 | 1 | -4/+4 |
* | | Merge pull request #1379 from dsnopek/uninitialized-value-mk2 | David Snopek | 2024-03-14 | 1 | -51/+33 |
|\ \ |
|
| * | | Avoid creating most objects that Godot is going to use placement new to initi... | David Snopek | 2024-02-26 | 1 | -51/+33 |
| |/ |
|
* / | Add support for getting argument count from `Callable`s | A Thousand Ships | 2024-03-14 | 2 | -4/+27 |
|/ |
|
* | Switch to 64-bit ints. | bruvzg | 2024-01-10 | 2 | -38/+38 |
* | Add `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` | Jakub Mateusz Marcowski | 2024-01-03 | 1 | -0/+8 |
* | Fix comparison of `Callable`s from callable_mp() of the same method | David Snopek | 2023-11-17 | 1 | -4/+56 |
* | Merge pull request #1280 from dsnopek/callable-custom | David Snopek | 2023-11-17 | 2 | -10/+119 |
|\ |
|
| * | Add `CallableCustom` that devs can use in their GDExtensions | David Snopek | 2023-11-06 | 2 | -10/+119 |
* | | Add missing int→Variant conversions | Thaddeus Crews | 2023-11-08 | 1 | -0/+16 |
|/ |
|
* | Switch to using `ObjectID` in custom callables | David Snopek | 2023-10-25 | 1 | -1/+1 |
* | Merge pull request #1253 from gilzoide/fix-variant-iteration-valid-flag | David Snopek | 2023-10-20 | 1 | -4/+6 |
|\ |
|
| * | Fix return value and r_valid value in Variant::iter_init and iter_next | gilzoide | 2023-09-24 | 1 | -4/+6 |
* | | Use the new `string_name_new_with_latin1_chars` function to improve StringNam... | David Snopek | 2023-10-09 | 1 | -2/+3 |
|/ |
|
* | Implement `callable_mp()` and `callable_mp_static()` | David Snopek | 2023-09-21 | 1 | -0/+66 |
* | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 1 | -2/+2 |
* | Implement `String::resize()` | David Snopek | 2023-07-31 | 1 | -0/+4 |
* | Attempt to fully implement CharString | David Snopek | 2023-06-22 | 1 | -98/+107 |
* | Ensure GDExtension class is the correct type for the Godot engine class | David Snopek | 2023-05-16 | 1 | -1/+2 |
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 3 | -104/+104 |
* | Fix compilation error: const GDExtensionStringPtr -> GDExtensionConstStringPtr | Zhehang Ding | 2023-02-14 | 1 | -1/+1 |
* | Update array_set_typed() call to use GDExtensionVariantType instead of uint32_t | Jan Haller | 2023-02-09 | 1 | -1/+2 |
* | Merge pull request #1011 from mihe/error-macros | Rémi Verschelde | 2023-02-07 | 1 | -0/+2 |
|\ |
|
| * | Added missing `string.hpp` include in `transform2d.cpp` | Mikael Hermansson | 2023-01-22 | 1 | -0/+2 |
* | | Update typed array API to match "GDScript: Fix typed arrays". | bruvzg | 2023-01-31 | 1 | -0/+4 |
* | | Move Array:set_typed to internal GDExtension structure. | bruvzg | 2023-01-30 | 1 | -0/+4 |
|/ |
|
* | Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -8/+41 |
* | Merge pull request #1001 from Faless/ext/basis_abs | Fabio Alessandrelli | 2023-01-19 | 1 | -1/+1 |
|\ |
|
| * | Fix Basis::scaled_orthogonal using incorrect abs function. | Fabio Alessandrelli | 2023-01-19 | 1 | -1/+1 |
* | | Fix Variant::can_convert[_strict] returning gibberish. | Fabio Alessandrelli | 2023-01-19 | 1 | -4/+2 |
|/ |
|
* | Merge pull request #997 from asmaloney/fix-shadow-eulerorder | Rémi Verschelde | 2023-01-18 | 1 | -2/+2 |
|\ |
|