summaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
AgeCommit message (Expand)Author
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-15Fix OS.get_name and OS.get_user_data_dir documentationNathan Franke
2021-12-03Add an `OS.crash()` method for testing system crash handlerHugo Locurcio
2021-11-20Merge pull request #54932 from briansemrau/expose-main-thread-idRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-12Expose Thread::get_main_id in core bindingsBrian Semrau
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-22Replace remaining usages of yield with new await keywordDuroxxigar
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-27[macOS, sandbox] Add export option to embed and sign helper executables.bruvzg
2021-09-21Merge pull request #52877 from Calinou/add-print-verboseRémi Verschelde
2021-09-21Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio
2021-09-21Document how to delay code execution in a non-blocking mannerHugo Locurcio
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-23Merge pull request #50747 from bruvzg/move_alert_to_osRémi Verschelde
2021-07-23Fix doc typosNicholas Huelin
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-22Fix msec documentation description typoDistrikt64
2021-06-19Expose OS data directory getter methodsHugo Locurcio
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-11Add Time singletonAaron Franke
2021-06-10Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal
2021-05-24OS: Better validation of invalid input for get_unix_time_from_datetimeRémi Verschelde
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-09Document caveats of `OS.get_unique_id()`Hugo Locurcio
2021-05-07Implement the `%command%` placeholder in the Main Run Args settingHugo Locurcio
2021-03-24Clarify that get_unix_time() returns secondskobewi
2021-03-19class reference proofreadingPaul Joannon
2021-03-12[46188] fix: get unix from datetime when empty dictAitor Cereceto
2021-02-25Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond
2021-02-25Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio
2021-02-25Expose set_environment to GDScriptBastiaan Olij
2021-02-18Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`Hugo Locurcio
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-01-28doc: Sync classref with current sourceRémi Verschelde
2021-01-26Merge pull request #44732 from Calinou/os-add-get-thread-caller-idRémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2020-12-27Add an `OS.get_thread_caller_id()` methodHugo Locurcio
2020-12-13Add important note about OS.get_unixtime.Fabio Alessandrelli
2020-12-10Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde
2020-11-09Docs: Port Code Examples to C# (M, N, O, P, R)HaSa1002
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-08-11Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg
2020-07-28doc: Sync classref with current sourceRémi Verschelde