summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos with codespellRémi Verschelde2023-06-161-3/+3
* Merge pull request #74813 from bruvzg/text_edit_autowrapRémi Verschelde2023-06-151-4/+4
|\
| * [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-4/+4
* | Add initial 'NavigationObstacle' and 'NavigationRegion' testsPawel Lampe2023-06-145-0/+244
* | Merge pull request #78156 from Maran23/node-tests-processing-priorityRémi Verschelde2023-06-131-1/+236
|\ \ | |/ |/|
| * Tests for node (physics) processing and process priorityMarius Hanl2023-06-131-1/+236
* | Merge pull request #78015 from MewPurPur/Mom-can-we-have-a-new-Godot-logo----...Rémi Verschelde2023-06-121-2/+2
|\ \ | |/ |/|
| * Standardize and Optimize blue robot SVGMewPurPur2023-06-121-2/+2
* | Merge pull request #75746 from ajreckof/order_autocompleteRémi Verschelde2023-06-081-2/+94
|\ \ | |/ |/|
| * sort code completions with rulesajreckof2023-05-231-2/+94
* | Add unit test: mouse movement after slider releaseMarkus Sauermann2023-06-052-0/+62
* | Merge pull request #77595 from Sauermann/fix-double-inputeventYuri Sizov2023-05-301-0/+1
|\ \
| * | Fix InputEvent being used twiceMarkus Sauermann2023-05-291-0/+1
* | | Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...Kory Postma2023-05-271-0/+21
|/ /
* | Fix Pathfollow directionSilc Renew2023-05-241-3/+3
* | [Fixed] for "off-by-1" bug when sampling "baked" curve data towards the end o...Biggles Bristol2023-05-201-10/+21
* | Streamline WorkerThreadPool tests and make them more robustmyaaaaaaaaa2023-05-172-105/+64
|/
* Merge pull request #76945 from RandomShaper/fix_wtpRémi Verschelde2023-05-121-0/+2
|\
| * Fix multiple issues in WorkerThreadPoolPedro J. Estébanez2023-05-111-0/+2
* | Merge pull request #76936 from clayjohn/revert-hslRémi Verschelde2023-05-121-14/+0
|\ \
| * | Revert "Add API for HSL conversion"clayjohn2023-05-101-14/+0
* | | Merge pull request #76906 from lawnjelly/safe_acos4_2Rémi Verschelde2023-05-111-4/+4
|\ \ \ | |_|/ |/| |
| * | Make acos and asin safelawnjelly2023-05-111-4/+4
* | | add unit tests for Curve3DAlex Drozd2023-05-102-0/+262
| |/ |/|
* | Merge pull request #76830 from ajreckof/fix_wrapf_CI_with_too_big_floatRémi Verschelde2023-05-101-1/+1
|\ \ | |/ |/|
| * fix a test for wrapf with signed 32-bit floatajreckof2023-05-081-1/+1
* | Merge pull request #76878 from RedworkDE/tests-fix-errorsRémi Verschelde2023-05-095-12/+9
|\ \
| * | Fix various errors when running the unit testsRedworkDE2023-05-095-12/+9
* | | Merge pull request #76661 from bonjorno7/hslRémi Verschelde2023-05-091-0/+14
|\ \ \ | |/ / |/| |
| * | Add API for HSL conversionbonjorno72023-05-091-0/+14
* | | Move convert_indent into CodeEditPaulb232023-05-071-0/+137
| |/ |/|
* | Merge pull request #75510 from SilicDev/string_eraseClay John2023-05-051-0/+6
|\ \ | |/ |/|
| * Reimplement String.eraseSilicDev2023-05-041-0/+6
* | Merge pull request #72421 from myaaaaaaaaa/signal-hashmapRémi Verschelde2023-04-251-0/+42
|\ \
| * | Store Object signals in a HashMap rather than a VMapmyaaaaaaaaa2023-02-251-0/+42
* | | Expose interpolation methods for 3D track in Animation classSilc Renew2023-04-251-44/+44
* | | Merge pull request #76145 from manueldun/usability-auto-indentRémi Verschelde2023-04-241-0/+11
|\ \ \
| * | | Fix auto-indentation in typed arrays, comments, and after colonManuel Dun2023-04-201-0/+11
| | |/ | |/|
* / | Optimize Node::add_child validationJuan Linietsky2023-04-071-2/+2
|/ /
* | Merge pull request #73121 from Scony/add-initial-navi-testsRémi Verschelde2023-03-165-0/+248
|\ \
| * | Add initial navigation testsPawel Lampe2023-02-135-0/+248
* | | Fix `Array.slice()` rounding for `abs(step) != 1`Ninni Pipping2023-03-141-10/+21
* | | 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
|\ \ \ | |/ / |/| |