summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-152-0/+5
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-141-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-123-3/+0
* Replace use of `OS::set_exit_code()` by `SceneTree::quit()` in `EditorNode`Emmanuel Leblond2022-01-181-0/+3
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-2/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-2/+2
* | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-2/+1
|\ \
| * | Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-2/+1
* | | Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-1/+1
|/ /
* / Update copyright statements to 2022Rémi Verschelde2022-01-0323-46/+46
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer.Fabio Alessandrelli2021-11-191-1/+1
* Merge pull request #54499 from Faless/threads/4.x_work_pool_defaultRémi Verschelde2021-11-191-0/+1
|\
| * [OS] Add ThreadWorkPool default size to OS.Fabio Alessandrelli2021-11-021-0/+1