| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix javascript platform build | muiroc | 2020-02-07 | 1 | -1/+1 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | HTML5 callbacks rework. | Fabio Alessandrelli | 2020-01-17 | 1 | -31/+37 |
* | HTML5: Address removal of 'timestamp' in Emscripten 1.39.5 | Rémi Verschelde | 2020-01-17 | 1 | -1/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | iOS modular build and export implementation. | bruvzg | 2019-12-01 | 1 | -3/+0 |
* | Remove ECMAScript 6 "arrow operator". | Fabio Alessandrelli | 2019-10-24 | 1 | -1/+1 |
* | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp | 2019-10-03 | 1 | -0/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner | 2019-08-09 | 1 | -18/+10 |
* | Fix cursor blinking in integrated GPUs | Guilherme Felipe | 2019-07-09 | 1 | -0/+17 |
* | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde | 2019-06-16 | 1 | -0/+3 |
|\ |
|
| * | Adding a new Camera Server implementation to Godot. | BastiaanOlij | 2019-06-15 | 1 | -0/+3 |
* | | Fix pointer position in hidpi-corrected resolutions on web | Leonardo Giovanni Scur | 2019-06-14 | 1 | -4/+18 |
|/ |
|
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -1/+1 |
* | Implement Clipboard API read when supported. | Fabio Alessandrelli | 2019-05-29 | 1 | -0/+17 |
* | Kinda working HTML5 clipboard paste. | Fabio Alessandrelli | 2019-05-29 | 1 | -0/+10 |
* | Add OS clipboard set support to OS Javascript | Fabio Alessandrelli | 2019-05-28 | 1 | -0/+19 |
* | added a const keyword for a methods that return constant literal... | hbina085 | 2019-05-21 | 1 | -1/+1 |
* | Fix OS_Javascript execute method | Fabio Alessandrelli | 2019-05-15 | 1 | -1/+1 |
* | Disable driver fallback to GLES2 by default | Rémi Verschelde | 2019-03-05 | 1 | -1/+1 |
* | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky | 2019-02-26 | 1 | -10/+0 |
* | Use stdout/-err for all messages in HTML5 platform | Leon Krause | 2019-02-24 | 1 | -2/+2 |
* | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky | 2019-01-27 | 1 | -0/+5 |
* | Allow requesting full screen during start-up in HTML5 platform | Leon Krause | 2019-01-23 | 1 | -1/+14 |
* | Deal with Google's HTML5 autoplay policy | Leon Krause | 2019-01-20 | 1 | -0/+6 |