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
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #95931 from pafuent/adding_packet_peer_tests
Rémi Verschelde
2024-10-01
1
-0
/
+204
|
\
|
*
Add unit tests for PacketPeer
Pablo Andres Fuente
2024-10-01
1
-0
/
+204
*
|
Add unit tests for StreamPeer and StreamPeerBuffer
Pablo Andres Fuente
2024-10-01
2
-0
/
+474
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Ability to convert native engine types to JSON and back.
K. S. Ernest (iFire) Lee
2024-08-29
1
-0
/
+160
*
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
*
Use subfolder for temporary test files
kobewi
2024-06-05
3
-10
/
+10
*
Suppressed expected errors for uncached resources.
killzebug
2024-04-22
1
-0
/
+5
*
Add unit test for resolve_hostname
RevoluPowered
2024-04-10
1
-0
/
+51
*
Core: Add typed array support for binary serialization
Danil Alexeev
2024-03-20
1
-9
/
+69
*
Fix some additional errors with 3D disabled
A Thousand Ships
2024-02-23
1
-1
/
+4
*
Fix running tests in template builds
A Thousand Ships
2024-02-22
1
-0
/
+3
*
Added error to catch conversion on invalid image
rsburke4
2023-12-10
1
-0
/
+23
*
Fix errors when testing `Resource`
A Thousand Ships
2023-09-09
1
-2
/
+2
*
Revert "Implement loading DDS textures at run-time"
clayjohn
2023-08-29
1
-10
/
+0
*
SCons: Disable C++ exception handling
Rémi Verschelde
2023-08-16
1
-4
/
+2
*
Merge pull request #79980 from bruvzg/fix_test_str_errs
Rémi Verschelde
2023-08-09
1
-4
/
+6
|
\
|
*
[String] Fix Unicode parsing error message encoding and related JSON tests.
bruvzg
2023-07-28
1
-4
/
+6
*
|
Implement loading DDS textures at run-time
Marcin Nowak
2023-07-31
1
-0
/
+10
|
/
*
Fix crash when saving resources with circular references
Maxim Kulkin
2023-07-14
1
-0
/
+52
*
Merge pull request #74238 from bitsawer/fix_image_convert
Yuri Sizov
2023-07-12
1
-0
/
+80
|
\
|
*
Fix Image.convert() overwriting custom mipmaps
bitsawer
2023-03-02
1
-0
/
+80
*
|
Disallow invalid escape sequences in JSON.parse
RedMser
2023-06-30
1
-0
/
+84
*
|
Add HTTPClient unit tests
angel-721
2023-06-21
1
-0
/
+106
*
|
Improve error reporting when parsing CSV translation file
andybarcia
2023-06-19
1
-4
/
+6
*
|
Standardize and Optimize blue robot SVG
MewPurPur
2023-06-12
1
-2
/
+2
*
|
Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...
Kory Postma
2023-05-27
1
-0
/
+21
|
/
*
Fail instead of segfaulting in IO tests
myaaaaaaaaa
2023-01-31
2
-0
/
+9
*
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
[Tests] Replace Math::is_equal_approx with == and doctest::Approx
Hendrik Brucker
2022-11-05
1
-1
/
+1
*
Rename Image's `get_rect` to `get_region`
Micky
2022-11-01
1
-1
/
+1
*
Change all WEBP strings and comments to WebP
DeeJayLSP
2022-10-28
1
-2
/
+2
*
Fix parsing of XML CDATA and add test cases
Haoyu Qiu
2022-09-09
1
-0
/
+164
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
4
-13
/
+13
*
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-04
1
-0
/
+2
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-0
/
+23
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-2
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-3
/
+4
*
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-19
/
+19
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
4
-11
/
+9
*
Refactor Object metadata
reduz
2022-03-24
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Add Image::fill_rect method
kleonc
2021-11-23
1
-3
/
+47
*
Fix divide by zero in pck_packer
Paulb23
2021-11-17
1
-11
/
+18
*
Move and organize tests into subfolders
Aaron Franke
2021-11-07
8
-0
/
+1288