summaryrefslogtreecommitdiffstats
path: root/doc/classes/OS.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Document the process of parsing command-line argumentsAndrii Doroshenko (Xrayez)2020-07-201-1/+12
|/
* Move Haiku platform port to external repositoryRémi Verschelde2020-06-201-1/+1
* DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde2020-06-171-14/+0
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-05-201-1/+1
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+21
* Warn when trying to open `res://` or `user://` with `OS.shell_open()`Hugo Locurcio2020-04-281-0/+1
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-462/+0
* doc: Sync classref with current sourceRémi Verschelde2020-03-091-16/+16
* Rename `scancode` to `keycode`.bruvzg2020-02-251-7/+7
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-12/+5
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-39/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-3/+3
* Allow per pixel transparency in javascript platformmuiroc2020-02-101-1/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Document how to get a human-readable string from an InputEventKeyHugo Locurcio2020-01-251-0/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Revert "Enable Vsync via Compositor by default"Rémi Verschelde2020-01-131-1/+2
* Improve the `OS.is_debug_build()` documentationHugo Locurcio2020-01-101-3/+3
* Enable Vsync via Compositor by defaultHugo Locurcio2020-01-091-1/+2
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+8
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+8
* | Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio2020-01-031-0/+1