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 pull request #44128 from KoBeWi/🧹
Rémi Verschelde
2020-12-09
4
-14
/
+1
|
\
|
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
4
-14
/
+1
*
|
Merge pull request #44199 from bruvzg/pvs_fixes_1
Rémi Verschelde
2020-12-09
3
-8
/
+3
|
\
\
|
*
|
Static analyzer fixes:
bruvzg
2020-12-09
3
-8
/
+3
|
|
/
*
|
Merge pull request #44161 from Faless/fix/fa_buffered_remove
Rémi Verschelde
2020-12-09
3
-380
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
3
-380
/
+0
*
|
Tweak log file names for consistency between Mono and non-Mono logs
Hugo Locurcio
2020-12-06
1
-1
/
+1
|
/
*
Refactored Mesh internals and formats.
reduz
2020-12-02
1
-0
/
+1
*
Merge pull request #40136 from Jummit/multiplayer-root-node-getters
Fabio Alessandrelli
2020-11-27
2
-0
/
+7
|
\
|
*
add root_node as property of MultiplayerAPI
Jummit
2020-07-05
2
-0
/
+7
*
|
Disable SO_REUSEADDR for UDP.
Fabio Alessandrelli
2020-11-27
1
-1
/
+0
*
|
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
4
-9
/
+9
*
|
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv
Aaron Franke
2020-11-21
2
-8
/
+8
*
|
Fix crash duplicating local-to-scene resources
Pedro J. Estébanez
2020-11-18
1
-5
/
+3
*
|
Merge pull request #43610 from RandomShaper/fix_res_duplicate
Rémi Verschelde
2020-11-17
1
-3
/
+3
|
\
\
|
*
|
Fix crash in resoure duplicate
Pedro J. Estébanez
2020-11-17
1
-3
/
+3
*
|
|
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
11
-17
/
+0
*
|
|
Merge pull request #43493 from timothyqiu/request-absolute-authority
Fabio Alessandrelli
2020-11-16
1
-14
/
+45
|
\
\
\
|
*
|
|
Allows HTTPClient to talk to proxy server
Haoyu Qiu
2020-11-14
1
-14
/
+45
*
|
|
|
fix custom loader/saver broken
Zae
2020-11-15
2
-2
/
+2
|
/
/
/
*
|
|
Create Variant built-in functions.
reduz
2020-11-10
2
-1
/
+54
*
|
|
Merge pull request #40748 from RandomShaper/improve_packed_fs_api
Rémi Verschelde
2020-11-10
2
-6
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve/fix packed data API
Pedro J. Estébanez
2020-07-27
2
-6
/
+48
*
|
|
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
3
-4
/
+4
*
|
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
50
-65
/
+5298
*
|
|
Increase the default HTTPClient download chunk size to 64 KiB
Hugo Locurcio
2020-11-07
1
-1
/
+2
*
|
|
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
|
|
Fixes HTTPClient::poll crash after connection is self-assigned
Haoyu Qiu
2020-10-10
1
-0
/
+4
*
|
|
Improve format version mismatch error in binary loader
Rémi Verschelde
2020-10-05
1
-2
/
+5
*
|
|
Rename the ".import" folder to ".godot/imported"
Aaron Franke
2020-09-28
1
-1
/
+2
*
|
|
Fix crash when opening a ZIP data pack
Hugo Locurcio
2020-09-19
1
-1
/
+1
*
|
|
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-07
7
-86
/
+282
|
\
\
\
|
*
|
|
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
7
-86
/
+282
*
|
|
|
Merge pull request #38944 from Wavesonics/http-gzip
Fabio Alessandrelli
2020-09-07
2
-0
/
+90
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
HTTPRequest now accepts gzip
Adam Brown
2020-09-02
2
-0
/
+90
*
|
|
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
6
-21
/
+21
*
|
|
|
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
1
-4
/
+4
*
|
|
|
Merge pull request #41460 from Calinou/improve-resource-load-fail-message
Rémi Verschelde
2020-09-03
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Improve the resource loading error message to mention the need to import
Hugo Locurcio
2020-08-22
1
-1
/
+2
*
|
|
|
|
Merge pull request #40400 from Arivval/load-resourcepack-with-offset
Rémi Verschelde
2020-09-03
4
-9
/
+21
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
added load resource pack with offset feature
Yilin Ma
2020-09-02
4
-9
/
+21
*
|
|
|
|
[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...
Yakov Borevich
2020-08-31
1
-0
/
+3
*
|
|
|
|
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
1
-2
/
+3
*
|
|
|
|
Added plurals and context support to Translation
SkyJJ
2020-08-19
1
-10
/
+97
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
issue-40396 - Added missing error strings to JSON parsing when array or objec...
Adam Bates
2020-07-22
1
-0
/
+2
*
|
|
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
|
|
Merge pull request #40374 from Faless/udp/server_abstraction
Rémi Verschelde
2020-07-14
4
-35
/
+166
|
\
\
\
|
*
|
|
UDPServer handles PacketPeerUDP-client association
Fabio Alessandrelli
2020-07-14
4
-35
/
+166
*
|
|
|
PO loader: Fix unclosed files and error messages
Rémi Verschelde
2020-07-14
1
-9
/
+13
|
/
/
/
[next]