Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix missing type info for PackedVector4Array | Aaron Franke | 2024-08-10 | 4 | -0/+4 | |
|/ | ||||||
* | gdextension: Sync with upstream commit ↵ | David Snopek | 2024-08-09 | 1 | -2/+2 | |
| | | | | 03afb92efa18874da19f7fc185a32c005d20aa1d (4.3-rc3) | |||||
* | Merge pull request #1545 from Klaim/warnings_gdclass | David Snopek | 2024-08-08 | 1 | -6/+6 | |
|\ | | | | | Removes warnings generated by GDCLASS usage | |||||
| * | removes warnings generated by GDCLASS usage | Klaim (Joël Lamotte) | 2024-08-08 | 1 | -6/+6 | |
|/ | | | | | | | | This change removes the warnings (unused parameters) coming from code injected by the GDCLASS macro. Contrary to warnings coming from the normal source code which can be suppressed with most compiles by specifying the include directories of this library as external or system, when the code is injected through a macro it is considered in the context of the user, which is the source code of user of the library. That forces the users to modify their code to hide the warnings coming from the mandatory `GDCLASS` here. That's why it's important to remove these warning from that specific macro and ideally any other macro that the user must use. | |||||
* | Merge pull request #1543 from Calinou/readme-use-github-admonition-syntax | David Snopek | 2024-08-07 | 1 | -11/+13 | |
|\ | | | | | Use GitHub admonition syntax for the warning in README | |||||
| * | Use GitHub admonition syntax for the warning in README | Hugo Locurcio | 2024-08-05 | 1 | -11/+13 | |
| | | ||||||
* | | Merge pull request #1539 from Naros/dispatch-get-set-up-hierarchy | David Snopek | 2024-08-07 | 1 | -4/+8 | |
|\ \ | | | | | | | Make sure `_get` and `_set` dispatch up the class hierarchy | |||||
| * | | Make sure `_get` and `_set` dispatch up the class hierarchy | Chris Cranford | 2024-08-01 | 1 | -4/+8 | |
| | | | ||||||
* | | | Merge pull request #1330 from pimms/cmake-hot-reload | David Snopek | 2024-08-07 | 1 | -0/+12 | |
|\ \ \ | |_|/ |/| | | Add hot reload support to CMakeLists.txt | |||||
| * | | PR comments — added doc, default 'ON' in Debug, 'OFF' in Release | Joakim Stien | 2023-12-10 | 1 | -1/+8 | |
| | | | ||||||
| * | | Added hot reload support to CMakeLists.txt | Joakim Stien | 2023-12-09 | 1 | -0/+5 | |
| | | | ||||||
* | | | gdextension: Sync with upstream commit ↵ | David Snopek | 2024-08-02 | 2 | -17/+332 | |
| |/ |/| | | | | | 3978628c6cc1227250fc6ed45c8d854d24c30c30 (4.3-rc2) | |||||
* | | Merge pull request #1530 from akien-mga/py-two-old | David Snopek | 2024-07-24 | 1 | -13/+3 | |
|\ \ | | | | | | | SCons: Remove old Python 2 compat code | |||||
| * | | SCons: Remove old Python 2 compat code | Rémi Verschelde | 2024-07-18 | 1 | -13/+3 | |
| | | | ||||||
* | | | Merge pull request #1519 from AThousandShips/cache_improve | David Snopek | 2024-07-24 | 3 | -7/+29 | |
|\ \ \ | |/ / |/| | | [CI] Upload build cache before running tests | |||||
| * | | [CI] Upload build cache before running tests | A Thousand Ships | 2024-07-13 | 3 | -7/+29 | |
| | | | ||||||
* | | | Merge pull request #1513 from dsnopek/unexpose-is-instance-valid | David Snopek | 2024-07-15 | 1 | -0/+9 | |
|\ \ \ | | | | | | | | | Unexpose `UtilityFunctions::is_instance_valid()` | |||||
| * | | | Unexpose `UtilityFunctions::is_instance_valid()` | David Snopek | 2024-07-01 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | Merge pull request #1510 from dsnopek/memnew-better-crash-message | David Snopek | 2024-07-15 | 1 | -2/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Remind developers about `memnew()` in crash message when missing binding callbacks | |||||
| * | | | Remind developers about `memnew()` in crash message when missing binding ↵ | David Snopek | 2024-06-27 | 1 | -2/+1 | |
| |/ / | | | | | | | | | | callbacks | |||||
* | | | 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` |