summaryrefslogtreecommitdiffstats
path: root/test/project
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand godot-cpp to redot-cppSpartan3222024-10-311-2/+2
| | | | (cherry picked from commit 35f01391e0dd380c58f085badbf7be22a627c9f9)
* Add a test to ensure that library path is absoluteDavid Snopek2024-09-031-0/+6
| | | | (cherry picked from commit 92ace04989bdf8d7d94846f059eeccd723f9b885)
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-2/+2
|
* Merge pull request #1446 from ↵David Snopek2024-06-141-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-Zeleen2024-05-281-0/+3
| |
* | Fix tests after upstream change to `Node::to_string()`David Snopek2024-06-121-1/+1
|/
* Merge pull request #1451 from Faless/build/to_threads_or_not_to_threadsDavid Snopek2024-05-161-2/+4
|\ | | | | [SCons] Add option to build without threads
| * [SCons] Add option to build without threadsFabio Alessandrelli2024-04-301-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 crashDavid Snopek2024-05-101-0/+3
| |
* | Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-1/+1
|/
* Merge pull request #1405 from dsnopek/fix-null-object-argumentsDavid Snopek2024-04-291-0/+4
|\ | | | | Correctly handle `Object *` arguments that were encoded as `nullptr`
| * Correctly handle `Object *` arguments that were encoded as `nullptr`David Snopek2024-04-081-0/+4
| |
* | Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-0/+6
| |
* | Merge pull request #1399 from bruvzg/init_listDavid Snopek2024-03-121-0/+1
|\ \ | | | | | | [Packed*Array] Add support for initializer lists.
| * | [Packed*Array] Add support for initializer lists.bruvzg2024-03-031-0/+1
| |/
* / Fix _notification with parent and child classesDavid Snopek2024-02-222-0/+10
|/
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-123-1/+12
|
* Send NOTIFICATION_POSTINITIALIZE to extension classesDavid Snopek2023-11-291-0/+5
|
* Fix comparison of `Callable`s from callable_mp() of the same methodDavid Snopek2023-11-171-0/+21
|
* Merge pull request #1280 from dsnopek/callable-customDavid Snopek2023-11-171-0/+10
|\ | | | | Add `CallableCustom` that devs can use in their GDExtensions
| * Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-0/+10
| |
* | [iOS] Fix building as static library or xcframework, add iOS config and ↵bruvzg2023-11-094-0/+17
|/ | | | xcframework build script to the test project.
* Merge pull request #1277 from dsnopek/variant-iter-testsRémi Verschelde2023-10-241-0/+4
|\ | | | | Add an automated test using a Variant iterator
| * Add an automated test using a Variant iteratorDavid Snopek2023-10-201-0/+4
| |
* | Add test for `Callable.bind()`David Snopek2023-10-211-0/+3
|/
* [SCons] Rename javascript tool to webFabio Alessandrelli2023-10-151-2/+2
| | | | And clean it up a bit.
* Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fixDavid Snopek2023-10-041-0/+2
|\ | | | | Javascript Web WASM Fix
| * Added fix for javascript build for godot 4.xNick Maltbie2023-10-011-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 Snopek2023-09-211-0/+22
| |
* | Merge pull request #1238 from dsnopek/variant-call-callpDavid Snopek2023-09-211-0/+7
|\ \ | |/ |/| Fix variant call compiler error (alternate)
| * Fix variant call compiler errorMatthew Murphy2023-09-091-0/+7
| | | | | | | | Co-authored-by: David Snopek <dsnopek@gmail.com>
* | Support `_validate_property()`David Snopek2023-09-121-0/+4
|/
* Fix formatting of `compatibility_minimum` examplesA Thousand Ships2023-08-311-1/+1
| | | | | Without quotes the values is parsed as a float, breaking in various cases.
* Add automated tests to verify some previous fixesDavid Snopek2023-08-142-1/+44
|
* Implement `String::resize()`David Snopek2023-07-311-0/+3
|
* Merge pull request #1150 from dsnopek/charstring-fullDavid Snopek2023-07-221-0/+4
|\ | | | | Attempt to fully implement CharString
| * Attempt to fully implement CharStringDavid Snopek2023-06-221-0/+4
| |
* | Add RPC tests.Fabio Alessandrelli2023-06-301-0/+7
|/
* Merge pull request #1128 from Mathis-Z/masterRémi Verschelde2023-06-081-0/+3
|\ | | | | Fixing #1127 by making return types of auto-generated functions dynamic
| * Fixing #1127 by making return types of auto-generated functions dynamicMathis-Z2023-06-081-0/+3
| |
* | Revert the changes from PR #1044 and #1045 and standardize on `Object **` ↵David Snopek2023-06-073-45/+54
|/ | | | encoding in ptrcall
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-1710-0/+326