summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Rename File::get_len() get_length()Marcel Admiraal2021-05-252-3/+3
* Add symlink API to the DirAccess (on macOS and Linux).bruvzg2021-05-222-7/+13
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-172-4/+4
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-072-4/+4
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-173-17/+17
|/
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-273-53/+1
* Add flag to stop printing to stdout/stderrGeorge Marques2021-04-062-0/+35
* Merge pull request #47163 from bruvzg/macos_sandbox_file_dialogRémi Verschelde2021-03-261-0/+2
|\
| * FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg2021-03-231-0/+2
* | Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
|/
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde2021-03-141-0/+2
|\
| * Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* | Move caller_id init to Thread constructor to fix UWP build.bruvzg2021-03-092-1/+6
|/
* Improve thread IDs to avoid collisions with threads not created by the Godot ...bruvzg2021-03-072-12/+17
* Fix thread_process_array when NO_THREADS.Fabio Alessandrelli2021-02-261-1/+1
* Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesibleRémi Verschelde2021-02-251-1/+1
|\
| * Add descriptive error message when trying to access a dir failsCarlos Cabello2021-02-251-1/+1
* | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-252-7/+0
* | Fix Godot returned status code on unexpected errorEmmanuel Leblond2021-02-252-1/+9
|/
* Prevent thread wait on itself for finishPedro J. Estébanez2021-02-251-0/+1
* Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde2021-02-181-5/+0
|\
| * Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-5/+0
* | Modernize atomicsPedro J. Estébanez2021-02-185-23/+26
|/
* Modernize ThreadPedro J. Estébanez2021-01-295-128/+127
* Modernize RWLockPedro J. Estébanez2021-01-194-94/+56
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-0129-58/+58
* Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-222-18/+18
* wrong double quote output with .csv fixedAlf Kraus2020-12-111-1/+1
* Static analyzer fixes:bruvzg2020-12-092-6/+0
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-262-0/+2
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-232-3/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-166-8/+0
* Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde2020-11-101-3/+7
|\
| * Improve/fix packed data APIPedro J. Estébanez2020-07-271-3/+7
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0721-25/+822
* | MainLoop: Remove deprecated methodsHaSa10022020-11-011-5/+0
* | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-242-6/+0
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* | Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-1/+3
|/
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-092-0/+6
* Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-302-0/+39
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-302-4/+8
* Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-152-12/+2
|\
| * Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-12/+2
* | Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio2020-05-311-1/+5
|/
* [Windows] Add tablet driver selection.bruvzg2020-05-201-2/+5
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-195-28/+29