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
*
OS: Fix used resource debug prints
Rémi Verschelde
2021-08-06
1
-0
/
+2
*
Merge pull request #51234 from akien-mga/tests-file-get_csv_line
Rémi Verschelde
2021-08-06
1
-18
/
+19
|
\
|
*
Tests: Improve coverage for `File::get_csv_line()`
Rémi Verschelde
2021-08-04
1
-18
/
+19
*
|
Merge pull request #51005 from Faless/mp/4.x_channels
Rémi Verschelde
2021-08-04
4
-3
/
+12
|
\
\
|
|
/
|
/
|
|
*
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-30
4
-3
/
+12
*
|
Merge pull request #51199 from Faless/net/4.x_ip_lock
Rémi Verschelde
2021-08-03
1
-19
/
+44
|
\
\
|
*
|
[Net] Fix IP address resolution incorrectly locking the main thread.
Fabio Alessandrelli
2021-08-03
1
-19
/
+44
*
|
|
Merge pull request #51042 from nikitalita/fix_binary_res_load_save
K. S. Ernest (iFire) Lee
2021-08-02
2
-5
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
skip uid field length in binary resource if not used
nikitalita
2021-07-29
1
-0
/
+1
|
*
|
Use constant for reserved field count
nikitalita
2021-07-29
2
-3
/
+5
|
*
|
Fix binary resource loading and saving
nikitalita
2021-07-29
1
-5
/
+5
*
|
|
[Marshalls] Fix Float64Array and Int64Array serialization.
Fabio Alessandrelli
2021-08-02
1
-4
/
+3
|
|
/
|
/
|
*
|
[Net] Fix Marshalls infinite recursion crash.
Fabio Alessandrelli
2021-07-30
2
-9
/
+11
|
/
*
[Net] Add generate_unique_id to MultiplayerPeer.
Fabio Alessandrelli
2021-07-29
2
-0
/
+25
*
[Net] Fix RPC ID encoding/decoding for Node methods.
Fabio Alessandrelli
2021-07-29
1
-2
/
+2
*
Fix various typos
luz paz
2021-07-25
1
-1
/
+1
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
12
-37
/
+36
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
12
-37
/
+36
*
|
Merge pull request #50250 from luzpaz/typos
Rémi Verschelde
2021-07-25
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix various typos with codespell
luz paz
2021-07-25
1
-4
/
+4
*
|
ResourceUID: Fix `remove_id` binding
Rémi Verschelde
2021-07-25
1
-1
/
+1
|
/
*
Fix check for the first key in JSON stringify from Dictionary code
Aaron Franke
2021-07-24
1
-1
/
+4
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
11
-94
/
+525
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
11
-94
/
+525
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
14
-132
/
+124
|
/
*
Expose an ImportOrder enum in ResourceImporter
Hugo Locurcio
2021-07-23
2
-1
/
+16
*
Implement textual ext/subresource IDs.
reduz
2021-07-22
4
-53
/
+105
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
2
-48
/
+6
*
Optimize StringName usage
reduz
2021-07-18
1
-6
/
+6
*
Merge pull request #46554 from likeich/is_server_quiet_failure
Fabio Alessandrelli
2021-07-16
1
-3
/
+1
|
\
|
*
MultiplayerAPI is_network_server Fails Silently
Kyle
2021-03-01
1
-3
/
+1
*
|
Fix decompression with FastLZ when buffer size is less than 16 bytes
Haoyu Qiu
2021-07-13
1
-1
/
+2
*
|
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
4
-38
/
+38
*
|
[Net] Fix crash when receiving RPC on node without a script.
Fabio Alessandrelli
2021-07-11
1
-1
/
+1
*
|
Merge pull request #50362 from timothyqiu/http-eof
Rémi Verschelde
2021-07-11
1
-0
/
+1
|
\
\
|
*
|
Fix unicode invalid skip error in AssetLib
Haoyu Qiu
2021-07-11
1
-0
/
+1
*
|
|
Handle Z_BUF_ERROR in decompress_dynamic
Haoyu Qiu
2021-07-11
1
-1
/
+4
|
/
/
*
|
Network port comparison is always false
K. S. Ernest (iFire) Lee
2021-06-30
2
-2
/
+0
*
|
Validate image formats, check if resize_to_po2 failed
Paweł Fertyk
2021-06-28
2
-1
/
+8
*
|
Fix Image.adjust_bcs crash when image format is invalid
Haoyu Qiu
2021-06-27
1
-0
/
+4
*
|
[Net] Makes HTTPClient a custom instance class.
Fabio Alessandrelli
2021-06-23
4
-686
/
+788
*
|
[Net] Unify HTTPClient request and request_raw.
Fabio Alessandrelli
2021-06-23
2
-78
/
+25
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
10
-15
/
+15
*
|
Merge pull request #48080 from aaronfranke/real-serialization
Rémi Verschelde
2021-06-20
2
-169
/
+368
|
\
\
|
*
|
Binary serialization for reals
Aaron Franke
2021-06-17
2
-169
/
+368
*
|
|
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
2
-58
/
+37
*
|
|
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
3
-4
/
+4
|
/
/
*
|
Fix json dump and print of circular structure
Haoyu Qiu
2021-06-14
2
-6
/
+17
*
|
Merge pull request #48746 from KoBeWi/bane_of_all_virtual_compatibility
Rémi Verschelde
2021-06-12
2
-28
/
+28
|
\
\
|
*
|
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
2
-28
/
+28
[next]