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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
*
Object: Add tests about the safety of tail destruction
Pedro J. Estébanez
2024-09-16
1
-0
/
+78
*
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
1
-2
/
+2
*
[Tests] Ensure all default method arguments can be encoded
A Thousand Ships
2024-08-16
1
-0
/
+40
*
Fix Vector4, Vector4i, and Projection missing from ClassDB tests
Aaron Franke
2024-08-14
1
-5
/
+10
*
[Tests] Fix some invalid error messages
A Thousand Ships
2024-07-10
1
-3
/
+3
*
[Tests] Fix unit tests in template builds
A Thousand Ships
2024-06-29
1
-0
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-6
/
+6
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-9
/
+7
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-1
/
+3
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+6
*
Fixed MERGE_ALL commit from repeating actions
Sofox
2024-03-05
1
-0
/
+202
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-1
/
+69
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+2
*
Make EditorInterface accessible as a singleton
Yuri Sizov
2023-08-09
1
-3
/
+0
*
Merge pull request #72346 from myaaaaaaaaa/disconnect-order
Yuri Sizov
2023-07-26
1
-0
/
+23
|
\
|
*
Avoid sorting CallableCustomMethodPointers by their actual address values
myaaaaaaaaa
2023-06-20
1
-0
/
+23
*
|
Fix various errors when running the unit tests
RedworkDE
2023-05-09
1
-8
/
+3
|
/
*
Store Object signals in a HashMap rather than a VMap
myaaaaaaaaa
2023-02-25
1
-0
/
+42
*
Add tests to ensure bound methods and signals are valid identifiers
Jan Haller
2023-01-23
1
-0
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
3
-87
/
+87
*
Add tests for signals
Marius Hanl
2022-12-29
1
-0
/
+78
*
[GDExtension] Use function names with underscore for TextServer extension, ad...
bruvzg
2022-09-28
1
-0
/
+4
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+6
*
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-08
1
-43
/
+39
*
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-04
2
-3
/
+2
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-2
/
+2
*
Implement a BitField hint
reduz
2022-07-05
1
-6
/
+6
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Add a new HashMap implementation
reduz
2022-05-12
1
-16
/
+13
*
Refactor Object metadata
reduz
2022-03-24
1
-1
/
+1
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-4
/
+0
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-25
1
-0
/
+16
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
3
-6
/
+6
*
Move and organize tests into subfolders
Aaron Franke
2021-11-07
3
-0
/
+1305