Age | Commit message (Expand) | Author |
2020-05-25 | Fix JS audioContext parameters. | Fabio Alessandrelli |
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli |
2020-05-18 | AudioDriverJavaScript now compute buffer size. | Fabio Alessandrelli |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Style: Fix missing/invalid copyright headers | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-13 | Update game controller enums. | Marcel Admiraal |
2020-05-12 | Add WebSocket debugger, use it for Javascript. | Fabio Alessandrelli |
2020-05-10 | Add drop files function | Fabio Alessandrelli |
2020-05-10 | Fix Closure compiler build, python style. | Fabio Alessandrelli |
2020-05-10 | DisplayServerJavaScript implementation. | Fabio Alessandrelli |
2020-05-10 | [HTML5] Locale, input fix, context, exit. | Fabio Alessandrelli |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-01 | Merge pull request #37414 from Schroedi/fix_html_mouse_input | Fabio Alessandrelli |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-28 | Move mouse wheel handler from window to canvas element in HTML | Christoph Schröder |
2020-04-22 | Set the `title` tag in the HTML5 export immediately | Hugo Locurcio |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-11 | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli |
2020-03-11 | AudioDriverJavascript uses IDHandler. | Fabio Alessandrelli |
2020-03-08 | OS_Javascript temporarly uses dummy rasterizer. | Fabio Alessandrelli |
2020-03-08 | Fix Javascript platform after PoolVector removal. | Fabio Alessandrelli |
2020-03-03 | Merge pull request #36557 from Schroedi/fix_html_touch | Fabio Alessandrelli |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-26 | Fixes touch events for HTML | Christoph Schroeder |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-14 | Remove incomplete battery status/power API | Rémi Verschelde |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-02-12 | Fix startGame's logic in engine.js. | Relintai |
2020-02-11 | Custom material support seems complete. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-10 | Allow per pixel transparency in javascript platform | muiroc |
2020-02-08 | Merge pull request #35381 from Calinou/html5-export-favicon | Fabio Alessandrelli |
2020-02-07 | Fix javascript platform build | muiroc |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-02-01 | Export and reference the icon as favicon when exporting to HTML5 | Hugo Locurcio |
2020-01-31 | Merge pull request #35451 from Calinou/html5-web-environment-only | Rémi Verschelde |
2020-01-31 | Only emit the JavaScript support code for Web when building for HTML5 | Hugo Locurcio |
2020-01-29 | Fix some URLs to use HTTPS when available | Rémi Verschelde |