summaryrefslogtreecommitdiffstats
path: root/platform/javascript/export
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-295-1183/+0
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+24
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-312-0/+2
* Make some editor export methods constAaron Franke2022-07-292-3/+3
* Split up editor export code into multiple filesAaron Franke2022-07-262-2/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-253-3/+3
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-7/+2
* [HTML5] Add GDNative+Threads build.Fabio Alessandrelli2022-06-142-13/+11
* Add readable export errors.bruvzg2022-06-081-17/+23
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-163-6/+6
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-1/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-31/+16
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* HTML5: Explain why export templates are missingRémi Verschelde2022-03-261-0/+9
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-11/+11
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-153-4/+2
* Fix new performance regressions (short delay_usec)Will Whitty2022-02-151-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+6
* [HTML5] PWA service worker prefers cached version.Fabio Alessandrelli2022-02-061-23/+29
* Add missing SNAME macro optimization in some function callsjmb4622022-02-062-2/+2
* Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-3/+3
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-035-10/+10
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-2/+2
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-312-673/+1
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-302-2/+2
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+672
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Split javascript export template into multiple filesSergey Minakov2021-08-125-964/+1081
* [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