summaryrefslogtreecommitdiff
path: root/misc/dist/html
AgeCommit message (Expand)Author
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-07[HTML5] Remove "fixed-size.html".Fabio Alessandrelli
2021-04-27[HTML5] Export as Progressive Web App.Fabio Alessandrelli
2021-04-27[HTML5] Optional icon generation, use export name for it.Fabio Alessandrelli
2021-04-17Merge pull request #47069 from Calinou/html5-editor-welcome-dialogFabio Alessandrelli
2021-03-24Add Open Graph metadata to the HTML5 editorHugo Locurcio
2021-03-24[HTML5] Clarify editor PWA manifest.jsonFabio Alessandrelli
2021-03-17Add a welcome dialog to the HTML5 editorHugo Locurcio
2021-03-17[HTML5] Fix bogus Web Editor manifest.Fabio Alessandrelli
2021-03-12[HTML5] Drag and drop zip in project manager.Fabio Alessandrelli
2021-03-08[HTML5] Add PWA support to the editor page.Fabio Alessandrelli
2021-02-26[HTML5] Make editor HTML build tag scons4-proof.Fabio Alessandrelli
2021-02-24Improve the editor HTML templateHugo Locurcio
2021-02-21Remove unused variables from full-size.htmlMarcel Admiraal
2021-02-19[HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli
2021-02-19[HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli
2021-02-11[HTML5] Editor: ensure canvas focus when switching tabs.Fabio Alessandrelli
2021-02-11[HTML5] Fix web editor "clear persistent data".Fabio Alessandrelli
2021-02-03[HTML5] Make home path persistent in editor.Fabio Alessandrelli
2021-01-25[HTML5] Better editor HTML, small refactor.Fabio Alessandrelli
2021-01-07Make links on the HTML5 editor more readableHugo Locurcio
2020-12-26Fix and decrease Godot logo size in the HTML5 editor loaderHugo Locurcio
2020-12-11Remove two very slightly displaced duplicate vertices on Gobot's faceLorenzo Cerqua
2020-12-09[HTML5] Add logo and favicon to editor html.Fabio Alessandrelli
2020-12-09[HTML5] Improve the editor HTML template.Hugo Locurcio
2020-12-09[HTML5] Editor also persists cache.Fabio Alessandrelli
2020-12-05[HTML5] EditorRunNative works with GDNative.Fabio Alessandrelli
2020-11-17Add missing javascript semi-colons.Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-10-14Add JavaScript editor html file.Fabio Alessandrelli
2020-09-23Make canvas resize optional in HTML5.Fabio Alessandrelli
2020-09-23Better HiDPI support in HTML5.Fabio Alessandrelli
2020-09-10Remove unused variable in fixed-size.html.Marcel Admiraal
2020-09-09Explicitly add implicitly added semicolons.Marcel Admiraal
2020-05-12Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-04-22Set the `title` tag in the HTML5 export immediatelyHugo Locurcio
2020-02-01Export and reference the icon as favicon when exporting to HTML5Hugo Locurcio
2019-10-01Fixed running the export templates with newer emscripten versions.Relintai
2019-09-14Fix HTML5 export after #30864Fabio Alessandrelli
2019-09-03Fixed javascript code to remove animateStatusIndeterminate callback when the ...Enzo Ferrari
2019-06-14Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur
2018-08-23Add responsive HTML5 export page with full-size canvas as new defaultLeon Krause
2018-05-10Merge pull request #18765 from eska014/enginejs-extaltRémi Verschelde
2018-05-10Accept non-default main packs in engine.js startGame()Leon Krause
2018-05-10Fix keyboard focus lock-out with HTML5 canvas in iframeLeon Krause
2018-03-15Check only for WebGL 1.0, move test to HTML fileLeon Krause
2018-01-06Fix internal Emscripten JS API callsLeon Krause
2017-11-19Change HTML5 start-up APILeon Krause