summaryrefslogtreecommitdiffstats
path: root/doc/classes/OS.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Add an `OS.crash()` method for testing system crash handlerHugo Locurcio2021-12-031-1/+8
* Merge pull request #54932 from briansemrau/expose-main-thread-idRémi Verschelde2021-11-201-0/+7
|\
| * Expose Thread::get_main_id in core bindingsBrian Semrau2021-11-121-0/+7
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-4/+4
|/
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-011-2/+12
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-3/+3
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-4/+4
* Replace remaining usages of yield with new await keywordDuroxxigar2021-10-221-2/+2
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-1/+1
* [macOS, sandbox] Add export option to embed and sign helper executables.bruvzg2021-09-271-0/+2
* Merge pull request #52877 from Calinou/add-print-verboseRémi Verschelde2021-09-211-1/+1
|\
| * Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio2021-09-211-1/+1
* | Document how to delay code execution in a non-blocking mannerHugo Locurcio2021-09-211-2/+6
|/
* Implement `OS::get_locale_language()` helper methodRémi Verschelde2021-09-161-1/+8
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-6/+2
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-156/+78
* Merge pull request #50747 from bruvzg/move_alert_to_osRémi Verschelde2021-07-231-0/+11
|\
| * Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+11
* | Fix doc typosNicholas Huelin2021-07-231-5/+5
|/
* Fix msec documentation description typoDistrikt642021-07-221-1/+1
* Expose OS data directory getter methodsHugo Locurcio2021-06-191-0/+25
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
* Add Time singletonAaron Franke2021-06-111-78/+0
* Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal2021-06-101-0/+7
* OS: Better validation of invalid input for get_unix_time_from_datetimeRémi Verschelde2021-05-241-1/+1
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Document caveats of `OS.get_unique_id()`Hugo Locurcio2021-05-091-0/+1
* Implement the `%command%` placeholder in the Main Run Args settingHugo Locurcio2021-05-071-1/+1
* Clarify that get_unix_time() returns secondskobewi2021-03-241-1/+1
* class reference proofreadingPaul Joannon2021-03-191-3/+3
* [46188] fix: get unix from datetime when empty dictAitor Cereceto2021-03-121-0/+1
* Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-251-4/+0
* Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio2021-02-251-6/+9
* Expose set_environment to GDScriptBastiaan Olij2021-02-251-0/+11
* Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`Hugo Locurcio2021-02-181-2/+2
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-21/+0
* doc: Sync classref with current sourceRémi Verschelde2021-01-281-8/+8
* Merge pull request #44732 from Calinou/os-add-get-thread-caller-idRémi Verschelde2021-01-261-0/+8
|\
| * Add an `OS.get_thread_caller_id()` methodHugo Locurcio2020-12-271-0/+8
* | Split OS::execute into two methodsMarcel Admiraal2021-01-091-25/+34
|/
* Add important note about OS.get_unixtime.Fabio Alessandrelli2020-12-131-0/+1
* Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde2020-12-101-1/+6
|\
| * Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg2020-08-111-1/+6
* | Docs: Port Code Examples to C# (M, N, O, P, R)HaSa10022020-11-091-8/+39
* | Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
* | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-7/+0
|/
* doc: Sync classref with current sourceRémi Verschelde2020-07-281-1/+1
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1