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
/
core
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid editor error reporting using resource loader thread's call queues
Pedro J. Estébanez
2024-05-31
1
-2
/
+2
*
Replace `.bind(...).call_deferred()` with `.call_deferred(...)`
A Thousand Ships
2024-05-27
1
-2
/
+2
*
Merge pull request #91897 from RandomShaper/res_unreg_if_true
Rémi Verschelde
2024-05-16
1
-4
/
+11
|
\
|
*
Add an identity check to resource unregistration from cache
Pedro J. Estébanez
2024-05-13
1
-4
/
+11
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
3
-3
/
+0
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
2
-7
/
+7
|
/
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-9
/
+9
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
4
-17
/
+142
*
Merge pull request #88763 from BlueCube3310/image-is-compressed-static
Rémi Verschelde
2024-05-02
2
-3
/
+8
|
\
|
*
Image: Add static `is_format_compressed` function.
BlueCube3310
2024-02-28
2
-3
/
+8
*
|
Add symlink API support for Windows, expose symlink methods.
bruvzg
2024-04-28
1
-0
/
+4
*
|
[Core] Use unztell64 in FileAccessZIP to ensure 64 bit return
Fabio Alessandrelli
2024-04-26
1
-1
/
+1
*
|
Merge pull request #90900 from Calinou/file-logging-strip-ansi-escape-codes
Rémi Verschelde
2024-04-24
2
-0
/
+24
|
\
\
|
*
|
Strip ANSI escape codes from file logging
Hugo Locurcio
2024-04-24
2
-0
/
+24
*
|
|
Merge pull request #90091 from ajreckof/Fix-load-subtask-not-being-registered...
Rémi Verschelde
2024-04-24
1
-4
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix load subtask not being registered leading to false progress values.
ajreckof
2024-04-13
1
-4
/
+8
*
|
|
Merge pull request #90931 from aaronfranke/is-ascii-alphabet-char
Rémi Verschelde
2024-04-22
1
-2
/
+2
|
\
\
\
|
*
|
|
Rename internal is_ascii_char to is_ascii_alphabet_char
Aaron Franke
2024-04-20
1
-2
/
+2
*
|
|
|
Merge pull request #90403 from bruvzg/file_resize
Rémi Verschelde
2024-04-22
7
-0
/
+7
|
\
\
\
\
|
*
|
|
|
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
7
-0
/
+7
*
|
|
|
|
Fix import and saving related crashes
A Thousand Ships
2024-04-22
1
-0
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #90751 from dalexeev/core-marshalls-fix-objects-as-id-in-t...
Rémi Verschelde
2024-04-17
1
-13
/
+16
|
\
\
\
\
|
*
|
|
|
Core: Fix binary serialization of objects in typed arrays
Danil Alexeev
2024-04-16
1
-13
/
+16
*
|
|
|
|
FIX: Return if TCP is in STATUS_CONNECTED
Yorick de Wid
2024-04-16
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Core: Fix `RefCounted` handling in `marshalls.cpp`
Danil Alexeev
2024-04-15
1
-8
/
+12
*
|
|
|
[Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...
bruvzg
2024-04-12
1
-1
/
+1
|
/
/
/
*
|
|
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
4
-13
/
+15
*
|
|
Merge pull request #85024 from Jordyfel/moving-scripts-of-types-of-exported-t...
Rémi Verschelde
2024-04-09
1
-0
/
+1
|
\
\
\
|
*
|
|
Type of exported typed array can be external resource
Jordyfel
2024-04-09
1
-0
/
+1
*
|
|
|
[IO] Fix marshall decoding when script is NIL
Fabio Alessandrelli
2024-04-07
1
-1
/
+1
|
/
/
/
*
|
|
Fix Resource::get_rid override not working in GDExtension
Pylgos
2024-04-06
1
-2
/
+1
*
|
|
Merge pull request #90038 from AThousandShips/load_path
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
\
\
|
*
|
|
[Core] Fix `ResourceLoader.load` cache with relative paths
A Thousand Ships
2024-03-30
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #89889 from BoThompson/compute_image_metrics-fix
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove a redundant `MAX` comparison within a loop in `compute_image_metrics`
Bo Thompson
2024-03-28
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #78219 from dalexeev/core-typed-arrays-bin-serialization
Rémi Verschelde
2024-04-04
1
-43
/
+169
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Core: Add typed array support for binary serialization
Danil Alexeev
2024-03-20
1
-43
/
+169
*
|
|
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
2
-1
/
+7
*
|
|
Add 'override' mark to ResourceFormat class
ppphp
2024-03-25
5
-44
/
+44
*
|
|
Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...
Rémi Verschelde
2024-03-24
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix how scripts reload outside of ScriptEditor
Paul Joannon
2024-03-18
1
-0
/
+1
*
|
|
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
3
-9
/
+9
|
\
\
\
|
*
|
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
3
-9
/
+9
|
|
/
/
*
|
|
Merge pull request #82084 from ogapo/pr/pck-cache-merge
Rémi Verschelde
2024-03-11
2
-3
/
+5
|
\
\
\
|
*
|
|
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
David Nikdel
2024-03-06
2
-3
/
+5
*
|
|
|
Merge pull request #89251 from KoBeWi/fastpector
Rémi Verschelde
2024-03-09
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Speed up inspector updates for TileMap
kobewi
2024-03-07
2
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #87448 from nfrmtk/check-buffer-size
Rémi Verschelde
2024-03-09
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
add check for negative buffer_size inside start_(de)compression method.
nfrmtk
2024-03-08
1
-0
/
+1
[next]