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-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-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-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
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
New lightmapper
Juan Linietsky
2020-05-10
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
Renamed plane's d to distance
Marcus Elg
2020-05-03
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
Revert "Made possible to specify where to dump the contents when loading a "....
Rémi Verschelde
2020-04-16
Made possible to specify where to dump the contents when loading a ".pck" file
Michael Alexsander
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-25
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-21
Fix potential divisions by 0 reported by MSVC
Rémi Verschelde
2020-03-20
i18n: Fix parsing of multiple escapes before quotes
Thakee Nathees
[next]