| Commit message (Expand) | Author | Age | Files | Lines |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -275/+0 |
* | HTML5: Add support for `Input.vibrate_handheld()` | pattlebass | 2022-07-27 | 1 | -0/+4 |
* | Add OS::is_process_running function. | mdavisprog | 2022-05-03 | 1 | -0/+4 |
* | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 1 | -1/+6 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -1/+1 |
* | [HTML5] Implement JavaScript PWA update callbacks. | Fabio Alessandrelli | 2022-02-06 | 1 | -0/+16 |
* | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -2/+2 |
|\ |
|
| * | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -2/+2 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | 2021-11-12 | 1 | -1/+1 |
* | [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads. | Fabio Alessandrelli | 2021-09-15 | 1 | -8/+11 |
* | Make platform feature tag names lowercase | Hugo Locurcio | 2021-08-31 | 1 | -2/+2 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -2/+2 |
* | Move `alert` function from `DisplayServer` to `OS`. | bruvzg | 2021-07-22 | 1 | -0/+4 |
* | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli | 2021-07-15 | 1 | -2/+1 |
* | Misc cleanup of header includes | Rémi Verschelde | 2021-07-15 | 1 | -1/+1 |
* | [HTML5] Implement get_processor_count. | Fabio Alessandrelli | 2021-02-17 | 1 | -0/+4 |
* | Split OS::execute into two methods | Marcel Admiraal | 2021-01-09 | 1 | -2/+6 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Merge pull request #44161 from Faless/fix/fa_buffered_remove | Rémi Verschelde | 2020-12-09 | 1 | -2/+0 |
|\ |
|
| * | Remove now unused FileAccessBuffered. | Fabio Alessandrelli | 2020-12-06 | 1 | -1/+0 |
| * | [HTML5] Use regular unix FileAccess implementation. | Fabio Alessandrelli | 2020-12-06 | 1 | -1/+0 |
* | | [HTML5] Make GDNative support feature-based. | Fabio Alessandrelli | 2020-12-05 | 1 | -2/+14 |
* | | [HTML5] EditorRunNative works with GDNative. | Fabio Alessandrelli | 2020-12-05 | 1 | -0/+8 |
|/ |
|
* | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli | 2020-11-10 | 1 | -39/+13 |
* | JS synchronous start, better persistent FS sync. | Fabio Alessandrelli | 2020-09-23 | 1 | -23/+26 |
* | [HTML5] Add override keyword, cleanup methods. | Fabio Alessandrelli | 2020-09-18 | 1 | -22/+0 |
* | Use dummy driver when JS AudioContext is unavailable. | Fabio Alessandrelli | 2020-07-01 | 1 | -3/+14 |
* | Refactor canvas ID and locale handling. | Fabio Alessandrelli | 2020-07-01 | 1 | -8/+0 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -27/+0 |
* | Add WebSocket debugger, use it for Javascript. | Fabio Alessandrelli | 2020-05-12 | 1 | -0/+11 |
* | Fix Closure compiler build, python style. | Fabio Alessandrelli | 2020-05-10 | 1 | -1/+1 |
* | DisplayServerJavaScript implementation. | Fabio Alessandrelli | 2020-05-10 | 1 | -1106/+52 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -22/+49 |
* | Move mouse wheel handler from window to canvas element in HTML | Christoph Schröder | 2020-04-28 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -13/+13 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -3/+3 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -6/+6 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -2/+2 |
* | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli | 2020-03-11 | 1 | -0/+1 |
* | 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 | 1 | -16/+8 |
* | 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 |
* | | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -3/+4 |
|/ |
|
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -11/+11 |
* | Remove incomplete battery status/power API | Rémi Verschelde | 2020-02-14 | 1 | -18/+0 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -39/+8 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Allow per pixel transparency in javascript platform | muiroc | 2020-02-10 | 1 | -1/+20 |