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
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
5
-0
/
+50
|
\
|
*
Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s...
Thaddeus Crews
2024-11-22
5
-0
/
+50
|
|
\
|
|
*
Add half precision floating point support to `StreamPeer`
Pablo Andres Fuente
2024-11-12
5
-0
/
+50
*
|
|
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
1
-15
/
+6
|
\
|
|
|
*
|
Revert "ResourceLoader: Report error if resource type unrecognized"
Rémi Verschelde
2024-11-20
1
-15
/
+6
*
|
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
10
-27
/
+28
|
\
|
|
|
*
|
Merge pull request #99286 from KoBeWi/uid_in_a_path_factory
Thaddeus Crews
2024-11-18
3
-7
/
+12
|
|
\
\
|
|
*
|
Support uid:// in more places
kobewi
2024-11-16
3
-7
/
+12
|
*
|
|
Merge pull request #98483 from timothyqiu/pack-dir-exists
Thaddeus Crews
2024-11-18
1
-4
/
+0
|
|
\
\
\
|
|
*
|
|
DirAccessPack: Fix file_exists and dir_exists in exported projects
Haoyu Qiu
2024-10-24
1
-4
/
+0
|
*
|
|
|
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
6
-16
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
9
-25
/
+103
|
\
|
|
|
|
*
|
|
Resource UID fixes and improvements
kobewi
2024-11-14
3
-6
/
+28
|
*
|
|
Merge pull request #98918 from bruvzg/pck_enc_iv
Thaddeus Crews
2024-11-13
5
-18
/
+72
|
|
\
\
\
|
|
*
|
|
Allow setting custom initialization vector for FileAccessEncrypted. Add expor...
bruvzg
2024-11-13
5
-18
/
+72
|
*
|
|
|
Fix PackedData::has_path() using wrong path format.
Pāvels Nadtočajevs
2024-11-13
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
18
-413
/
+722
|
\
|
|
|
|
*
|
|
Merge pull request #98120 from dalexeev/core-typed-dicts-bin-serialization
Thaddeus Crews
2024-11-12
1
-144
/
+261
|
|
\
\
\
|
|
*
|
|
Core: Add typed dictionary support for binary serialization
Danil Alexeev
2024-11-12
1
-144
/
+261
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #98084 from BlueCube3310/image-cleanup-v2
Thaddeus Crews
2024-11-12
2
-236
/
+235
|
|
\
\
\
|
|
*
|
|
Clean up Image
BlueCube3310
2024-11-01
2
-236
/
+235
|
*
|
|
|
Merge pull request #98969 from Faless/net/split_sockets
Thaddeus Crews
2024-11-12
1
-0
/
+2
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
[Net] Split Unix/Windows NetSocket implementation
Fabio Alessandrelli
2024-11-10
1
-0
/
+2
|
*
|
|
|
Merge pull request #97363 from reduz/deterministic-gen-suberesources-id
Thaddeus Crews
2024-11-11
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Allow passing UID to importer
Juan
2024-11-11
1
-1
/
+1
|
*
|
|
|
|
Merge pull request #96590 from reduz/list-directory
Thaddeus Crews
2024-11-11
2
-0
/
+58
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Provide a reliable way to see original resources in a directory
Juan
2024-10-07
2
-0
/
+58
|
*
|
|
|
|
|
Merge pull request #97356 from reduz/pck-file-removal
Thaddeus Crews
2024-11-11
4
-25
/
+101
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Add ability for PCK patches to remove files
Juan
2024-11-11
4
-25
/
+101
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #97352 from reduz/uids-everywhere
Thaddeus Crews
2024-11-11
6
-1
/
+39
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Universalize UID support in all resource types
Juan
2024-11-11
6
-1
/
+39
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge pull request #92986 from Repiteo/core/ref-instantiate-integration
Thaddeus Crews
2024-11-11
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
|
|
|
/
/
/
/
/
|
*
/
/
/
/
/
CI: Update Linux runners to Ubuntu 24.04
Thaddeus Crews
2024-11-10
3
-5
/
+24
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
5
-12
/
+27
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge pull request #97370 from RandomShaper/refix_rl_not_found
Thaddeus Crews
2024-11-10
1
-6
/
+15
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ResourceLoader: Report error if resource type unrecognized
Pedro J. Estébanez
2024-11-04
1
-6
/
+15
|
*
|
|
|
|
|
Merge pull request #86600 from nikitalita/fix-missing-resources
Thaddeus Crews
2024-11-10
3
-5
/
+11
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Fix missing resource properties being dropped on save
nikitalita
2024-11-05
3
-5
/
+11
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #98150 from hunterloftis/fix-default-import-threaded
Thaddeus Crews
2024-11-07
1
-1
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Fix freeze on non-thread-safe custom importers
Hunter Loftis
2024-10-15
1
-1
/
+1
*
|
|
|
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
24
-128
/
+128
|
\
|
|
|
|
|
|
*
|
|
|
|
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
24
-128
/
+128
*
|
|
|
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
4
-6
/
+6
|
\
|
|
|
|
|
|
*
|
|
|
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
4
-6
/
+6
*
|
|
|
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
86
-172
/
+172
*
|
|
|
|
|
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-2
/
+1
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge pull request #97868 from timothyqiu/po-loader
Thaddeus Crews
2024-10-24
1
-2
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Fix "No loader found" error after editing PO file
Haoyu Qiu
2024-10-06
1
-2
/
+1
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
2
-1
/
+6
|
\
|
|
|
|
[next]