summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.h
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-101-2/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-2/+2
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+1
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+1
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-141-10/+1
* 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
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* Update Time documentationAaron Franke2021-10-281-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-1/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords to core/os.h derived classes.Marcel Admiraal2020-12-171-25/+25
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-1/+1
* Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added OS.get_system_time_msecs()volzhs2018-12-201-0/+1
* Use monotonic clock for get_ticks_usecFabio Alessandrelli2018-09-291-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Revert "Try closing gracefully before terminating process"Rémi Verschelde2018-08-271-1/+1
* Try closing gracefully before terminating processMarcin Zawiejski2018-08-201-1/+1
* Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+1
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-6/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-1/+1
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-1/+1
* Return and repair file loggingRuslan Mustakov2017-11-211-1/+2
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-5/+0
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+0
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-031-1/+1
* Extract logging logicRuslan Mustakov2017-09-251-5/+7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+0
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1