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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
1
-2
/
+1
|
\
|
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+1
*
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
|
Merge pull request #96291 from miv391/string-unit-tests
Rémi Verschelde
2024-08-30
1
-3
/
+28
|
\
\
|
*
|
Added more unit tests for String insert and join.
Mika Viskari
2024-08-29
1
-3
/
+28
|
|
/
*
|
Merge pull request #92656 from fire/vsk-json-to-native-4.3
Rémi Verschelde
2024-08-30
1
-0
/
+160
|
\
\
|
*
|
Ability to convert native engine types to JSON and back.
K. S. Ernest (iFire) Lee
2024-08-29
1
-0
/
+160
*
|
|
Import/export GLTF extras to node->meta
demolke
2024-08-29
1
-0
/
+25
|
|
/
|
/
|
*
|
Add `String.is_valid_unicode_identifier()`
Haoyu Qiu
2024-08-27
2
-15
/
+17
*
|
Merge pull request #93134 from AThousandShips/default_bind_check
Rémi Verschelde
2024-08-26
1
-0
/
+40
|
\
\
|
*
|
[Tests] Ensure all default method arguments can be encoded
A Thousand Ships
2024-08-16
1
-0
/
+40
*
|
|
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
2
-7
/
+29
|
|
/
|
/
|
*
|
Merge pull request #95184 from jsjtxietian/shader-include-relative
Rémi Verschelde
2024-08-17
2
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix error when use relative #include in .gdshader / .gdshaderinc file
jsjtxietian
2024-08-08
2
-5
/
+4
*
|
Merge pull request #95613 from timothyqiu/split-empty
Rémi Verschelde
2024-08-16
1
-48
/
+74
|
\
\
|
*
|
Fix split_floats behavior when spaces are used as separators
Haoyu Qiu
2024-08-16
1
-48
/
+74
*
|
|
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
2
-1
/
+2
|
/
/
*
/
Fix Vector4, Vector4i, and Projection missing from ClassDB tests
Aaron Franke
2024-08-14
1
-5
/
+10
|
/
*
Fix Image CowData crash when baking large lightmaps
Hugo Locurcio
2024-07-19
1
-6
/
+6
*
[Tests] Fix various unit tests on minimal builds
A Thousand Ships
2024-07-18
2
-0
/
+14
*
[Tests] Fix some invalid error messages
A Thousand Ships
2024-07-10
2
-12
/
+12
*
[Tests] Fix unit tests in template builds
A Thousand Ships
2024-06-29
4
-2
/
+10
*
Merge pull request #89197 from AThousandShips/arr_typed_fix
Rémi Verschelde
2024-06-26
1
-0
/
+37
|
\
|
*
[Core] Fix sharing of typed arrays from constructor
A Thousand Ships
2024-05-07
1
-0
/
+37
*
|
Use subfolder for temporary test files
kobewi
2024-06-05
3
-10
/
+10
*
|
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
*
|
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
2
-3
/
+2
*
|
|
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
1
-6
/
+6
|
\
\
\
|
*
|
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-6
/
+6
*
|
|
|
[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
1
-1
/
+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
1
-139
/
+151
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
4
-12
/
+10
|
\
\
\
|
*
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
4
-12
/
+10
|
|
/
/
*
/
/
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+10
|
/
/
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
2
-1
/
+7
*
|
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
|
|
/
*
|
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
*
|
|
Add `closest_points_between_segments()` basis path tests for Geometry2D
Alex Billedeaux
2024-04-10
1
-30
/
+56
|
|
/
|
/
|
*
|
Fix a doc and a test issue not caught by CI
Rémi Verschelde
2024-04-10
1
-2
/
+0
|
/
[next]