summaryrefslogtreecommitdiff
path: root/core/os/os.cpp
AgeCommit message (Expand)Author
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-01Add support for PowerPC familyDaniel Kolesa
2021-10-22Add support for the RISC-V architectureAaron Franke
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
2021-09-30Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
2021-09-15--single-window is passed through project manager.Jacob Edie
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-08-06OS: Fix used resource debug printsRémi Verschelde
2021-08-03[Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-10Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal
2021-05-13[macOS] Prefer .app bundle icon over the default one.bruvzg
2021-04-06Add flag to stop printing to stdout/stderrGeorge Marques
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-15Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde
2020-05-31Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-23Android 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-01Update copyright statements to 2020Rémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack