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
/
test_main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move and organize tests into subfolders
Aaron Franke
2021-11-07
1
-51
/
+51
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-7
/
+1
*
Add CodeEdit breakpoint unit tests
Paulb23
2021-09-01
1
-0
/
+1
*
Create framework for testing Signals
Paulb23
2021-09-01
1
-4
/
+21
*
Allow unit testing SceneTree Ojects
Paulb23
2021-09-01
1
-0
/
+133
*
Add Time singleton
Aaron Franke
2021-06-11
1
-0
/
+1
*
Fix some warnings raised by GCC-11.1
jfons
2021-05-25
1
-15
/
+18
*
Add a test suite for Vector
Hugo Locurcio
2021-05-19
1
-0
/
+1
*
Add a test suite for Translation
Hugo Locurcio
2021-05-17
1
-0
/
+1
*
Add a test suite for Dictionary
Hugo Locurcio
2021-03-31
1
-0
/
+1
*
add tests for path3d
Daniel Kříž
2021-03-29
1
-0
/
+1
*
Add unit tests for HashingContext
Maximilian Mayer
2021-03-07
1
-0
/
+1
*
Added test file and test cases
James Gordon
2021-02-27
1
-0
/
+1
*
Merge pull request #45914 from HenryWConklin/45841-xml-entities
Rémi Verschelde
2021-02-24
1
-0
/
+1
|
\
|
*
Add support for numeric XML entities to XMLParser
Henry Conklin
2021-02-14
1
-0
/
+1
*
|
Add a test suite for Resource
Hugo Locurcio
2021-02-20
1
-0
/
+1
*
|
Add a test suite for Array
Sarav Noor Singh
2021-02-19
1
-0
/
+1
|
/
*
Add a test suite for the Image class
Manolis Papadeas
2021-02-06
1
-0
/
+1
*
Merge pull request #44797 from a-ivanov/marshall-core-unit-tests
Rémi Verschelde
2021-01-24
1
-0
/
+1
|
\
|
*
Unit tests for encoding/decoding of base types
Anton Ivanov
2021-01-24
1
-0
/
+1
*
|
Add function `LocalVector::remove_unordered`
AndreaCatania
2021-01-11
1
-0
/
+1
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Added Geometry2D unit tests
Marcus Brummer
2020-12-30
1
-0
/
+1
*
Add a paged array template
reduz
2020-12-21
1
-0
/
+1
*
Add test suite for `FileAccess`
Andrii Doroshenko (Xrayez)
2020-12-11
1
-0
/
+1
*
Add test suite for `RandomNumberGenerator`
Andrii Doroshenko (Xrayez)
2020-12-07
1
-0
/
+1
*
Merge pull request #43536 from jonbonazza/hmac
Fabio Alessandrelli
2020-12-03
1
-0
/
+1
|
\
|
*
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-26
1
-0
/
+1
*
|
[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...
bruvzg
2020-11-26
1
-0
/
+2
|
/
*
Merge pull request #43727 from Calinou/test-add-aabb
Rémi Verschelde
2020-11-23
1
-0
/
+1
|
\
|
*
Add a test suite for AABB
Hugo Locurcio
2020-11-20
1
-0
/
+1
*
|
Merge pull request #43583 from Calinou/test-add-object
Rémi Verschelde
2020-11-20
1
-0
/
+1
|
\
\
|
*
|
Add a test suite for Object
Hugo Locurcio
2020-11-20
1
-0
/
+1
*
|
|
Merge pull request #43514 from Calinou/test-add-rect2-rect2i
Rémi Verschelde
2020-11-20
1
-0
/
+1
|
\
\
\
|
*
|
|
Add a test suite for Rect2 and Rect2i
Hugo Locurcio
2020-11-20
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #43517 from Calinou/test-add-json
Rémi Verschelde
2020-11-20
1
-0
/
+1
|
\
\
\
|
*
|
|
Add a test suite for JSON
Hugo Locurcio
2020-11-14
1
-0
/
+1
|
|
/
/
*
|
/
doctest: Do not override command-line options
Andrii Doroshenko (Xrayez)
2020-11-20
1
-4
/
+0
|
|
/
|
/
|
*
|
Add a test suite for ConfigFile
Hugo Locurcio
2020-11-16
1
-0
/
+1
*
|
Merge pull request #43578 from Calinou/test-add-nodepath
Rémi Verschelde
2020-11-16
1
-0
/
+1
|
\
\
|
*
|
Add a test suite for NodePath
Hugo Locurcio
2020-11-15
1
-0
/
+1
|
|
/
*
|
Merge pull request #43572 from Calinou/test-add-pckpacker
Rémi Verschelde
2020-11-16
1
-0
/
+1
|
\
\
|
*
|
Add a test suite for PCKPacker
Hugo Locurcio
2020-11-15
1
-0
/
+1
|
|
/
*
/
Add a test suite for Curve
Hugo Locurcio
2020-11-13
1
-0
/
+1
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-0
/
+1
*
core/command_queue_mt: Customizable size and tests
Lyuma
2020-10-12
1
-0
/
+1
*
Add a test suite for `List`
Andrii Doroshenko (Xrayez)
2020-09-13
1
-0
/
+1
*
Move GDNative `String` tests to respective module
Andrii Doroshenko (Xrayez)
2020-09-11
1
-1
/
+0
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-0
/
+1
[next]