summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
| |/ /
* / / Proper validation of negative values in datetime strings and datetime dictslaws652022-04-172-11/+16
|/ /
* | Quick fix: Crash when parsing invalid datetime string #60189Oğuzhan Eroğlu2022-04-151-46/+50
* | validate input in Time.get_datetime_string_from_dict()RedHeadphone2022-04-131-12/+13
* | Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-2/+2
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-15/+18
* | Fix some issues found by cppcheck.bruvzg2022-04-062-3/+3
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-043-9/+7
|/
* Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+0
* Rename the "BackSpace" and "BackTab" key strings to "Backspace"/"Backtab"Hugo Locurcio2022-03-181-2/+2
* Include platform_config.h in thread.cpp and thread.hBartłomiej T. Listwon2022-03-142-0/+2
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-6/+2
* Add offset string from minutes conversion method to Time singletonAaron Franke2022-02-232-4/+21
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-162-3/+5