summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #84782 from rsburke4/image-fixRémi Verschelde2023-12-121-0/+23
|\
| * Added error to catch conversion on invalid imagersburke42023-12-101-0/+23
* | Merge pull request #85054 from miv391/highlight-minimap-error-linesYuri Sizov2023-12-081-1/+1
|\ \
| * | Highlight error lines in minimapMika Viskari2023-12-071-1/+1
| |/
* | Merge pull request #85666 from miv391/more-unit-tests-for-string-to-number-co...Yuri Sizov2023-12-081-9/+72
|\ \
| * | Add more C++ unit tests for String to number conversionsMika Viskari2023-12-021-9/+72
| |/
* | Merge pull request #83229 from aaronfranke/basis-is-orthoYuri Sizov2023-12-081-0/+94
|\ \
| * | Fix Basis is_orthogonal and is_rotation methods, add is_orthonormalAaron Franke2023-12-061-0/+94
* | | Reduce minimum capsule/cylinder mesh rings to 0Aaron Franke2023-12-051-1/+1
|/ /
* / Fix memory leak in 'NavigationServer3D' involving static obstaclesPawel Lampe2023-11-171-0/+99
|/
* Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-5/+639
* fix assignment to vec2 testsSilicDev2023-10-251-30/+30
* 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
| |/ /