75 Commits

Author SHA1 Message Date
Rémi Verschelde
bb8b2f509b Merge pull request #35 from Calinou/add-test-project-export
Add test project export for CI
2025-11-25 19:50:11 +01:00
Hugo Locurcio
75700f5c79 Add test project export for CI
This is a new testing project (not to be confused with the existing
`test_project` which has a smaller scope).

It's intended to cover a sizeable ground of Godot functionality on CI.
This includes headless exporting, as well as ensuring a visual match
between running the project from its folder and the exported PCK.
2025-11-25 17:57:17 +01:00
K. S. Ernest (iFire) Lee
c6746aa2f6 Merge pull request #32 from V-Sekai/sync-4.2
Upgrade to Godot Engine 4.2.1-stable
2024-01-04 15:40:34 -08:00
K. S. Ernest (iFire) Lee
4cf36b2350 Upgrade to Godot Engine 4.2.1-stable. 2024-01-02 15:49:42 -08:00
K. S. Ernest (iFire) Lee
0cb93b35d9 Merge pull request #31 from V-Sekai/update-godot
Update project to Godot 4.1.3.
2024-01-02 12:50:38 -08:00
K. S. Ernest (iFire) Lee
585011ff41 Update project to Godot 4.1.3. 2023-11-15 14:37:48 -08:00
K. S. Ernest (iFire) Lee
0a37cf497b Merge pull request #29 from fire/remove-old-tests
Proposal to remove benchmarks.
2023-10-28 14:19:04 -07:00
K. S. Ernest (iFire) Lee
000b82ed8b Merge pull request #28 from anvilfolk/cyclic
Add GDScript test for cyclic dependencies
2023-10-28 10:46:23 -07:00
K. S. Ernest (iFire) Lee
fe255a9c00 Proposal to remove benchmarks. 2023-10-28 10:46:05 -07:00
ocean (they/them)
5763ba31ac Add GDScript test for cyclic dependencies
Adds a GDScript test that requires a very specific order of loading as
well as the usage of global class names in order to require other files
to be loaded. This cannot be achieved with the current unit testing
framework.
2023-09-18 09:04:44 -04:00
K. S. Ernest (iFire) Lee
b1aae55a61 Merge pull request #25 from GNSS-Stylist/add_preflipped
Add preflipped quaternion animation track
2023-08-20 00:07:07 -07:00
K. S. Ernest (iFire) Lee
c2f309a299 Restore control for mouse movement in cubic tests. 2022-10-30 04:49:59 -04:00
K. S. Ernest (iFire) Lee
9f089fadc7 Merge pull request #26 from godotengine/comment-cleanup
Comment cleanup for the cubic interpolate with.
2022-09-26 17:48:13 -07:00
K. S. Ernest (iFire) Lee
784e98fab6 Comment cleanup for the cubic interpolate with.
Update Crosshair.gd, DebugLines.gd, and 6 more files...
2022-09-25 16:11:19 -07:00
K. S. Ernest (iFire) Lee
f220bbe745 Update cubic interpolate with test case to latest Godot Engine master.
Update Crosshair.png.import, FirstPersonFlyer.gd, and 6 more files...
2022-09-25 16:02:52 -07:00
Pasi Nuutinmaki
daed27f68c Add preflipped quaternion animation track
Related to https://github.com/godotengine/godot/pull/63380
The new animation track (cubic_slerp_preflipped) is pre-flipped version of the track cubic_slerp so that the dot-product of subsequent quaternion is always <= 0.
2022-07-25 09:38:08 +03:00
K. S. Ernest (iFire) Lee
e0ea792a9a Merge pull request #24 from fire/cubic-interpolation-dot
Add cubic interpolation dot approach tests.
2022-07-24 17:02:08 -07:00
K. S. Ernest (iFire) Lee
50edd146dd Add godot cubic interpolation tests.
Update the license to the standard template.
2022-07-24 17:01:16 -07:00
K. S. Ernest (iFire) Lee
ef3333fb5d Merge pull request #23 from lyuma/add_glb
Add skeleton parenting test cases.
2021-10-06 12:48:27 -07:00
Lyuma
b2830054a0 Add skeleton parenting test cases to a new project. 2021-09-27 01:40:31 -07:00
K. S. Ernest (iFire) Lee
6f5e25da96 Merge pull request #21 from abaire/adds_tests_for_45545
Adds tests for 45545
2021-03-13 10:45:31 -08:00
Erik Abair
caf8e20401 Adds test case for bone animation. 2021-02-14 22:58:39 -08:00
Erik Abair
7d8f38d3a3 Fixes expected animation names. 2021-02-14 22:14:01 -08:00
Erik Abair
c3d25a75ff Fixes naming of Katakana animation and removes empty animations. 2021-02-13 12:47:24 -08:00
Erik Abair
8aa30b1cd1 Adds missing Hinted_Alphanumeric123 2021-02-13 08:39:07 -08:00
Erik Abair
17ebae520c Updates nested object uniquification expectations based on Blender export ordering. 2021-02-13 08:29:17 -08:00
Erik Abair
6911438625 Adjusts expected name for animation including disallowed animation name chars. 2021-02-12 22:34:25 -08:00
Erik Abair
3b9e2733e3 Adds animation tests. 2021-02-11 13:16:36 -08:00
Erik Abair
90075719a5 Removes unused animation. 2021-02-11 13:03:27 -08:00
Erik Abair
ecbe064faa Fixes missing hinted alphanumeric object. 2021-02-11 12:51:26 -08:00
Erik Abair
ccc07534df Adds hint tests. 2021-02-11 12:34:27 -08:00
Erik Abair
256c43f958 Adds basic tests. 2021-02-11 12:22:19 -08:00
Erik Abair
da2e0de5eb Removes unicode characters from AllowedSymbols test. 2021-02-11 11:43:13 -08:00
Erik Abair
b4ba840c59 Fixes naming of Kana objects. 2021-02-11 11:24:12 -08:00
Erik Abair
717d4d4521 Ignores generated .imports for default 4.0 Godot build. 2021-02-11 11:23:42 -08:00
Erik Abair
76ea61d074 Adds generated gltf for #45545. 2021-02-10 22:47:02 -08:00
Erik Abair
071ccee231 Adds pointer to run_tests.bat. 2021-02-10 22:45:57 -08:00
Erik Abair
ba73f59132 Adds tests for relaxed name sanitization. 2021-02-10 22:40:25 -08:00
Erik Abair
1f84bd8526 Adds a note on the purpose of the blend_export.py script. 2021-02-10 21:45:38 -08:00
K. S. Ernest (iFire) Lee
e9f2e06b9e Merge pull request #19 from Shatur95/use-cc-by-gtlf
Use CC-BY for GLTF export_copyright
2020-11-21 15:03:26 -08:00
Shatur95
456040afcf Use CC-BY for GLTF export_copyright 2020-11-22 01:00:08 +02:00
K. S. Ernest (iFire) Lee
641da00ef1 Merge pull request #17 from Shatur95/add-collada
Add Collada format export
2020-11-21 14:51:34 -08:00
Shatur95
0c6604777b Add Collada format export 2020-11-22 00:27:18 +02:00
K. S. Ernest (iFire) Lee
259b34b4c2 Merge pull request #15 from Shatur95/add-additional-import-hints
Add additional import hints
2020-11-21 10:42:27 -08:00
Shatur95
11651a7e69 Move additional-import-hints to the proposal location 2020-11-21 19:39:12 +02:00
K. S. Ernest (iFire) Lee
25efe5b6ca Merge pull request #16 from AndreaCatania/add_asset_blend
Added blend file asset collection import
2020-11-21 08:40:42 -08:00
Andrea Catania
9ab0ff9f8d Added blend file asset collection import 2020-11-21 10:31:47 +01:00
Shatur95
568d856283 Add additional import hints 2020-11-18 01:48:29 +02:00
K. S. Ernest (iFire) Lee
c9d42ff157 Merge pull request #14 from Shatur95/add-missing-empty-types
Add missing empty types
2020-11-17 14:54:42 -08:00
Shatur95
11ba00fd4a Add missing empty types 2020-11-18 00:33:23 +02:00