summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitterRémi Verschelde2023-10-171-1/+2
|\
| * Add test justifying change to expected horizontal scroll positionBronson Holden2023-10-131-1/+2
* | Merge pull request #76244 from kgrubbs22/variant-test-updatesRémi Verschelde2023-10-161-8/+1025
|\ \ | |/ |/|
| * Updated Varaint assignemnt unit tests with Vec4,Vec4i,Rect2,Rect2i,Trans2d,Tr...kendelle2023-04-191-8/+1025
* | Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-3/+3
* | Fix code completion override of home and end keysAdam Scott2023-10-061-4/+34
* | Merge pull request #82786 from theraot/donotreplacestartingdigitwithunderscoreRémi Verschelde2023-10-051-1/+1
|\ \
| * | Do not replace starting digit with underscore when making identifierAlfonso J. Ramos2023-10-041-1/+1
* | | Add vararg call() method to C++ Callablekobewi2023-10-051-10/+2
* | | Merge pull request #82694 from BrianMacIntosh/masterRémi Verschelde2023-10-051-1/+6
|\ \ \ | |/ / |/| |
| * | "Whole Words" search can detect word boundaries inside the search term.Brian MacIntosh2023-10-021-1/+6
* | | Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-031-0/+61
|\ \ \ | |/ / |/| |
| * | Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-201-0/+61
* | | Add rotate_toward and angle_difference to GDScript and C#etti2023-10-011-0/+36
* | | Merge pull request #79523 from aaronfranke/is-conformalRémi Verschelde2023-09-262-0/+60
|\ \ \
| * | | Add `is_conformal` method to Basis and Transform2DAaron Franke2023-09-132-0/+60
| |/ /
* | | Merge pull request #80796 from smix8/navgenerator_2d_4.xRémi Verschelde2023-09-261-2/+2
|\ \ \
| * | | Add 2D navigation mesh bakingsmix82023-09-251-2/+2
* | | | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+78
|/ / /
* | | Simplify Geometry3D testsAaron Franke2023-09-251-287/+54
* | | Fix Curve3D baking up vectors for nontrivial curves.Ryan Hitchman2023-09-181-0/+8
* | | Merge pull request #81354 from MJacred/textedit_pixel_pos_fixRémi Verschelde2023-09-181-0/+9
|\ \ \
| * | | Fix TextEdit.get_rect_at_line_column returning negative pos even though curso...MJacred2023-09-111-0/+9
* | | | Merge pull request #81456 from AThousandShips/test_fixYuri Sizov2023-09-141-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix errors when testing `Resource`A Thousand Ships2023-09-091-2/+2
* | | | Merge pull request #81464 from AcatXIo/fix-sign-nanRémi Verschelde2023-09-121-0/+2
|\ \ \ \
| * | | | Fix sign(NAN) returning 1.AcatXIo2023-09-091-0/+2
| |/ / /
* | | | Fix various typos with codespellRémi Verschelde2023-09-121-1/+1
* | | | Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+188
* | | | Add unit tests for type_convert Variant utility functionAaron Franke2023-09-082-0/+142
|/ / /
* | | Codestyle: Don't use auto where not warrantedRémi Verschelde2023-09-073-4/+4
* | | Merge pull request #81304 from ajreckof/Change-precedence-in-rules-to-make-lo...Rémi Verschelde2023-09-071-19/+19
|\ \ \
| * | | Change precedence in rules to make location after proper casing.ajreckof2023-09-051-19/+19
* | | | Introduce the concept of global theme contextsYuri Sizov2023-09-061-1/+3
| |/ / |/| |
* | | Merge pull request #81328 from bruvzg/str_minus_zeroYuri Sizov2023-09-051-0/+16
|\ \ \
| * | | [String] Fix string conversion for -0.0 float values.bruvzg2023-09-051-0/+16
| |/ /
* | | Merge pull request #81326 from bruvzg/font_updateYuri Sizov2023-09-051-3/+3
|\ \ \
| * | | Update and properly list versions of the built-in fonts.bruvzg2023-09-051-3/+3
| |/ /
* / / Fix ThemeDB initialization in testsYuri Sizov2023-09-043-20/+19
|/ /
* | Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`Jcrespo2023-09-011-0/+31
* | Merge pull request #78634 from Sauermann/fix-notification-orderRémi Verschelde2023-08-301-1/+69
|\ \
| * | Fix Object::notification orderMarkus Sauermann2023-08-301-1/+69
* | | Revert "Implement loading DDS textures at run-time"clayjohn2023-08-292-10/+0
|/ /
* | Expose _validate_property() for scriptingkobewi2023-08-281-0/+2
* | Merge pull request #81037 from AThousandShips/openxr_registerRémi Verschelde2023-08-281-1/+1
|\ \
| * | Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-281-1/+1
* | | Merge pull request #80105 from Sauermann/fix-global-transformRémi Verschelde2023-08-283-0/+131
|\ \ \ | |/ / |/| |
| * | Fix global transform validity for `Node2D` and `Control`Markus Sauermann2023-08-083-0/+131
* | | Suppress expected errors in navi-related unit tests, #80616Pawel Lampe2023-08-222-0/+12
* | | [TextServer] Fix issues with character breaks, add more tests.bruvzg2023-08-191-0/+80