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
*
Add a test suite for the Image class
Manolis Papadeas
2021-02-06
7
-0
/
+260
*
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
1
-10
/
+6
|
\
|
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-10
/
+6
*
|
Merge pull request #45519 from aaronfranke/physics-real_t
Rémi Verschelde
2021-01-29
1
-7
/
+7
|
\
\
|
*
|
Use real_t in physics code
Aaron Franke
2021-01-28
1
-7
/
+7
*
|
|
Merge pull request #45411 from a-ivanov/more-object-tests
Rémi Verschelde
2021-01-29
1
-0
/
+213
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Unit tests for Object creation and property getter/setter
Anton Ivanov
2021-01-29
1
-0
/
+213
*
|
|
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-11
/
+3
*
|
|
Make hex_to_int and bin_to_int handle the prefix automatically
Aaron Franke
2021-01-28
1
-4
/
+1
*
|
|
Renamed String.ord_at to unicode_at
Yuri Roubinsky
2021-01-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #44797 from a-ivanov/marshall-core-unit-tests
Rémi Verschelde
2021-01-24
2
-0
/
+330
|
\
\
|
*
|
Unit tests for encoding/decoding Variant
Anton Ivanov
2021-01-24
1
-0
/
+171
|
*
|
Unit tests for encoding/decoding of base types
Anton Ivanov
2021-01-24
2
-0
/
+159
*
|
|
Merge pull request #44514 from madmiraal/split-os-execute
Rémi Verschelde
2021-01-12
1
-1
/
+1
|
\
\
\
|
*
|
|
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-1
/
+1
|
|
/
/
*
/
/
Add function `LocalVector::remove_unordered`
AndreaCatania
2021-01-11
2
-0
/
+230
|
/
/
*
|
Use comma over `<<` operator for all unit test logging
Andrii Doroshenko (Xrayez)
2021-01-08
5
-55
/
+53
*
|
doctest: Update to 2.4.4
Rémi Verschelde
2021-01-08
1
-4
/
+4
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
48
-96
/
+96
*
|
Added Geometry2D unit tests
Marcus Brummer
2020-12-30
2
-0
/
+554
*
|
Increase number of sections in object files for tests with MSVC
Andrii Doroshenko (Xrayez)
2020-12-30
1
-0
/
+5
*
|
Merge pull request #44586 from madmiraal/rename-stepify
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
\
|
*
|
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
|
|
Merge pull request #44751 from madmiraal/rename-rect-grow_margin
Rémi Verschelde
2020-12-28
1
-8
/
+8
|
\
\
\
|
*
|
|
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-28
1
-8
/
+8
|
|
/
/
*
|
|
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
3
-11
/
+11
|
\
\
\
|
*
|
|
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
3
-11
/
+11
*
|
|
|
Merge pull request #44687 from Xrayez/tests-data-rel-path
Rémi Verschelde
2020-12-28
3
-1
/
+86
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use relative path to executable for loading test data
Andrii Doroshenko (Xrayez)
2020-12-25
3
-1
/
+86
|
|
|
/
|
|
/
|
*
/
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
5
-13
/
+13
|
/
/
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
2
-7
/
+7
*
|
simplify randi_range
Marco Cognetta
2020-12-21
1
-0
/
+20
*
|
Add a paged array template
reduz
2020-12-21
2
-0
/
+154
|
/
*
Add unit test for `RandomNumberGenerator`
Andrii Doroshenko (Xrayez)
2020-12-21
2
-0
/
+147
*
Merge pull request #42136 from Xrayez/test-list-api
Rémi Verschelde
2020-12-20
1
-0
/
+270
|
\
|
*
Add test cases for the `List` to cover public methods
Andrii Doroshenko (Xrayez)
2020-09-23
1
-0
/
+270
*
|
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-19
1
-20
/
+20
*
|
Implement automatic LOD (Level of Detail)
reduz
2020-12-18
1
-1
/
+7
*
|
Add test suite for `FileAccess`
Andrii Doroshenko (Xrayez)
2020-12-11
3
-0
/
+68
*
|
Add test suite for `RandomNumberGenerator`
Andrii Doroshenko (Xrayez)
2020-12-07
2
-0
/
+112
*
|
Merge pull request #43536 from jonbonazza/hmac
Fabio Alessandrelli
2020-12-03
2
-0
/
+75
|
\
\
|
*
|
feat: HMAC support in Crypto APIs
Jon Bonazza
2020-11-26
2
-0
/
+75
*
|
|
[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...
bruvzg
2020-11-26
3
-0
/
+351
|
/
/
*
|
Merge pull request #43781 from MaxMutantMayer/regex_unit_tests
Rémi Verschelde
2020-11-23
1
-13
/
+0
|
\
\
|
*
|
Move and add new RegEx test cases
Maximilian Mayer
2020-11-22
1
-13
/
+0
*
|
|
Merge pull request #43727 from Calinou/test-add-aabb
Rémi Verschelde
2020-11-23
2
-0
/
+376
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a test suite for AABB
Hugo Locurcio
2020-11-20
2
-0
/
+376
*
|
|
Merge pull request #43583 from Calinou/test-add-object
Rémi Verschelde
2020-11-20
2
-0
/
+93
|
\
\
\
|
*
|
|
Add a test suite for Object
Hugo Locurcio
2020-11-20
2
-0
/
+93
*
|
|
|
Merge pull request #43514 from Calinou/test-add-rect2-rect2i
Rémi Verschelde
2020-11-20
2
-0
/
+468
|
\
\
\
\
[next]