summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-12/+6
* Merge pull request #66003 from voidshine/fix_midi_event_mutationRémi Verschelde2022-10-121-5/+0
|\
| * Fix MIDI note-on events being converted to note-off eventsvoidshine2022-10-111-5/+0
* | 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
| |/
* | 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
* | | Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde2022-10-052-32/+27
|\ \ \
| * | | Enhance portability of threadingPedro J. Estébanez2022-10-042-32/+27
* | | | 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-039-113/+2
|/ /
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-233-14/+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-102-36/+29
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-072-12/+21
* Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debuggingRémi Verschelde2022-08-292-44/+0
|\
| * Drop obsolete resource usage debug methods from OS classRémi Verschelde2022-08-292-44/+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-252-5/+0
|\
| * Remove unimplemented `OS.dump_memory_to_file()` methodHugo Locurcio2022-08-182-5/+0
* | Merge pull request #59779 from rainerdeyke/constexpr-operatorsJFonS2022-08-231-20/+24
|\ \
| * | Fixed indentsRainer Deyke2022-04-041-4/+4
| * | Fixed unsafe castsRainer Deyke2022-04-041-4/+8
| * | Made Key operators constexprRainer Deyke2022-04-041-16/+16
* | | Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-192-7/+0
| |/ |/|
* | [Core] Use std type traits to check operations triviality.Fabio Alessandrelli2022-08-041-4/+5
* | Add support for command-line user arguments.Juan Linietsky2022-08-012-2/+5
* | HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-1/+1
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+2
* | Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-0/+2
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* | [macOS] Improve file association handling, and allow URL schema handling.bruvzg2022-07-071-0/+1
* | Adding print_rich for printing with BBCodeVoylin2022-06-292-0/+16
* | Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde2022-06-212-0/+5
|\ \
| * | Implement Running Godot as Movie Writerreduz2022-06-212-0/+5
* | | Adding function key support from F17 to F35gregcsokas2022-06-162-48/+105
|/ /
* | Improve architectures in OS::has_feature and make them work on MSVCAaron Franke2022-06-061-4/+27
* | Merge pull request #60643 from clayjohn/GLES3-3DRémi Verschelde2022-05-121-8/+0
|\ \
| * | Basic 3D renderingclayjohn2022-05-121-8/+0
* | | Add a new HashMap implementationreduz2022-05-121-0/+8
|/ /
* | Fix inconsistent naming in TimeNicholas Huelin2022-05-052-6/+6
* | 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
|\ \
| * | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+1
* | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-022-10/+9
|/ /
* | Merge pull request #56093 from bruvzg/pck_section_loadRémi Verschelde2022-04-272-0/+7
|\ \
| * | Improve embedded PCK loading and exporting.bruvzg2022-04-202-0/+7
* | | Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-1/+1
|\ \ \