Age | Commit message (Expand) | Author |
2021-08-06 | OS: Fix used resource debug prints | Rémi Verschelde |
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-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-10 | Add OS.get_external_data_dir() to get Android external directory | Marcel Admiraal |
2021-04-06 | Add flag to stop printing to stdout/stderr | George Marques |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-09 | Static analyzer fixes: | bruvzg |
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-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-06-15 | Merge pull request #39189 from touilleMan/issue-38925 | Rémi Verschelde |
2020-05-31 | Print errors when calling MIDI input methods on unsupported platforms | Hugo Locurcio |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde |
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 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
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-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg |
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-11 | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-21 | Support vibration for Android and iOS | volzhs |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-01 | Add editor screenshot on control - f12. | K. S. Ernest (iFire) Lee |
2019-06-27 | Fix small memory leak in OS.cpp | qarmin |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-01-30 | Let memory stat functions return uint64_t | Pedro J. Estébanez |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |