summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Core: Identity compare objects by id, not by pointersDmitrii Maganov2023-02-241-0/+8
* Explicitly cast to Variant's int type in Time testsAaron Franke2023-02-201-2/+2
* Fix ctrl+backspace crash with multicarets on the same linePaulb232023-02-191-0/+44
* Fix PagedArray.merge_unordered() dropping pagesmyaaaaaaaaa2023-02-161-0/+51
* Added component-wise `min` and `max` functions for vectorsAndrés Botero2023-02-114-0/+31
* Merge pull request #72862 from Sauermann/fix-viewport-event-unittestsRémi Verschelde2023-02-095-5/+741
|\
| * Add Unit Tests for Viewport InputEvent handlingMarkus Sauermann2023-02-095-5/+741
* | Merge pull request #72547 from MewPurPur/string-split-fixRémi Verschelde2023-02-091-0/+8
|\ \ | |/ |/|
| * Fix String.split() with empty string and delimeterVolTer2023-02-021-0/+8
* | Remove `m_object` parameter from unit test MacrosMarkus Sauermann2023-02-093-313/+313
* | Fix mouse-button-mask on button release in unit testMarkus Sauermann2023-02-081-1/+1
* | More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-7/+7
* | Merge pull request #71972 from Sauermann/fix-test-dsRémi Verschelde2023-01-314-7/+165
|\ \
| * | [unittests] Send Mouse events via DisplayServer instead of push_inputMarkus Sauermann2023-01-294-7/+165
* | | Fail instead of segfaulting in IO testsmyaaaaaaaaa2023-01-312-0/+9
* | | Merge pull request #72213 from ARez2/ARez2/masterRémi Verschelde2023-01-302-0/+82
|\ \ \ | |_|/ |/| |
| * | Add Unit test for InputEventMouseARez2023-01-292-0/+82
* | | Add support for interpolating skewed transformsAaron Franke2023-01-281-0/+13
|/ /
* / Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-251-0/+190
|/
* Add tests to ensure bound methods and signals are valid identifiersJan Haller2023-01-231-0/+4
* Cleanup and unify keyboard input.bruvzg2023-01-231-4/+3
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-232-5/+5
* Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-1/+1
|\
| * Implement BiDi override mode for GDScript source.bruvzg2023-01-181-1/+1
* | Merge pull request #71565 from RedworkDE/doc-arraymesh-add-surfaceRémi Verschelde2023-01-191-1/+20
|\ \
| * | Fix LOD sort order; checks in add_surface; and document all parameters of `Ar...RedworkDE2023-01-191-1/+20
| |/
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-1/+1
* | Allow unindent without selectionkobewi2023-01-181-31/+17
|/
* Merge pull request #71308 from hcoura/test-curve-2dRémi Verschelde2023-01-162-0/+229
|\
| * Add unit tests for Curve2DHenrique Coura2023-01-132-0/+229
* | Rename `center` method to `get_center` in Plane.Raul Santos2023-01-151-2/+2
* | Fixed adding extra quote when completing stringsPaulb232023-01-141-1/+1
* | Added more node testsMarius Hanl2023-01-141-3/+103
|/
* Fix typos with codespellRémi Verschelde2023-01-091-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-083-40/+40
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-1/+1
* Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-051-4/+4
|\
| * `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-051-4/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-0582-2378/+2378
|/
* Merge pull request #67694 from aaronfranke/its-timeRémi Verschelde2023-01-031-4/+4
|\
| * Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-4/+4
* | Merge pull request #70840 from MewPurPur/get-point-count-instead-of-pointsRémi Verschelde2023-01-031-5/+5
|\ \
| * | Rename get_points_count() to get_point_count() internallyVolTer2023-01-021-5/+5
* | | Merge pull request #70152 from Maran23/4-x-tests-for-nodeRémi Verschelde2023-01-032-0/+416
|\ \ \
| * | | Add initial tests for NodeMarius Hanl2023-01-032-0/+416
| | |/ | |/|
* / | Add tests for signalsMarius Hanl2022-12-291-0/+78
|/ /
* | Merge pull request #70396 from jainl28patel/VisualShader-unit-testYuri Rubinsky2022-12-262-0/+152
|\ \
| * | Add unit test for VisualShaderjainl28patel2022-12-262-0/+152
* | | Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl2022-12-212-0/+103
|/ /
* | Fix autocomplete with autobrace completion not adding closing pairPaulb232022-12-191-0/+83