index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix default NodePaths saved in scene
kobewi
2024-06-03
1
-0
/
+73
*
Merge pull request #90506 from Calinou/test-transform2d-add-more-tests
Rémi Verschelde
2024-05-29
1
-13
/
+97
|
\
|
*
Add more unit tests for Transform2D
titus125
2024-04-10
1
-13
/
+97
*
|
make InstancePlaceholder in charge of node reference resolution
Adriano Orioli
2024-05-28
2
-0
/
+533
*
|
Properly set window class in Wayland
Paulo Poiati
2024-05-22
2
-2
/
+2
*
|
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
2
-2
/
+2
*
|
CI: Fix incorrect executable perms
Thaddeus Crews
2024-05-17
1
-0
/
+0
*
|
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
Rémi Verschelde
2024-05-14
3
-90
/
+89
|
\
\
|
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
3
-90
/
+89
*
|
|
Merge pull request #91880 from AThousandShips/curve_tests
Rémi Verschelde
2024-05-13
2
-3
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Tests] Expand tests for `Curve2D/3D`
A Thousand Ships
2024-05-12
2
-3
/
+62
*
|
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
|
/
/
*
|
Fix AABB Ray intersection - return inside
lawnjelly
2024-05-09
1
-0
/
+61
*
|
Merge pull request #91619 from AThousandShips/find_improve
Rémi Verschelde
2024-05-08
2
-10
/
+10
|
\
\
|
*
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
2
-10
/
+10
*
|
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+14
|
/
/
*
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
2
-2
/
+1
*
|
Merge pull request #91615 from Frozenfire92/remap-doc-nan-note
Rémi Verschelde
2024-05-08
1
-0
/
+3
|
\
\
|
*
|
Add notes for remap's return when istart and istop are the same
Joel Kuntz
2024-05-07
1
-0
/
+3
*
|
|
Add const char * overloads to String class
Wilson E. Alvarez
2024-05-07
2
-139
/
+218
*
|
|
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
6
-17
/
+16
|
\
\
\
|
*
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
6
-17
/
+16
|
|
/
/
*
|
|
Merge pull request #91621 from AThousandShips/localvector_has
Rémi Verschelde
2024-05-06
1
-1
/
+10
|
\
\
\
|
*
|
|
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+10
|
|
/
/
*
/
/
add timer node tests
Shashank C
2024-05-06
2
-0
/
+218
|
/
/
*
|
Merge pull request #85474 from fire/packedvector4array
Rémi Verschelde
2024-05-03
4
-1
/
+15
|
\
\
|
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
4
-1
/
+15
*
|
|
Merge pull request #81639 from MJacred/is_letter
Rémi Verschelde
2024-05-03
1
-0
/
+91
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add is_valid_letter() to TextServer
MJacred
2024-05-02
1
-0
/
+91
*
|
|
Fix TextEdit crash with multiple carets disabled
kit
2024-05-02
1
-0
/
+5
*
|
|
Merge pull request #86978 from kitbdev/multicaret-overhaul
Rémi Verschelde
2024-04-30
4
-1094
/
+5977
|
\
\
\
|
*
|
|
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
4
-1094
/
+5977
*
|
|
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #90229 from Santoss1809/master
Rémi Verschelde
2024-04-26
1
-0
/
+59
|
\
\
\
|
*
|
|
Fix error message when removing only child from GraphNode
João Santos
2024-04-26
1
-0
/
+59
*
|
|
|
Merge pull request #91103 from smix8/navregion_test_err
Rémi Verschelde
2024-04-24
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
NavigationRegion test suppress warning
smix8
2024-04-24
1
-0
/
+2
*
|
|
|
|
Merge pull request #90894 from lyuma/animation_step_30
Rémi Verschelde
2024-04-24
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Set animation step from importers. Increase default step from 10 to 30 FPS.
Lyuma
2024-04-19
1
-1
/
+1
*
|
|
|
|
Suppressed expected errors for uncached resources.
killzebug
2024-04-22
1
-0
/
+5
*
|
|
|
|
Replace Clipper1 library by Clipper2 library
Ricardo Buring
2024-04-20
1
-4
/
+4
*
|
|
|
|
Merge pull request #61013 from Calinou/test-add-transform3d
Rémi Verschelde
2024-04-19
1
-0
/
+29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add rotation unit tests for Transform3D
Hugo Locurcio
2024-04-10
1
-0
/
+29
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Tests: Disable NavigationServer3D async bake test with race condition
Rémi Verschelde
2024-04-17
1
-0
/
+3
*
|
|
|
Fix some build errors with `disable_3d=yes`
A Thousand Ships
2024-04-16
1
-1
/
+1
*
|
|
|
Update NavigationRegion test rid function
smix8
2024-04-16
2
-2
/
+2
*
|
|
|
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
2
-10
/
+101
|
\
\
\
\
|
*
|
|
|
WorkerThreadPool: Support daemon-like tasks (via yield semantics)
Pedro J. Estébanez
2024-04-10
2
-10
/
+101
*
|
|
|
|
[Core] Fix incorrect comparison for `Array` const iterator
A Thousand Ships
2024-04-13
1
-0
/
+4
*
|
|
|
|
Tests: Remove NavigationRegion3D race condition that fails on CI
Rémi Verschelde
2024-04-13
1
-9
/
+0
[next]