summaryrefslogtreecommitdiffstats
path: root/platform/javascript/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-49/+0
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Split javascript export template into multiple filesSergey Minakov2021-08-121-964/+2
* [HTML5] Add option to focus canvas on start.Fabio Alessandrelli2021-06-251-0/+2
* Strip query string when parsing HTTP request line for pathHaoyu Qiu2021-06-251-2/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-9/+9
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-5/+4
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Implement shader cachingreduz2021-05-311-3/+3
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-4/+4
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-3/+3
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-2/+2
* [HTML5] Export as Progressive Web App.Fabio Alessandrelli2021-04-271-148/+339
* [HTML5] HTTP server uses optional SSL.Fabio Alessandrelli2021-04-271-12/+88
* [HTML5] Optional icon generation, use export name for it.Fabio Alessandrelli2021-04-271-13/+24
* [HTML5] Debug HttpServer now runs in `web` cache subdir.Fabio Alessandrelli2021-04-271-41/+31
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-1/+1
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-111-0/+2
* [HTML5] Export process writes sizes in template.Fabio Alessandrelli2021-03-051-16/+30
* [HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli2021-02-191-2/+2
* [HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli2021-02-191-11/+16
* Reorganize Project Settingsreduz2021-02-181-1/+1
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+3
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+3
* | [HTML5] Builtin HTTP server disable browsers cacheFabio Alessandrelli2021-01-251-0/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* HTML5: Code style cleanup for export codeRémi Verschelde2020-12-101-15/+8
* [HTML5] Make GDNative support feature-based.Fabio Alessandrelli2020-12-051-0/+6
* [HTML5] Allow selecting the export type.Fabio Alessandrelli2020-12-051-8/+32
* [HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli2020-12-051-15/+45
* Export: Reorder options for consistency across platformsRémi Verschelde2020-11-201-2/+4
* [HTML5] AudioWorklet API implementation.Fabio Alessandrelli2020-11-101-0/+7
* Add COOP/COEP headers to HTML5 "run" server.Fabio Alessandrelli2020-10-021-0/+3
* Make canvas resize optional in HTML5.Fabio Alessandrelli2020-09-231-0/+2
* Add override keywords.Marcel Admiraal2020-07-101-18/+18
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-121-4/+12
* Set the `title` tag in the HTML5 export immediatelyHugo Locurcio2020-04-221-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-111-0/+8
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-14/+13
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-4/+2
* Texture refactorJuan Linietsky2020-02-111-4/+4
* Export and reference the icon as favicon when exporting to HTML5Hugo Locurcio2020-02-011-15/+40
* Properly close files served by debug HTTP server.Fabio Alessandrelli2020-01-141-2/+9