| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 1 | -0/+5 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 2 | -3/+3 |
* | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli | 2020-03-11 | 13 | -482/+567 |
* | AudioDriverJavascript uses IDHandler. | Fabio Alessandrelli | 2020-03-11 | 2 | -40/+54 |
* | OS_Javascript temporarly uses dummy rasterizer. | Fabio Alessandrelli | 2020-03-08 | 1 | -1/+5 |
* | Fix Javascript platform after PoolVector removal. | Fabio Alessandrelli | 2020-03-08 | 4 | -39/+20 |
* | Merge pull request #36557 from Schroedi/fix_html_touch | Fabio Alessandrelli | 2020-03-03 | 1 | -4/+4 |
|\ |
|
| * | Fixes touch events for HTML | Christoph Schroeder | 2020-02-26 | 1 | -4/+4 |
* | | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 2 | -4/+5 |
|\ \ |
|
| * | | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 2 | -4/+5 |
* | | | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -14/+13 |
| |/
|/| |
|
* | | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -2/+2 |
|/ |
|
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 3 | -34/+34 |
* | Remove incomplete battery status/power API | Rémi Verschelde | 2020-02-14 | 2 | -22/+0 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 2 | -43/+10 |
* | Fix startGame's logic in engine.js. | Relintai | 2020-02-12 | 1 | -4/+2 |
* | Custom material support seems complete. | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |