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-12-16
Merge pull request #19501 from Zylann/custom_loaders
Rémi Verschelde
2018-12-15
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-02
Fix text files constantly asking for reload as no last modified time
Paulb23
2018-11-23
Improved support for custom image loaders
Fabian
2018-11-18
Increase number of image loaders (why was it this low..), fixes #19037
Juan Linietsky
2018-11-18
Properly accept wildcard when binding IPv4 socket.
Fabio Alessandrelli
2018-11-08
User more correct plus file on get_current_dir.
Juan Linietsky
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-29
Moved folding outside the resource files, now saved outside the project.
Juan Linietsky
2018-10-25
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-24
Add some limits on the Editor Settings
Superwaitsum
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-07
One less local variable in marshalls
Fabio Alessandrelli
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-10-05
Fixes to baker, restored xatlas and fixed bake options.
Juan Linietsky
2018-10-05
Don't delete FileAccess when it is null
Marc Gilleron
2018-10-03
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-10-03
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
Fix some more warnings reported by CI
Rémi Verschelde
2018-10-02
Merge pull request #22223 from Faless/fix_int32_encode
Rémi Verschelde
2018-10-01
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-09-29
Fix warning about functions defined but not used [-Wunused-function]
Rémi Verschelde
2018-09-28
SCons: Build core's thirdparty code in own environment
Rémi Verschelde
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
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-18
Fix put_var encoding some 32bits ints as 64bits.
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
[next]