Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1509 from YuriSizov/method-bind-is-off-by-one | David Snopek | 2024-07-06 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix argument metadata when binding methods | |||||
| * | | | Fix argument metadata when binding methods | Yuri Sizov | 2024-06-27 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | | | | | | | While there doesn't seem to be any runtime issues, this triggers the address sanitizer in a few ways, depending on what kind of method you're binding. | |||||
* | | | Merge pull request #1483 from AThousandShips/arr_typed_fix | David Snopek | 2024-06-28 | 1 | -6/+16 | |
|\ \ \ | |/ / |/| | | Fix sharing of typed arrays from constructor | |||||
| * | | Fix sharing of typed arrays from constructor | A Thousand Ships | 2024-06-06 | 1 | -6/+16 | |
| | | | ||||||
* | | | Merge pull request #1507 from Repiteo/silence-msvc | David Snopek | 2024-06-25 | 1 | -0/+69 | |
|\ \ \ | | | | | | | | | SCons: Add `silence_msvc` option for Windows | |||||
| * | | | SCons: Add `silence_msvc` option | Thaddeus Crews | 2024-06-25 | 1 | -0/+69 | |
| | | | | ||||||
* | | | | Merge pull request #1506 from Repiteo/editorconfig | David Snopek | 2024-06-25 | 2 | -6/+18 | |
|\ \ \ \ | | | | | | | | | | | Add `.editorconfig`, consolidate `.gitattributes` | |||||
| * | | | | Add `.editorconfig`, consolidate `.gitattributes` | Thaddeus Crews | 2024-06-25 | 2 | -6/+18 | |
| |/ / / | ||||||
* | | | | Merge pull request #1505 from Repiteo/include-formatting | David Snopek | 2024-06-25 | 2 | -22/+23 | |
|\ \ \ \ | | | | | | | | | | | Fix `#include` formatting | |||||
| * | | | | Fix `#include` formatting | Thaddeus Crews | 2024-06-25 | 2 | -22/+23 | |
| |/ / / | ||||||
* | | | | Merge pull request #1504 from Repiteo/pre-commit-hooks | David Snopek | 2024-06-25 | 45 | -1015/+426 | |
|\ \ \ \ | | | | | | | | | | | Replace legacy hooks with `pre-commit` Python tool | |||||
| * | | | | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 45 | -1015/+426 | |
| |/ / / | ||||||
* | | | | Merge pull request #1497 from Naros/fix-variant-hpp-packed-vector4-array | David Snopek | 2024-06-25 | 2 | -0/+11 | |
|\ \ \ \ | |/ / / |/| | | | Add missing enum & ctor for PackedVector4Array implementation | |||||
| * | | | Add missing enum & ctor for PackedVector4Array implementation | Chris Cranford | 2024-06-19 | 2 | -0/+11 | |
| | | | | ||||||
* | | | | gdextension: Sync with upstream commit ↵ | David Snopek | 2024-06-20 | 1 | -11/+328 | |
|/ / / | | | | | | | | | | b75f0485ba15951b87f1d9a2d8dd0fcd55e178e4 (4.3-beta2) | |||||
* | | | Merge pull request #1423 from AThousandShips/style_fix | David Snopek | 2024-06-18 | 1 | -13/+15 | |
|\ \ \ | | | | | | | | | Fix some style details in generation | |||||
| * | | | Fix some style details in generation | A Thousand Ships | 2024-06-18 | 1 | -13/+15 | |
|/ / / | ||||||
* | | | Merge pull request #1490 from AThousandShips/arg_name_fix | David Snopek | 2024-06-18 | 1 | -35/+43 | |
|\ \ \ | | | | | | | | | Enforce `p_` prefixes for arguments in binds | |||||
| * | | | Enforce `p_` prefixes for arguments in binds | A Thousand Ships | 2024-06-14 | 1 | -35/+43 | |
| | | | | ||||||
* | | | | Merge pull request #1496 from Faless/ci/fix-macos | David Snopek | 2024-06-18 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | [CI] Update macOS workers to macos-latest | |||||
| * | | | | [CI] Update macOS workers to macos-latest | Fabio Alessandrelli | 2024-06-18 | 1 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | GitHub actions no longer allow `macos-11` runners | |||||
* | | | | Merge pull request #1489 from Faless/web/longjmp | David Snopek | 2024-06-17 | 1 | -4/+8 | |
|\ \ \ \ | | | | | | | | | | | [Web] Force emcc to use "wasm" longjmp mode | |||||
| * | | | | [Web] Force emcc to use "wasm" longjmp mode | Fabio Alessandrelli | 2024-06-14 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SUPPORT_LONGJMP have changed since emscripten 3.1.32 to default to "wasm" mode when exceptions are enabled, and "emscripten" mode when disabled. While we generally doesn't use exception in core, linked libraries may need them, and emscripten don't plan to support WASM EH + Emscripten SjLj in the long term. | |||||
* | | | | | Merge pull request #1167 from Faless/build/build_profile | David Snopek | 2024-06-17 | 3 | -5/+132 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for build profiles. | |||||
| * | | | | | Add support for build profiles. | Fabio Alessandrelli | 2024-06-15 | 3 | -5/+132 | |
|/ / / / / | | | | | | | | | | | | | | | | Allow enabling or disabling specific classes (which will not be built). | |||||
* | | | | | Merge pull request #1493 from dsnopek/ci-godot-test-version | David Snopek | 2024-06-14 | 1 | -5/+20 | |
|\ \ \ \ \ | | | | | | | | | | | | | Allow selecting Godot version to run the tests with | |||||
| * | | | | | Allow selecting Godot version to run the tests with | David Snopek | 2024-06-14 | 1 | -5/+20 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #1446 from ↵ | David Snopek | 2024-06-14 | 6 | -24/+78 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/set_instance_and_instance_biding_in_Wrapped_constructor Set instance and instance binding in `Wrapped` constructor. | |||||
| * | | | | Set instance and instance binding in Wrapped constructor. | Daylily-Zeleen | 2024-05-28 | 6 | -24/+78 | |
| | | | | | ||||||
* | | | | | Merge pull request #1488 from AThousandShips/default_node_path | David Snopek | 2024-06-14 | 1 | -0/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add default argument processing for `NodePath` | |||||
| * | | | | | Add default argument processing for `NodePath` | A Thousand Ships | 2024-06-13 | 1 | -0/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1485 from dsnopek/classdb-call-static-method | David Snopek | 2024-06-14 | 1 | -7/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix vararg methods forwarded to the `ClassDB` singleton | |||||
| * | | | | Fix vararg methods forwarded to the `ClassDB` singleton | David Snopek | 2024-06-12 | 1 | -7/+12 | |
| | | | | | ||||||
* | | | | | Merge pull request #1487 from AThousandShips/arg_default_fix | David Snopek | 2024-06-13 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix generating default values for `StringName` | |||||
| * | | | | | Fix generating default values for `StringName` | A Thousand Ships | 2024-06-13 | 1 | -0/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | Cases other than `&""` were not processed correctly | |||||
* | | | | | Merge pull request #1479 from bruvzg/ts_gde_sync_cpp | David Snopek | 2024-06-13 | 7 | -16/+519 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API. | |||||
| * | | | | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ↵ | bruvzg | 2024-06-13 | 7 | -16/+519 | |
|/ / / / | | | | | | | | | | | | | new/changed low-level methods to GDExtension API. | |||||
* | | | | Merge pull request #1486 from dsnopek/fix-to-string-test | David Snopek | 2024-06-12 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix tests after upstream change to `Node::to_string()` | |||||
| * | | | | Fix tests after upstream change to `Node::to_string()` | David Snopek | 2024-06-12 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #1478 from richardhozak/fix-warnings | David Snopek | 2024-06-12 | 2 | -3/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix warnings emitted with -Wall | |||||
| * | | | | Fix warnings emitted with -Wall | Richard Hozák | 2024-06-02 | 2 | -3/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1484 from dsnopek/virtual-node-pointer | David Snopek | 2024-06-11 | 4 | -14/+16 | |
|\ \ \ \ | |/ / / |/| | | | Fix undefined symbol error on Linux with virtual methods that take `Node *` arguments | |||||
| * | | | Fix undefined symbol error on Linux with virtual methods that take `Node *` ↵ | David Snopek | 2024-06-10 | 4 | -14/+16 | |
|/ / / | | | | | | | | | | arguments | |||||
* | | | Merge pull request #1477 from dsnopek/macros-godot-namespace | David Snopek | 2024-06-01 | 1 | -5/+5 | |
|\ \ \ | | | | | | | | | Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros | |||||
| * | | | Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros | David Snopek | 2024-06-01 | 1 | -5/+5 | |
|/ / / | ||||||
* | | | gdextension: Sync with upstream commit ↵ | David Snopek | 2024-05-31 | 1 | -929/+20090 | |
| | | | | | | | | | | | | a4f2ea91a1bd18f70a43ff4c1377db49b56bc3f0 (4.3-beta1) | |||||
* | | | Merge pull request #1473 from dsnopek/gdextension-interface-catch-up | David Snopek | 2024-05-29 | 1 | -1/+5 | |
|\ \ \ | |/ / |/| | | Catch up with minor changes to `gdextension_interface.h` | |||||
| * | | Catch up with minor changes to `gdextension_interface.h` | David Snopek | 2024-05-28 | 1 | -1/+5 | |
|/ / | ||||||
* | | Merge pull request #1447 from dsnopek/avoid-double-postinitialize | David Snopek | 2024-05-17 | 2 | -4/+7 | |
|\ \ | | | | | | | Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent classes | |||||
| * | | Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class | David Snopek | 2024-04-24 | 2 | -4/+7 | |
| | | |