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
2022-02-12
Fix resource reuse in binary loader
reduz
2022-02-10
Fix typos with codespell
Rémi Verschelde
2022-02-07
ResourceImporter: Restore default append logic for new importers
Rémi Verschelde
2022-02-05
Merge pull request #56943 from V-Sekai/override-import
Rémi Verschelde
2022-02-05
Merge pull request #49775 from fire/faster-cvtt
Rémi Verschelde
2022-02-05
[Net] Fix bogus FileAccessNetwork deconstructor.
Fabio Alessandrelli
2022-02-04
Faster CVTT by reducing quality.
K. S. Ernest (iFire) Lee
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-03
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
[Net] Non-blocking request in HTTPClientTCP.
Fabio Alessandrelli
2022-02-02
Merge pull request #56771 from mhilbrunner/unacceptable
Fabio Alessandrelli
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-29
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-28
Merge pull request #57116 from bruvzg/win_net_share
Rémi Verschelde
2022-01-27
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
Verify custom HTTP headers, fix off by one error
Max Hilbrunner
2022-01-27
HTTP comment cleanup
Max Hilbrunner
2022-01-25
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-24
Fix translation with multiple sources for the same language.
bruvzg
2022-01-24
[Windows] Add support for handling network share paths.
bruvzg
2022-01-23
Merge pull request #56931 from lyuma/etcpak_po2
Rémi Verschelde
2022-01-22
Pad etcpak input to 4x4 blocks. Fixes #49981
Lyuma
2022-01-23
[Net] Fix get_response_body_length for large files.
Fabio Alessandrelli
2022-01-20
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-19
Fix locale always selecting translation instead of "en", when no match found.
bruvzg
2022-01-19
Make add_importer and add_post_importer_plugin override existing importers.
K. S. Ernest (iFire) Lee
2022-01-18
Improve locale detection.
bruvzg
2022-01-14
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-12
Merge pull request #56492 from akien-mga/remove-author-docstrings
Rémi Verschelde
2022-01-06
Rename Variant enum members in resource_format_binary.cpp
Aaron Franke
2022-01-06
Merge pull request #56224 from Calinou/variant-rename-packed-array-constants
Rémi Verschelde
2022-01-06
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
Merge pull request #53434 from Faless/io/4.x_file_access_compressed
Rémi Verschelde
2022-01-04
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
Merge pull request #56331 from Cnidarias/large_http_downloads
Fabio Alessandrelli
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-30
Fix http limitation for large "content-length"
Cnidarias
2021-12-24
Rename Variant Packed*Array constants for consistency
Hugo Locurcio
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-06
Merge pull request #47257 from timothyqiu/http-client-proxy
Rémi Verschelde
2021-11-26
Fix console colors on Windows
Yuri Roubinsky
2021-11-24
Project feature warning system
Aaron Franke
2021-11-24
Adds proxy support for HTTPClient
Haoyu Qiu
2021-11-23
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
kleonc
2021-11-23
Add Image::fill_rect method
kleonc
2021-11-21
Fix crash when executing PackedDataContainer._iter_init
Haoyu Qiu
2021-11-17
Fix divide by zero in pck_packer
Paulb23
2021-11-14
Add path to functions that return iporter options
reduz
2021-11-11
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
[next]