summaryrefslogtreecommitdiff
path: root/platform/javascript/export
AgeCommit message (Expand)Author
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-26HTML5: Explain why export templates are missingRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-15Fix new performance regressions (short delay_usec)Will Whitty
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06[HTML5] PWA service worker prefers cached version.Fabio Alessandrelli
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-01-17Remove property hints referencing unsupported svgz extensionRémi Verschelde
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-12Split javascript export template into multiple filesSergey Minakov
2021-06-25[HTML5] Add option to focus canvas on start.Fabio Alessandrelli
2021-06-25Strip query string when parsing HTTP request line for pathHaoyu Qiu
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-31Implement shader cachingreduz
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-27[HTML5] Export as Progressive Web App.Fabio Alessandrelli
2021-04-27[HTML5] HTTP server uses optional SSL.Fabio Alessandrelli
2021-04-27[HTML5] Optional icon generation, use export name for it.Fabio Alessandrelli
2021-04-27[HTML5] Debug HttpServer now runs in `web` cache subdir.Fabio Alessandrelli
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-03-11[HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli
2021-03-05[HTML5] Export process writes sizes in template.Fabio Alessandrelli
2021-02-19[HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli
2021-02-19[HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli
2021-02-18Reorganize Project Settingsreduz
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-25[HTML5] Builtin HTTP server disable browsers cacheFabio Alessandrelli
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-10HTML5: Code style cleanup for export codeRémi Verschelde
2020-12-05[HTML5] Make GDNative support feature-based.Fabio Alessandrelli