summaryrefslogtreecommitdiffstats
path: root/tests/core/object
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
* Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-161-0/+78
* Import/export GLTF extras to node->metademolke2024-08-291-0/+25
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-2/+2
* [Tests] Ensure all default method arguments can be encodedA Thousand Ships2024-08-161-0/+40
* Fix Vector4, Vector4i, and Projection missing from ClassDB testsAaron Franke2024-08-141-5/+10
* [Tests] Fix some invalid error messagesA Thousand Ships2024-07-101-3/+3
* [Tests] Fix unit tests in template buildsA Thousand Ships2024-06-291-0/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-6/+6
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-9/+7
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+3
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+6
* Fixed MERGE_ALL commit from repeating actionsSofox2024-03-051-0/+202
* Fix Object::notification orderMarkus Sauermann2023-08-301-1/+69
* Expose _validate_property() for scriptingkobewi2023-08-281-0/+2
* Make EditorInterface accessible as a singletonYuri Sizov2023-08-091-3/+0
* Merge pull request #72346 from myaaaaaaaaa/disconnect-orderYuri Sizov2023-07-261-0/+23
|\
| * Avoid sorting CallableCustomMethodPointers by their actual address valuesmyaaaaaaaaa2023-06-201-0/+23
* | Fix various errors when running the unit testsRedworkDE2023-05-091-8/+3
|/
* Store Object signals in a HashMap rather than a VMapmyaaaaaaaaa2023-02-251-0/+42
* Add tests to ensure bound methods and signals are valid identifiersJan Haller2023-01-231-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-053-87/+87
* Add tests for signalsMarius Hanl2022-12-291-0/+78
* [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-0/+4
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+6
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-43/+39
* Tests: Silence some intentional errorsRémi Verschelde2022-08-042-3/+2
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-2/+2
* Implement a BitField hintreduz2022-07-051-6/+6
* Make enum/constant binds 64-bit.bruvzg2022-06-171-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Add a new HashMap implementationreduz2022-05-121-16/+13
* Refactor Object metadatareduz2022-03-241-1/+1
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-4/+0
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-0/+16
* Update copyright statements to 2022Rémi Verschelde2022-01-033-6/+6
* Move and organize tests into subfoldersAaron Franke2021-11-073-0/+1305