summaryrefslogtreecommitdiffstats
path: root/core/os/os.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Game window stops responding when debugger pausesJamie Pate2024-07-101-2/+0
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-1/+1
* Add separate feature tags for editor runtimekobewi2024-04-261-0/+1
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-1/+8
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-0/+1
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+1
* Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-1/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-6/+6
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-4/+4
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-0/+4
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+3
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-0/+15
* Add frame delta smoothing option (4.x)lawnjelly2023-05-161-0/+4
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+1
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+6
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+1
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+1
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-1/+1
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-0/+8
* Merge pull request #71396 from reduz/fix-broken-userdirRémi Verschelde2023-01-211-1/+1
|\
| * Fix cases of broken user:// paths.Juan Linietsky2023-01-151-1/+1
* | OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-1/+2
|/
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-1/+1
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Remove duplicate Month and Weekday enumsAaron Franke2022-12-261-27/+1
|/
* Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio2022-12-161-1/+1
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+2
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+2
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+2
* | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-2/+0
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-2/+0
* | Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-201-0/+5
|\ \ | |/ |/|
| * Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-0/+5
* | Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+2
|/
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-7/+3
* Drop obsolete resource usage debug methods from OS classRémi Verschelde2022-08-291-4/+0
* Merge pull request #58530 from Calinou/os-remove-dump-memory-to-fileRémi Verschelde2022-08-251-1/+0
|\
| * Remove unimplemented `OS.dump_memory_to_file()` methodHugo Locurcio2022-08-181-1/+0
* | Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-191-3/+0
|/
* Add support for command-line user arguments.Juan Linietsky2022-08-011-1/+3
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+2
* [macOS] Improve file association handling, and allow URL schema handling.bruvzg2022-07-071-0/+1
* Adding print_rich for printing with BBCodeVoylin2022-06-291-0/+1
* Implement Running Godot as Movie Writerreduz2022-06-211-0/+1
* Basic 3D renderingclayjohn2022-05-121-8/+0
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+1
* Merge pull request #60601 from touilleMan/gdextension_get_library_pathRémi Verschelde2022-05-031-1/+1
|\