Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [Core] Fix sharing of typed arrays from constructor | A Thousand Ships | 2024-05-07 | 1 | -6/+16 | |
| | | | ||||||
* | | | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ↵ | bruvzg | 2024-06-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | new/changed low-level methods to GDExtension API. | |||||
* | | | [Windows] Fix 32-bit MinGW LTO build. | bruvzg | 2024-06-04 | 1 | -2/+14 | |
| | | | ||||||
* | | | fix callable not clearing freed pointer | rune-scape | 2024-06-02 | 1 | -0/+2 | |
| | | | ||||||
* | | | Core: Readd Variant class initializer, fix comment | Thaddeus Crews | 2024-05-14 | 1 | -3/+5 | |
| | | | ||||||
* | | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 7 | -6/+1 | |
| | | | ||||||
* | | | Add shorthand for using singleton string names | kobewi | 2024-05-11 | 2 | -4/+4 | |
| | | | ||||||
* | | | [Core] Add case-insensitive `String::containsn` | A Thousand Ships | 2024-05-08 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #91104 from RandomShaper/simple_type_cpp | Rémi Verschelde | 2024-05-08 | 2 | -9/+9 | |
|\ \ \ | | | | | | | | | | | | | Redefine `GetSimpleTypeT<>` in terms of `<type_traits>` | |||||
| * | | | Redefine GetSimpleTypeT<> in terms of <type_traits> | Pedro J. Estébanez | 2024-04-24 | 2 | -9/+9 | |
| | | | | ||||||
* | | | | Add const char * overloads to String class | Wilson E. Alvarez | 2024-05-07 | 1 | -13/+13 | |
| |/ / |/| | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | |||||
* | | | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 15 | -3/+237 | |
| | | | | | | | | | | | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||||
* | | | 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 | |
| | | | | | | | | | | | | Convenience for a number of cases operating on single values | |||||
* | | | [GDScript] Correctly report invalid read-only access | A Thousand Ships | 2024-05-01 | 2 | -0/+12 | |
| | | | ||||||
* | | | Merge pull request #91376 from clayjohn/DOCS-reflect-vec3 | Rémi Verschelde | 2024-05-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | Update the description and parameter name for Vector3 reflect to correct how the plane is constructed | |||||
| * | | | Update the description and parameter name for Vector3 reflect to correct how ↵ | clayjohn | 2024-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the plane is constructed | |||||
* | | | | Merge pull request #89647 from AThousandShips/read_only_dict | Rémi Verschelde | 2024-05-01 | 1 | -4/+10 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [Core] Fix property access on read-only `Dictionary` | |||||
| * | | | | [Core] Fix property access on read-only `Dictionary` | A Thousand Ships | 2024-04-22 | 1 | -4/+10 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #90394 from dsnopek/object-ptrcall-null-unlikely | Rémi Verschelde | 2024-04-30 | 1 | -8/+2 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | Use `likely()` in `PtrToArg<T *>` when checking for null `Object *`s | |||||
| * | | | Use `likely()` in `PtrToArg<T *>` when checking for null `Object *`s | David Snopek | 2024-04-08 | 1 | -8/+2 | |
| | | | | ||||||
* | | | | Make varray() variadic | kobewi | 2024-04-26 | 2 | -50/+17 | |
| | | | | ||||||
* | | | | Merge pull request #90540 from Repiteo/core/type-info-use-type-traits | Rémi Verschelde | 2024-04-24 | 1 | -35/+2 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Core: Use `<type_traits>` where applicable | |||||
| * | | | | Core: Use `<type_traits>` where applicable | Thaddeus Crews | 2024-04-11 | 1 | -35/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #90889 from timothyqiu/compat | Rémi Verschelde | 2024-04-23 | 2 | -10/+19 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use compatible text resource format when possible | |||||
| * | | | | | Use compatible text resource format when possible | Haoyu Qiu | 2024-04-23 | 2 | -10/+19 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #90866 from Repiteo/core/variant-initalizer-lists | Rémi Verschelde | 2024-04-23 | 2 | -118/+115 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Core: Utilize initalizer lists in Variant constructors | |||||
| * | | | | Core: Integrate initalizer lists for Variant | Thaddeus Crews | 2024-04-19 | 2 | -118/+115 | |
| | | | | | ||||||
* | | | | | Rename internal is_ascii_char to is_ascii_alphabet_char | Aaron Franke | 2024-04-20 | 1 | -2/+2 | |
|/ / / / | ||||||
* / / / | [Core] Fix incorrect comparison for `Array` const iterator | A Thousand Ships | 2024-04-13 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #89186 from groud/save_byte_arrays_as_base64_encoded | Rémi Verschelde | 2024-04-10 | 2 | -11/+83 | |
|\ \ \ | | | | | | | | | | | | | Save PackedByteArrays as base64 encoded | |||||
| * | | | Save PackedByteArrays as base64 encoded | Gilles Roudière | 2024-03-06 | 2 | -11/+83 | |
| | | | | ||||||
* | | | | [Core] Add iteration support to `Array` | A Thousand Ships | 2024-04-10 | 4 | -4/+138 | |
| | | | | ||||||
* | | | | Clarify bounce and reflect docs and update param names | clayjohn | 2024-04-10 | 1 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | Ignore ERR_FILE_CANT_OPEN error when loading scene | kobewi | 2024-04-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update lingering `do/while(0)` defines | Thaddeus Crews | 2024-04-04 | 1 | -4/+6 | |
| | | | ||||||
* | | | Core: Use fixed-width integer types in Variant | Thaddeus Crews | 2024-04-04 | 2 | -110/+46 | |
| | | | ||||||
* | | | Merge pull request #87831 from Riteo/bitfield-xor | Rémi Verschelde | 2024-03-26 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | | | | | Core: Implement a XOR operator for BitField | |||||
| * | | | Core: Implement a XOR operator for BitField | Riteo | 2024-02-01 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Fix sorting of files/dirs in dialogs | A Thousand Ships | 2024-03-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Sorts leading `_` before other characters except `.`. | |||||
* | | | | Merge pull request #89270 from Repiteo/enforce-typename-in-templates | Rémi Verschelde | 2024-03-14 | 19 | -246/+246 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Enforce template syntax `typename` over `class` | |||||
| * | | | | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-07 | 19 | -246/+246 | |
| | | | | | ||||||
* | | | | | Merge pull request #87680 from AThousandShips/the_angry_count | Rémi Verschelde | 2024-03-13 | 7 | -0/+54 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add methods to get argument count of methods | |||||
| * | | | | | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 7 | -0/+54 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added to: * `Callable`s * `Object`s * `ClassDB` * `Script(Instance)`s | |||||
* / / / / | Fix `rpc` call from name based `Callable`s | A Thousand Ships | 2024-03-10 | 1 | -4/+25 | |
|/ / / / | ||||||
* | / / | Allow returning Dictionary after merging | kobewi | 2024-03-06 | 3 | -0/+9 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0 | Rémi Verschelde | 2024-02-29 | 2 | -5/+5 | |
|\ \ \ | | | | | | | | | | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | |||||
| * | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 2 | -5/+5 | |
| | | | | ||||||
* | | | | Merge pull request #88948 from dalexeev/core-add-callable-create | Rémi Verschelde | 2024-02-29 | 3 | -9/+26 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Core: Add `Callable.create` static method for `Variant` callables | |||||
| * | | | | Core: Add `Callable.create` static method for `Variant` callables | Danil Alexeev | 2024-02-29 | 3 | -9/+26 | |
| |/ / / |