summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
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
2020-05-18AudioDriverJavaScript now compute buffer size.Fabio Alessandrelli
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-13Update game controller enums.Marcel Admiraal
2020-05-12Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli
2020-05-10Add drop files functionFabio Alessandrelli
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-05-10[HTML5] Locale, input fix, context, exit.Fabio Alessandrelli