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