Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand godot-cpp to redot-cpp | Spartan322 | 2024-10-31 | 1 | -2/+2 |
| | | | | (cherry picked from commit 35f01391e0dd380c58f085badbf7be22a627c9f9) | ||||
* | Add a test to ensure that library path is absolute | David Snopek | 2024-09-03 | 1 | -0/+6 |
| | | | | (cherry picked from commit 92ace04989bdf8d7d94846f059eeccd723f9b885) | ||||
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1446 from ↵ | David Snopek | 2024-06-14 | 1 | -0/+3 |
|\ | | | | | | | | | 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 | 1 | -0/+3 |
| | | |||||
* | | Fix tests after upstream change to `Node::to_string()` | David Snopek | 2024-06-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1451 from Faless/build/to_threads_or_not_to_threads | David Snopek | 2024-05-16 | 1 | -2/+4 |
|\ | | | | | [SCons] Add option to build without threads | ||||
| * | [SCons] Add option to build without threads | Fabio Alessandrelli | 2024-04-30 | 1 | -2/+4 |
| | | | | | | | | | | This is relevant for the Web platform, where builds with and without threads are incompatible. | ||||
* | | Clean up instance bindings for engine singletons to prevent crash | David Snopek | 2024-05-10 | 1 | -0/+3 |
| | | |||||
* | | Allow submitting documentation to the Godot editor | David Snopek | 2024-05-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1405 from dsnopek/fix-null-object-arguments | David Snopek | 2024-04-29 | 1 | -0/+4 |
|\ | | | | | Correctly handle `Object *` arguments that were encoded as `nullptr` | ||||
| * | Correctly handle `Object *` arguments that were encoded as `nullptr` | David Snopek | 2024-04-08 | 1 | -0/+4 |
| | | |||||
* | | Add support for getting argument count from `Callable`s | A Thousand Ships | 2024-03-14 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1399 from bruvzg/init_list | David Snopek | 2024-03-12 | 1 | -0/+1 |
|\ \ | | | | | | | [Packed*Array] Add support for initializer lists. | ||||
| * | | [Packed*Array] Add support for initializer lists. | bruvzg | 2024-03-03 | 1 | -0/+1 |
| |/ | |||||
* / | Fix _notification with parent and child classes | David Snopek | 2024-02-22 | 2 | -0/+10 |
|/ | |||||
* | Allow GDExtensions to register virtual methods and call them on scripts | David Snopek | 2024-02-12 | 3 | -1/+12 |
| | |||||
* | Send NOTIFICATION_POSTINITIALIZE to extension classes | David Snopek | 2023-11-29 | 1 | -0/+5 |
| | |||||
* | Fix comparison of `Callable`s from callable_mp() of the same method | David Snopek | 2023-11-17 | 1 | -0/+21 |
| | |||||
* | Merge pull request #1280 from dsnopek/callable-custom | David Snopek | 2023-11-17 | 1 | -0/+10 |
|\ | | | | | Add `CallableCustom` that devs can use in their GDExtensions | ||||
| * | Add `CallableCustom` that devs can use in their GDExtensions | David Snopek | 2023-11-06 | 1 | -0/+10 |
| | | |||||
* | | [iOS] Fix building as static library or xcframework, add iOS config and ↵ | bruvzg | 2023-11-09 | 4 | -0/+17 |
|/ | | | | xcframework build script to the test project. | ||||
* | Merge pull request #1277 from dsnopek/variant-iter-tests | Rémi Verschelde | 2023-10-24 | 1 | -0/+4 |
|\ | | | | | Add an automated test using a Variant iterator | ||||
| * | Add an automated test using a Variant iterator | David Snopek | 2023-10-20 | 1 | -0/+4 |
| | | |||||
* | | Add test for `Callable.bind()` | David Snopek | 2023-10-21 | 1 | -0/+3 |
|/ | |||||
* | [SCons] Rename javascript tool to web | Fabio Alessandrelli | 2023-10-15 | 1 | -2/+2 |
| | | | | And clean it up a bit. | ||||
* | Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fix | David Snopek | 2023-10-04 | 1 | -0/+2 |
|\ | | | | | Javascript Web WASM Fix | ||||
| * | Added fix for javascript build for godot 4.x | Nick Maltbie | 2023-10-01 | 1 | -0/+2 |
| | | | | | | | | | | | | Added changes to tools/javascript.py to add PFlags to fix SharedArrayBuffer memory error. Corrected some small errors in tools/javascript.py to support new target names. Also updated ci to include validation for web build. | ||||
* | | Implement `callable_mp()` and `callable_mp_static()` | David Snopek | 2023-09-21 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #1238 from dsnopek/variant-call-callp | David Snopek | 2023-09-21 | 1 | -0/+7 |
|\ \ | |/ |/| | Fix variant call compiler error (alternate) | ||||
| * | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 1 | -0/+7 |
| | | | | | | | | Co-authored-by: David Snopek <dsnopek@gmail.com> | ||||
* | | Support `_validate_property()` | David Snopek | 2023-09-12 | 1 | -0/+4 |
|/ | |||||
* | Fix formatting of `compatibility_minimum` examples | A Thousand Ships | 2023-08-31 | 1 | -1/+1 |
| | | | | | Without quotes the values is parsed as a float, breaking in various cases. | ||||
* | Add automated tests to verify some previous fixes | David Snopek | 2023-08-14 | 2 | -1/+44 |
| | |||||
* | Implement `String::resize()` | David Snopek | 2023-07-31 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1150 from dsnopek/charstring-full | David Snopek | 2023-07-22 | 1 | -0/+4 |
|\ | | | | | Attempt to fully implement CharString | ||||
| * | Attempt to fully implement CharString | David Snopek | 2023-06-22 | 1 | -0/+4 |
| | | |||||
* | | Add RPC tests. | Fabio Alessandrelli | 2023-06-30 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #1128 from Mathis-Z/master | Rémi Verschelde | 2023-06-08 | 1 | -0/+3 |
|\ | | | | | Fixing #1127 by making return types of auto-generated functions dynamic | ||||
| * | Fixing #1127 by making return types of auto-generated functions dynamic | Mathis-Z | 2023-06-08 | 1 | -0/+3 |
| | | |||||
* | | Revert the changes from PR #1044 and #1045 and standardize on `Object **` ↵ | David Snopek | 2023-06-07 | 3 | -45/+54 |
|/ | | | | encoding in ptrcall | ||||
* | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 10 | -0/+326 |