summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+7
|\
| * Register Engine, OS, ProjectSettings, and Time early.Hunt J. Sparra2024-11-211-2/+7
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+10
|\|
| * [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+10
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Prevent folder names with trailing periods from being used automaticallyHugo Locurcio2024-06-261-1/+4
* Add `nothreads` feature tag to signify lack of `THREADS_ENABLED`Mikael Hermansson2024-06-241-0/+4
* Add separate feature tags for editor runtimekobewi2024-04-261-0/+5
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+6
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-11/+30
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-1/+9
* [iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.bruvzg2023-11-091-0/+6
* Web: Clarify that `OS.get_unique_id` is not supportedRémi Verschelde2023-09-271-1/+1
* [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+4
* Fixed the fallback logic of OS::shell_show_in_file_managerDaylily-Zeleen2023-07-061-4/+6
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-0/+54
* Add frame delta smoothing option (4.x)lawnjelly2023-05-161-0/+8
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-7/+9
* Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+9
|\
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+9
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-2/+9
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-0/+10
* Fix cases of broken user:// paths.Juan Linietsky2023-01-151-3/+13
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio2022-12-161-4/+0
* Add feature tags to signify engine float precisionMikael Hermansson2022-12-071-0/+10
* Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière2022-12-011-6/+12
* Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-061-1/+2
|\
| * Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-051-1/+2
* | Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio2022-10-031-3/+3
* | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-8/+0
|/
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-4/+0
* Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debuggingRémi Verschelde2022-08-291-40/+0
|\
| * Drop obsolete resource usage debug methods from OS classRémi Verschelde2022-08-291-40/+0
* | [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
|/
* Merge pull request #58530 from Calinou/os-remove-dump-memory-to-fileRémi Verschelde2022-08-251-4/+0
|\
| * Remove unimplemented `OS.dump_memory_to_file()` methodHugo Locurcio2022-08-181-4/+0
* | Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-191-4/+0
|/
* Add support for command-line user arguments.Juan Linietsky2022-08-011-1/+2
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-1/+1
* Adding print_rich for printing with BBCodeVoylin2022-06-291-0/+15
* Implement Running Godot as Movie Writerreduz2022-06-211-0/+4
* Improve architectures in OS::has_feature and make them work on MSVCAaron Franke2022-06-061-4/+27
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-0/+5
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-15/+18