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
2018-09-27
Fix warnings for operator precedence disambiguation [-Wparentheses]
Rémi Verschelde
2018-09-25
Better MultiplayerAPI error logs.
Fabio Alessandrelli
2018-09-25
Skip RPC/RSET when MASTERSYNC and we are master.
Fabio Alessandrelli
2018-09-22
StreamPeer get[_utf8]_string with negative length.
Fabio Alessandrelli
2018-09-21
Add checks for clean disconnect in HTTP/TCP/SSL.
Fabio Alessandrelli
2018-09-16
Merge pull request #22066 from Faless/bundle_certs
Rémi Verschelde
2018-09-15
Fix HTTPClient _get_http_data bug after #21976.
Fabio Alessandrelli
2018-09-15
Allow system certs file to be used by Editor.
Fabio Alessandrelli
2018-09-15
Bundle SSL certs with the templates.
Fabio Alessandrelli
2018-09-15
doc: Sync classref with current source
Rémi Verschelde
2018-09-15
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-13
Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
elasota
2018-09-13
Merge pull request #21976 from Faless/http_client_eof_fix
Rémi Verschelde
2018-09-13
Merge pull request #22020 from Faless/tcp_fix
Rémi Verschelde
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
Fix TCP connecting state not set correctly
Fabio Alessandrelli
2018-09-12
Misc. typos
luz.paz
2018-09-12
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
New NetSocket interface, BSD/Win implementation
Fabio Alessandrelli
2018-09-12
Fix non chunked HTTP reading till eof.
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-02
Change ResourceLoader::load to make it more thread safe.
Juan Linietsky
2018-08-28
Fix DNS resolution when cache is invalid.
Fabio Alessandrelli
2018-08-27
Removed fallback system and merged bptc into s3tc
Juan Linietsky
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-21
BPTC support
elasota
2018-08-12
Fix ResourceLoader::exists() false negative and readd deprecated has()
Rémi Verschelde
2018-08-10
Added function ResourceLoader.exists(), to check if a resource exists. Closes...
Juan Linietsky
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-08-04
ResourceFormatLoaderImage::get_resource_type now uses file path
willnationsdev
2018-07-29
It is now possible to import images as a separate resource, closes #5738 and ...
Juan Linietsky
2018-07-29
Fix marshalls size checks.
Fabio Alessandrelli
2018-07-26
doc: Sync classref with current source
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-24
Fix loading PO files with missing newline after last msgstr
Rémi Verschelde
2018-07-16
HTTP client now uses non blocking handshake
Fabio Alessandrelli
2018-07-16
Implement non blocking-handshake for StreamPeerSSL
Fabio Alessandrelli
2018-07-08
MultiplayerAPI::send_bytes transfer mode support.
Fabio Alessandrelli
2018-07-04
Fix CORS problems due to added headers on JS target
GagaPete
2018-06-12
Fixed regression making the logger not respect the max files limit.
Michael Alexsander Silva Dias
2018-05-30
Don't add a period to a log file name if it has no extension.
Michael Alexsander Silva Dias
2018-05-29
New sync RPC modes to match all combinations
Fabio Alessandrelli
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-28
Fix for not picking up locale of some .po translation files
Fabian
[next]