index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
api
Age
Commit message (
Expand
)
Author
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-21
[HTML5] Add easy to use download API.
Fabio Alessandrelli
2021-05-20
Merge pull request #48719 from Faless/js/4.x_interfaces
Rémi Verschelde
2021-05-20
[HTML5] Implement Godot <-> JavaScript interface.
Fabio Alessandrelli
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-16
Make tool menu plugins use Callables for callback
kobewi
2020-11-10
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-10-14
[HTML5] Add JavaScriptToolsEditorPlugin.
Fabio Alessandrelli
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-18
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause