summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-295-438/+0
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* [HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli2022-05-101-1/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-6/+8
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-11/+6
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-1/+1
* Discern between virtual and abstract class bindingsreduz2022-03-101-2/+2
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-142-3/+3
* [HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli2022-02-062-0/+11
* Update copyright statements to 2022Rémi Verschelde2022-01-035-10/+10
* Fix various typosluz paz2022-01-021-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+2
* | [HTML5] Fix build error due to missing string cast.Fabio Alessandrelli2021-09-121-2/+2
|/
* Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* Implement the ability to disable classesreduz2021-07-131-2/+2
* [HTML5] Fix JS build without eval.Fabio Alessandrelli2021-06-141-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-2/+2
* [HTML5] Add easy to use download API.Fabio Alessandrelli2021-05-213-2/+13
* Merge pull request #48719 from Faless/js/4.x_interfacesRémi Verschelde2021-05-202-5/+51
|\
| * [HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli2021-05-202-5/+51
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
|/
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-10/+10
* Update copyright statements to 2021Rémi Verschelde2021-01-015-10/+10
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Make tool menu plugins use Callables for callbackkobewi2020-12-162-10/+1
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-19/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-4/+4
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* [HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli2020-10-143-0/+217
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-013-6/+6
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-013-6/+6
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-053-0/+3
* Update copyright statements to 2018Rémi Verschelde2018-01-013-6/+6
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-183-0/+156