summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-27116-232/+232
|
* Fix copyright_headers.py referring to GodotSpartan3222024-10-271-2/+4
| | | | Fix create_test.py missing Redot copyright reference
* Fix `Projection::invert` on orthogonal projections and others.Álex Román2024-10-222-0/+90
| | | | | | | | | | Relates to godotengine/godot#68878, specially when using orthographic projection. Also adds some tests. Adapted from godotengine/godot#95303 (cherry picked from commit 07730283d334280e2b4e2bede4902a796eabb4c2)
* Add an additional input stage after physics pickingMarkus Sauermann2024-10-171-0/+12
| | | | | | Allow handling events, that were not used during physics picking. (cherry picked from commit godotengine/godot@fbd5d2ba8bbd3c548a67dc3c462e0e0666510228)
* Rebrand preambles to RedotSpartan3222024-10-13115-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot 4.3 to RedotTrashguy2024-10-1318-77/+89
|
* Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-171-0/+78
| | | | (cherry picked from commit bb7752059966b38f75714914474da1b9f93dc294)
* Fix parsing of `4.` in ExpressionHaoyu Qiu2024-09-171-0/+53
| | | | (cherry picked from commit ee9cea521d97088eb368cb1820db71100da9837b)
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-171-31/+0
| | | | | Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com> (cherry picked from commit 51b8b74d4b2ba2564d2a463d07d168c5d3741387)
* Fix backspace always unfolding previous lineMrPersonDev2024-09-161-0/+20
| | | | (cherry picked from commit 2860b99077fff229927067948bb731cb61464317)
* Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-09-161-48/+74
| | | | (cherry picked from commit f483c3aafa5f3cfb1ab763ab4eb077aac74e88d6)
* Fix Vector4, Vector4i, and Projection missing from ClassDB testsAaron Franke2024-08-141-5/+10
|
* Fix compilation failure in test_graph_node.h with disable_exceptions=falseze2j2024-07-271-1/+3
|
* Fix PathFollow tests, Add forward vector test to PathFollow3DRaul Santos2024-07-203-103/+224
|
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-6/+6
| | | | | | | | | | | This switches to 64-bit integers in select locations of the Image class, so that image resolutions of 16384×16384 (used by lightmap texture arrays) can be used properly. Values that are larger should also work. VRAM compression is also supported, although most VRAM-compressed formats are limited to individual slices of 16384×16384. WebP is limited to 16383×16383 due to format limitations.
* [Tests] Fix various unit tests on minimal buildsA Thousand Ships2024-07-184-8/+31
|
* [Tests] Fix some invalid error messagesA Thousand Ships2024-07-102-12/+12
| | | | These used `utf8().get_data()` when they should be passed as `String`
* Merge pull request #92806 from mihe/headless-inputRémi Verschelde2024-07-011-21/+1
|\ | | | | | | Add input event callback to `DisplayServerHeadless`
| * Add input event callback to `DisplayServerHeadless`Mikael Hermansson2024-06-051-21/+1
| |
* | [Tests] Fix unit tests in template buildsA Thousand Ships2024-06-296-2/+14
| |
* | Merge pull request #93607 from kitbdev/fix-text-edit-move-linesRémi Verschelde2024-06-271-1/+119
|\ \ | | | | | | | | | CodeEdit: Fix move lines up/down viewport and selection issues
| * | CodeEdit Fix move lines up/down viewport and selection issueskit2024-06-251-1/+119
| | |
* | | Merge pull request #89197 from AThousandShips/arr_typed_fixRémi Verschelde2024-06-261-0/+37
|\ \ \ | |/ / |/| | | | | [Core] Fix sharing of typed arrays from constructor
| * | [Core] Fix sharing of typed arrays from constructorA Thousand Ships2024-05-071-0/+37
| | |
* | | Fix storing of Node Array propertieskobewi2024-06-211-2/+57
| | |
* | | Merge pull request #92810 from KoBeWi/redirect_tests_to_dev/nullRémi Verschelde2024-06-138-19/+27
|\ \ \ | | | | | | | | | | | | Use subfolder for temporary test files
| * | | Use subfolder for temporary test fileskobewi2024-06-058-19/+27
| | |/ | |/|
* | | Add unit test cases for ImageTexture3Dgaven2024-06-122-0/+102
| | |
* | | Merge pull request #92850 from ↵Rémi Verschelde2024-06-071-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | permelin/fix-navigationserver3d-get_closest_point_to_segment-use_collision Fix `NavigationServer3D.get_closest_point_to_segment()` with `use_collision`
| * | | Fix NavigationServer3D.get_closest_point_to_segment() with use_collisionPer Melin2024-06-071-1/+5
| |/ /
* | | Merge pull request #91390 from kitbdev/add-selection-unhide-caretsRémi Verschelde2024-06-071-0/+39
|\ \ \ | |/ / |/| | | | | Unhide carets in add selection for occurrence and fix error
| * | Unhide carets in add selection for occurrencekit2024-05-271-0/+39
| | |
* | | Fix default NodePaths saved in scenekobewi2024-06-031-0/+73
| | |
* | | Merge pull request #90506 from Calinou/test-transform2d-add-more-testsRémi Verschelde2024-05-291-13/+97
|\ \ \ | | | | | | | | | | | | Add more unit tests for Transform2D
| * | | Add more unit tests for Transform2Dtitus1252024-04-101-13/+97
| | | |
* | | | make InstancePlaceholder in charge of node reference resolutionAdriano Orioli2024-05-282-0/+533
| |/ / |/| |
* | | Properly set window class in WaylandPaulo Poiati2024-05-222-2/+2
| | |
* | | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-2/+2
| | |
* | | CI: Fix incorrect executable permsThaddeus Crews2024-05-171-0/+0
| | |
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-143-90/+89
|\ \ \ | | | | | | | | | | | | Use Core/Scene stringnames consistently
| * | | Use Core/Scene stringnames consistentlykobewi2024-05-133-90/+89
| | | |
* | | | Merge pull request #91880 from AThousandShips/curve_testsRémi Verschelde2024-05-132-3/+62
|\ \ \ \ | |/ / / |/| | | | | | | [Tests] Expand tests for `Curve2D/3D`
| * | | [Tests] Expand tests for `Curve2D/3D`A Thousand Ships2024-05-122-3/+62
| | | |
* | | | Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
|/ / /
* | | Fix AABB Ray intersection - return insidelawnjelly2024-05-091-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Separates find_intersects from test_intersects for rays, and wraps the former. * Changes parameter name to "r_intersection_point". * Fixes broken old version which returned per axis t. * Returns whether the ray origin is within the AABB. * Returns intersection point when origin outside. * Returns "backtracking" intersection point when inside. * Returns sensible normal when inside. * Returns valid results on borders. * Returns robust results dealing with floating point error. Co-authored-by: Claire Blackshaw <evilkimau@gmail.com>
* | | Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-082-10/+10
|\ \ \ | | | | | | | | | | | | Replace `find` with `contains/has` where applicable
| * | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers
* | | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+14
|/ / /
* | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-082-2/+1
| | | | | | | | | | | | Found by apply the file_format checks again via #91597.
* | | Merge pull request #91615 from Frozenfire92/remap-doc-nan-noteRémi Verschelde2024-05-081-0/+3
|\ \ \ | | | | | | | | | | | | Add docs note about remap returning undefined when istart == istop