summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-6/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+4
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-151-0/+4
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Add support for PowerPC familyDaniel Kolesa2021-11-011-0/+9
* Add support for the RISC-V architectureAaron Franke2021-10-221-0/+9
* Implement toast notifications in the editorGilles Roudière2021-10-141-2/+2
* GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde2021-10-041-1/+0
* Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde2021-09-301-0/+5
|\
| * [macOS] Prefer .app bundle icon over the default one.bruvzg2021-05-131-0/+5
* | Implement `OS::get_locale_language()` helper methodRémi Verschelde2021-09-161-0/+6
* | --single-window is passed through project manager.Jacob Edie2021-09-151-0/+4
* | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+9
* | Add partial support for Android scoped storage.ne0fhyk2021-08-161-6/+1
* | OS: Fix used resource debug printsRémi Verschelde2021-08-061-1/+1
* | [Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli2021-08-031-8/+0
* | Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+4
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-31/+2
|\ \
| * | Add Time singletonAaron Franke2021-06-111-31/+2
* | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
|/ /
* / Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal2021-06-101-0/+5
|/
* Add flag to stop printing to stdout/stderrGeorge Marques2021-04-061-0/+28
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Static analyzer fixes:bruvzg2020-12-091-4/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-4/+0
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-091-0/+4
* Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-301-0/+36
* Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-151-9/+1
|\
| * Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-9/+1
* | Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio2020-05-311-1/+5
|/
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-8/+9
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-3/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+23
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-48/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-15/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-226/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+2
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-10/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-4/+2
* Add static Vulkan loader.bruvzg2020-02-111-0/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-231-1/+1