summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2021-03-16Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch
2021-03-14Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-03-09Move caller_id init to Thread constructor to fix UWP build.bruvzg
2021-03-07Improve thread IDs to avoid collisions with threads not created by the Godot ...bruvzg
2021-02-26Fix thread_process_array when NO_THREADS.Fabio Alessandrelli
2021-02-25Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesibleRémi Verschelde
2021-02-25Add descriptive error message when trying to access a dir failsCarlos Cabello
2021-02-25Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond
2021-02-25Fix Godot returned status code on unexpected errorEmmanuel Leblond
2021-02-25Prevent thread wait on itself for finishPedro J. Estébanez
2021-02-18Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-12-11wrong double quote output with .csv fixedAlf Kraus
2020-12-09Static analyzer fixes:bruvzg
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-01MainLoop: Remove deprecated methodsHaSa1002
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-02Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)
2020-07-27Improve/fix packed data APIPedro J. Estébanez
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-15Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde
2020-05-31Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-20[Windows] Add tablet driver selection.bruvzg
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-05[Windows] Add support for the WinTab API for pen input.bruvzg
2020-04-28Rename InputFilter back to InputRémi Verschelde