summaryrefslogtreecommitdiff
path: root/platform/javascript/api
AgeCommit message (Expand)Author
2022-05-11Fix ZipIO crash when reused (and possible leaks).bruvzg
2022-05-10[HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli
2022-04-12Narrow FileAccess scope to prevent deadlocks.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-06[HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-12[HTML5] Fix build error due to missing string cast.Fabio Alessandrelli
2021-08-16Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio
2021-07-13Implement the ability to disable classesreduz
2021-06-14[HTML5] Fix JS build without eval.Fabio Alessandrelli
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
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