| Commit message (Expand) | Author | Age | Files | Lines |
| * | [HTML5] Scons now expects "emcc" to be in PATH. | Fabio Alessandrelli | 2020-10-04 | 2 | -25/+6 |
| * | [HTML5] Run Audio process in thread when available | Fabio Alessandrelli | 2020-10-02 | 5 | -185/+314 |
| * | Add extra suffix for HTML5 thread builds. | Fabio Alessandrelli | 2020-10-02 | 1 | -0/+1 |
| * | Add COOP/COEP headers to HTML5 "run" server. | Fabio Alessandrelli | 2020-10-02 | 1 | -0/+3 |
| * | JS synchronous start, better persistent FS sync. | Fabio Alessandrelli | 2020-09-23 | 5 | -73/+107 |
| * | Make canvas resize optional in HTML5. | Fabio Alessandrelli | 2020-09-23 | 1 | -0/+2 |
| * | Better HiDPI support in HTML5. | Fabio Alessandrelli | 2020-09-23 | 1 | -2/+6 |
| * | Window event listener do not use capture. | Fabio Alessandrelli | 2020-09-23 | 1 | -2/+5 |
| * | Small refactor to JavaScript handlers. | Fabio Alessandrelli | 2020-09-23 | 2 | -19/+51 |
| * | Expose request_quit method to JS in HTML5 export. | Fabio Alessandrelli | 2020-09-23 | 1 | -0/+17 |
| * | [HTML5] Add override keyword, cleanup methods. | Fabio Alessandrelli | 2020-09-18 | 4 | -110/+82 |
| * | Fix typos with codespell | Rémi Verschelde | 2020-09-18 | 1 | -1/+1 |
| * | Explicitly add implicitly added semicolons. | Marcel Admiraal | 2020-09-09 | 1 | -4/+4 |
| * | Merge pull request #40755 from Faless/js/fix_and_cancel_swap | Rémi Verschelde | 2020-07-27 | 3 | -0/+21 |
| |\ |
|
| | * | Implement HTML5 cancel/ok button swap on Windows. | Fabio Alessandrelli | 2020-07-27 | 2 | -0/+18 |
| | * | Correctly include <stdlib.h> in javascript main. | Fabio Alessandrelli | 2020-07-27 | 1 | -0/+1 |
| | * | Properly set HTML5 DisplayServer init error value. | Fabio Alessandrelli | 2020-07-27 | 1 | -0/+2 |
| * | | t Add unit testing to Godot using DocTest and added to GitHub Actions CI | RevoluPowered | 2020-07-24 | 1 | -0/+4 |
| |/ |
|
| * | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -18/+18 |
| * | Use dummy driver when JS AudioContext is unavailable. | Fabio Alessandrelli | 2020-07-01 | 5 | -15/+40 |
| * | Limit FPS in JS by skipping iterations. | Fabio Alessandrelli | 2020-07-01 | 2 | -0/+13 |
| * | [JS] Check canvas size each loop, force redraw. | Fabio Alessandrelli | 2020-07-01 | 3 | -0/+26 |
| * | More static methods in DisplayServerJavaScript. | Fabio Alessandrelli | 2020-07-01 | 2 | -9/+19 |
| * | Refactor canvas ID and locale handling. | Fabio Alessandrelli | 2020-07-01 | 4 | -56/+45 |
| * | Fix FS error on JS startup due to existing folder. | Fabio Alessandrelli | 2020-07-01 | 1 | -2/+5 |
| * | Immediately run first iteration after JS FS sync. | Fabio Alessandrelli | 2020-06-14 | 1 | -4/+8 |
| * | Swtich HTML5 key detection from keyCode to code. | Fabio Alessandrelli | 2020-06-04 | 2 | -394/+197 |
| * | Fix JS audioContext parameters. | Fabio Alessandrelli | 2020-05-25 | 1 | -2/+2 |
| * | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli | 2020-05-18 | 1 | -2/+2 |
| * | AudioDriverJavaScript now compute buffer size. | Fabio Alessandrelli | 2020-05-18 | 2 | -15/+35 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -8/+14 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 12 | -144/+0 |
| * | Style: Fix missing/invalid copyright headers | Rémi Verschelde | 2020-05-14 | 1 | -0/+30 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 2 | -17/+9 |
| * | Update game controller enums. | Marcel Admiraal | 2020-05-13 | 1 | -8/+1 |
| * | Add WebSocket debugger, use it for Javascript. | Fabio Alessandrelli | 2020-05-12 | 2 | -4/+23 |
| * | Add drop files function | Fabio Alessandrelli | 2020-05-10 | 4 | -2/+187 |
| * | Fix Closure compiler build, python style. | Fabio Alessandrelli | 2020-05-10 | 9 | -44/+73 |
| * | DisplayServerJavaScript implementation. | Fabio Alessandrelli | 2020-05-10 | 10 | -1208/+1538 |
| * | [HTML5] Locale, input fix, context, exit. | Fabio Alessandrelli | 2020-05-10 | 4 | -91/+112 |
| * | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 2 | -72/+149 |
| * | Merge pull request #37414 from Schroedi/fix_html_mouse_input | Fabio Alessandrelli | 2020-05-01 | 1 | -1/+1 |
| |\ |
|
| | * | Move mouse wheel handler from window to canvas element in HTML | Christoph Schröder | 2020-04-28 | 1 | -1/+1 |
| * | | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -1/+1 |
| |/ |
|
| * | Set the `title` tag in the HTML5 export immediately | Hugo Locurcio | 2020-04-22 | 1 | -0/+1 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 7 | -24/+24 |
| * | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 3 | -123/+122 |
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 2 | -4/+4 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 2 | -7/+7 |