Age | Commit message (Expand) | Author |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-09-30 | Merge pull request #48685 from bruvzg/bundle_icon_4 | Rémi Verschelde |
2021-09-16 | Implement `OS::get_locale_language()` helper method | Rémi Verschelde |
2021-09-15 | --single-window is passed through project manager. | Jacob Edie |
2021-08-16 | Add partial support for Android scoped storage. | ne0fhyk |
2021-08-03 | [Headless] Add --headless switch (no rendering, no audio). | Fabio Alessandrelli |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-06-10 | Add OS.get_external_data_dir() to get Android external directory | Marcel Admiraal |
2021-05-13 | [macOS] Prefer .app bundle icon over the default one. | bruvzg |
2021-04-06 | Add flag to stop printing to stdout/stderr | George Marques |
2021-02-25 | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>... | Emmanuel Leblond |
2021-02-25 | Fix Godot returned status code on unexpected error | Emmanuel Leblond |
2021-02-18 | Move tablet driver API from OS to DisplayServer. | bruvzg |
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 | Static analyzer fixes: | bruvzg |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-24 | OS: Remove unused get_splash_tick_msec | Rémi Verschelde |
2020-09-02 | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) |
2020-07-09 | Keep debug & verbose options after loading project from project manager | PouleyKetchoupp |
2020-06-30 | Move frame delaying functions from Main to OS. | Fabio Alessandrelli |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-20 | [Windows] Add tablet driver selection. | bruvzg |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-05 | [Windows] Add support for the WinTab API for pen input. | bruvzg |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-26 | Separate DisplayServer from OS on Windows | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-25 | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
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-11 | Add runtime GLES2 / Vulkan context selection. | bruvzg |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-01-23 | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg |
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack |
2019-11-28 | Add an `OS.is_window_focused()` getter | Hugo Locurcio |
2019-11-11 | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal |
2019-10-22 | Add request permission automatically at android | Cagdas |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |