summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2020-11-30[HTML5] Fix broken layout on load in HiDPI screensFabio Alessandrelli
2020-11-30[HTML5] Remove file flags from writeFile in setup.Fabio Alessandrelli
2020-11-26[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg
2020-11-23[HTML5] Run eslint --fix.Fabio Alessandrelli
2020-11-23[HTML5] Enforce JavaScript style with eslint.Fabio Alessandrelli
2020-11-21[HTML5] Libraries refactor for linting.Fabio Alessandrelli
2020-11-20Export: Reorder options for consistency across platformsRémi Verschelde
2020-11-19SCons: Remove unnecessary $LINK overridesRémi Verschelde
2020-11-17Add missing javascript semi-colons.Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10[HTML5] AudioWorklet API implementation.Fabio Alessandrelli
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-11-10[HTML5] Update syntax for lto.Fabio Alessandrelli
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06[HTML5] Fix audio buffer size and latency hint.Fabio Alessandrelli
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-14[HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli
2020-10-14Add JavaScript editor html file.Fabio Alessandrelli
2020-10-14[HTML5] Close IDBFS database on exit.Fabio Alessandrelli
2020-10-14[HTML5] Expose request_quit via Engine class.Fabio Alessandrelli
2020-10-14Increase HTML5 THREADPOOL size.Fabio Alessandrelli
2020-10-04[HTML5] Scons now expects "emcc" to be in PATH.Fabio Alessandrelli
2020-10-02[HTML5] Run Audio process in thread when availableFabio Alessandrelli
2020-10-02Add extra suffix for HTML5 thread builds.Fabio Alessandrelli
2020-10-02Add COOP/COEP headers to HTML5 "run" server.Fabio Alessandrelli
2020-09-23JS synchronous start, better persistent FS sync.Fabio Alessandrelli
2020-09-23Make canvas resize optional in HTML5.Fabio Alessandrelli
2020-09-23Better HiDPI support in HTML5.Fabio Alessandrelli
2020-09-23Window event listener do not use capture.Fabio Alessandrelli
2020-09-23Small refactor to JavaScript handlers.Fabio Alessandrelli
2020-09-23Expose request_quit method to JS in HTML5 export.Fabio Alessandrelli
2020-09-18[HTML5] Add override keyword, cleanup methods.Fabio Alessandrelli
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-09Explicitly add implicitly added semicolons.Marcel Admiraal
2020-07-27Merge pull request #40755 from Faless/js/fix_and_cancel_swapRémi Verschelde
2020-07-27Implement HTML5 cancel/ok button swap on Windows.Fabio Alessandrelli
2020-07-27Correctly include <stdlib.h> in javascript main.Fabio Alessandrelli
2020-07-27Properly set HTML5 DisplayServer init error value.Fabio Alessandrelli
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-10Add override keywords.Marcel Admiraal
2020-07-01Use dummy driver when JS AudioContext is unavailable.Fabio Alessandrelli
2020-07-01Limit FPS in JS by skipping iterations.Fabio Alessandrelli
2020-07-01[JS] Check canvas size each loop, force redraw.Fabio Alessandrelli
2020-07-01More static methods in DisplayServerJavaScript.Fabio Alessandrelli
2020-07-01Refactor canvas ID and locale handling.Fabio Alessandrelli
2020-07-01Fix FS error on JS startup due to existing folder.Fabio Alessandrelli
2020-06-14Immediately run first iteration after JS FS sync.Fabio Alessandrelli
2020-06-04Swtich HTML5 key detection from keyCode to code.Fabio Alessandrelli
2020-05-25Fix JS audioContext parameters.Fabio Alessandrelli
2020-05-18Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli