summaryrefslogtreecommitdiff
path: root/platform/javascript/api
AgeCommit message (Expand)Author
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-21[HTML5] Add easy to use download API.Fabio Alessandrelli
2021-05-20Merge pull request #48719 from Faless/js/4.x_interfacesRémi Verschelde
2021-05-20[HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-16Make tool menu plugins use Callables for callbackkobewi
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-14[HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause