index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
Age
Commit message (
Expand
)
Author
2020-11-27
Merge pull request #40136 from Jummit/multiplayer-root-node-getters
Fabio Alessandrelli
2020-11-27
Disable SO_REUSEADDR for UDP.
Fabio Alessandrelli
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-21
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv
Aaron Franke
2020-11-18
Fix crash duplicating local-to-scene resources
Pedro J. Estébanez
2020-11-17
Merge pull request #43610 from RandomShaper/fix_res_duplicate
Rémi Verschelde
2020-11-17
Fix crash in resoure duplicate
Pedro J. Estébanez
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
Merge pull request #43493 from timothyqiu/request-absolute-authority
Fabio Alessandrelli
2020-11-15
fix custom loader/saver broken
Zae
2020-11-14
Allows HTTPClient to talk to proxy server
Haoyu Qiu
2020-11-10
Create Variant built-in functions.
reduz
2020-11-10
Merge pull request #40748 from RandomShaper/improve_packed_fs_api
Rémi Verschelde
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
Increase the default HTTPClient download chunk size to 64 KiB
Hugo Locurcio
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-10-10
Fixes HTTPClient::poll crash after connection is self-assigned
Haoyu Qiu
2020-10-05
Improve format version mismatch error in binary loader
Rémi Verschelde
2020-09-28
Rename the ".import" folder to ".godot/imported"
Aaron Franke
2020-09-19
Fix crash when opening a ZIP data pack
Hugo Locurcio
2020-09-07
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-07
Merge pull request #38944 from Wavesonics/http-gzip
Fabio Alessandrelli
2020-09-05
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
Merge pull request #41460 from Calinou/improve-resource-load-fail-message
Rémi Verschelde
2020-09-03
Merge pull request #40400 from Arivval/load-resourcepack-with-offset
Rémi Verschelde
2020-09-02
added load resource pack with offset feature
Yilin Ma
2020-09-02
HTTPRequest now accepts gzip
Adam Brown
2020-08-31
[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...
Yakov Borevich
2020-08-22
Improve the resource loading error message to mention the need to import
Hugo Locurcio
2020-08-19
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
Added plurals and context support to Translation
SkyJJ
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
Improve/fix packed data API
Pedro J. Estébanez
2020-07-22
issue-40396 - Added missing error strings to JSON parsing when array or objec...
Adam Bates
2020-07-21
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-14
Merge pull request #40374 from Faless/udp/server_abstraction
Rémi Verschelde
2020-07-14
UDPServer handles PacketPeerUDP-client association
Fabio Alessandrelli
2020-07-14
PO loader: Fix unclosed files and error messages
Rémi Verschelde
2020-07-10
Add override keywords.
Marcel Admiraal
2020-07-08
Enable file logging by default on desktops to help with troubleshooting
Hugo Locurcio
2020-07-05
add root_node as property of MultiplayerAPI
Jummit
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-06-19
Ensure FileAccessBuffered structs are properly initialized
Andy Maloney
2020-06-06
Fix editor crash when mbedtls is disabled.
Fabio Alessandrelli
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
[next]